/*
Theme Name: Lake Bluff Public Library
Version: 1.0
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");



/***  Opensans  ***/ 

/* Regular */
@font-face {
	font-family: 'Opensans';
	font-weight: 400;
	src: url('fonts/opensans/opensans-regular.woff2');
}

/* Medium */
@font-face {
	font-family: 'Opensans';
	font-weight: 500;
	src: url('fonts/opensans/opensans-medium.woff2');
}

/***  Helveticaneue  ***/ 

/* Regular */
@font-face {
	font-family: 'Helveticaneue';
	font-weight: 400;
	src: url('fonts/helveticaneue/helveticaneue-regular.woff2');
}
/*Regular Italic */
@font-face {
	font-family: 'Helveticaneue';
	font-style: italic;
	src: url('fonts/helveticaneue/helveticaneue-italic.woff2');
}
/* Bold */
@font-face {
	font-family: 'Helveticaneue';
	font-weight: 700;
	src: url('fonts/helveticaneue/helveticaneue-bold.woff2');
}




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

#main { position: relative; }

#main::before {
	content: '';
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	height: 692px;
	background-image: url('./images/body_wave_right.png'), url('./images/body_wave_left.png');
	background-position: top right, bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}

:focus-visible { outline-color: var(--wp--custom--dark--1); }



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

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

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





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



/***  TEXT & LINKS  ***/

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

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

.main-wrap a:not([class]),
h3 > a,
.post-list a,
.policy-list a,
a.pum-trigger{
	border-bottom: 1px solid currentColor;
}

.main-wrap a:not([class]):not(:has(img)):hover,
h3 > a:hover,
.post-list a:hover,
.policy-list a:hover,
a.pum-trigger:hover{
	border-bottom-style: dashed;
}

.policy-list a{display:inline!important;}

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

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

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

section#main .wp-block-media-text.link-card:hover a{color: var(--wp--custom--secondary--dark);}



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: var(--wp--custom--secondary--dark);
	font-family: var(--wp--custom--font--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--main);
	 background-color: var(--wp--custom--primary--main);
	 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-"],
 .button i, 
.wp-block-button__link i, 
.button:hover i, 
.wp-block-button__link:hover i {
	 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--main);
	 border-color: var(--wp--custom--secondary--main);
 }
 
 .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--dark);
	 background-color: var(--wp--custom--secondary--dark);
 }
 
 /*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: var(--wp--custom--primary--dark);
	 background-color: var(--wp--custom--primary--dark);
	 color: white;
 }
 
 
 /* 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 {
	 background-color: var(--wp--custom--primary--dark);
	 border-color: var(--wp--custom--primary--dark);
 }




/***  ICONS  ***/

/* Icon Colors */

.fa {
	font-weight: 300;
}

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

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

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--dark);
	font-weight: 900;
}

.spaced-list li:not(:last-of-type){margin-bottom:20px;}



/***  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"], 
select, .filter-reset {
    border-radius: var(--wp--custom--radius--xs) !important;
    padding: 7px 10px !important;
    font-size: 1em !important;
    height: auto !important;
}

textarea{
	border-radius: var(--wp--custom--radius--xs) !important;
    padding: 7px 10px !important;
    font-size: 1em !important;
}

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

select{max-height: 54px!important;}

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form button {
	padding: 0.5em 1em!important;
	border-color: var(--wp--custom--primary--dark)!important;
	border-radius: var(--wp--custom--radius--sm)!important;
	background-color: var(--wp--custom--primary--dark)!important;
	color: white!important;
	font-weight: 600!important;
	font-size: 1em!important;
}

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

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

.gfield_label{
	font-weight: 700!important;
	font-size: 1em!important;
}





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



/***  SCROLL BAR  ***/

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

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



/***  TOP BAR  ***/

.top-bar {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--wp--custom--secondary--dark);
}

.top-bar .cols{
	flex-wrap:nowrap;
    align-items: center;
}

.top-bar-widget{
	margin:0;
	flex:1;
}

@media screen and (max-width:900px){
	.top-bar .cols{
	    flex-direction: column;
		flex-wrap:wrap;
        gap: 10px;
        margin-top: 10px;
	}
	
	.top-bar .toggle-form-wrap{margin: auto;}
	
	.top-bar .wp-block-buttons{
		 justify-content: center;
	}
}

.toggle-form-wrap{
	font-size: 17px!important;
	max-width: 650px!important;
}

.toggle-form-wrap input[type="text"] {
    border-radius: 0 30px 30px 0 !important;
    padding: 13px 48px 13px 13px !important;
}

.toggle-form-wrap select {
	padding: 13px!important;
	min-height: calc(1.6em + 28px);
	border-radius: 15px 0 0 15px!important;
}


.toggle-form .toggle-submit {
	background: var(--wp--custom--secondary--light) url(/wp-content/themes/optik-theme-6/images/icon-search.svg) center center no-repeat!important;
	background-size: 20px!important;
	border-radius: 50%!important;	
	padding:0!important;
	font-size: 0 !important;
}

.toggle-form .toggle-submit:hover { transform: scale(1.05); }

.toggle-form .toggle-submit:hover {
	background-color: var(--wp--custom--primary--light)!important;
	opacity: 1;
}



/***  HEADER  ***/

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

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


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

.header-right-widget p {
  border: 2px solid var(--wp--custom--primary--dark);
  padding: 5px 10px;
  display: inline-block;
  border-radius: var(--wp--custom--radius--sm);
}

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



/***  NAVBAR  ***/

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

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



/***  NAV MENUS  ***/

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

.nav-menu li:hover,
.nav-menu li[class*="current-menu-"],
.nav-menu li.active { 
    background-color: var(--wp--custom--secondary--dark) !important;
}
.nav-menu li:hover > :is(a, span, button, .menu-item-inner),
.nav-menu li[class*="current-menu-"] > :is(a, span, button, .menu-item-inner),
.nav-menu li.active > :is(a, span, .menu-item-inner) {
    color: var(--wp--custom--light--1) !important;
}

.nav-menu .sub-menu {
    background-color: var(--wp--custom--light--2);
    padding: 12px 0;
}

.nav-menu .sub-menu li > :is(a, span) {
    color: var(--wp--custom--dark--1);
    display: block;
    padding: 5px 20px; 
}

.nav-menu .sub-menu li:hover > :is(a, span, .menu-item-inner) {
    color: var(--wp--custom--light--1) !important;
}

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


/* Nested Dropdowns */

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



/***  MOBILE NAV  ***/

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

.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 {
	background-color: var(--wp--custom--secondary--light);
	color: var(--wp--custom--dark--1);
}

/* Sub Menu */

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

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


/*hours*/
.header-right-widget a .fal{color: inherit!important;}

@media screen and (max-width:900px) {
	.header-right-widget{text-align: left;}
}



/******************************************************************************
 * * *  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--2);
	color: var(--wp--custom--dark--2);
	transition: all 300ms ease-in-out;
	border-radius: var(--wp--custom--radius--md);
}

.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.current-menu-item > a {
	background-color: var(--wp--custom--primary--dark);
	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);
	border:1px 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: white;
	background-color: var(--wp--custom--primary--dark);
	padding: 6px 12px;
	border-radius: var(--wp--custom--radius--sm);
}

.entry-cols .entry-link:hover .entry-link-text {
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1)
}

/* 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  ***/
body.single-file .main-container,
body.single-policy .main-container{max-width:1000px;}




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

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



/***  FOOTER  ***/

#footer-wrap { 
	position: relative; 
	background-color: var(--wp--custom--secondary--dark);
	z-index: 1;
}

#footer-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
}	

@media screen and (min-width: 1840px)  {
	#footer-wrap::before {
		background-image: url('./images/duck_shape_right.png'), url('./images/duck_shape_left.png');
		background-position: bottom right, bottom left;
	}	
}

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

@media (min-width:601px) and (max-width:900px){
	.footer .widget_block .wp-block-columns{
		flex-wrap: wrap!important;
	}
	.footer .widget_block .wp-block-column{
		flex-basis: calc(50% - 40px)!important;
	}
 }


.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 .menu li a {
    display: inline-block;
    padding-bottom: 0;
}

.credits a,
.footer .menu li a {
	color: white;
}

/* Footer Icon List */

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

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



/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
	background-color: transparent;
	font-size: 0.9em;
	color: white;
}

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

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

/* Bottom Bar Menu */

.bottom-bar .menu li a {
	color: white;
	padding:0;
	margin:0 5px;
}



.bottom-bar .menu li a:hover {
	color: var(--wp--custom--primary--light);
	text-decoration: none;

}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
******************************************************************************/
/*detail accordion*/
 details{
	 border: 1px solid var(--wp--custom--light--2);
	 padding: 0 20px;
 }

details:not([open]) > summary:hover:after { transform: translateY(-50%) rotate(90deg); }

details[open] > summary:hover:after { transform: translateY(-50%) rotate(90deg); }
 
 details[open]{border-color: var(--wp--custom--dark--1);}
 
 details[open] summary:after{color:var(--wp--custom--dark--1);}
 
 details:not([open]):hover summary{background-color:var(--wp--custom--light--1);}
 
 details[open] summary{
	 background-color:var(--wp--custom--primary--main)!important;
	 color:var(--wp--custom--dark--1)!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  ***/

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

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

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

.top-bar-widget a:not([class]) i,
.top-bar-widget a:not([class]){color: white;}

.top-bar-widget a:not([class]):hover{text-decoration: underline;}



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

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

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

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background-color: var(--wp--custom--primary--dark);
	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--primary--light);
	color: var(--wp--custom--dark--1);
}

.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(--wp--custom--radius--sm);
	transition: all 300ms ease-in-out;
}

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

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

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



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

.member-cols .cols-spaced{ margin: 0; }

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

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

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

@media screen and (max-width:600px) {
	.member-cols .member{width:calc(100% - 30px);}
}
  
 .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.clickable: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-position {
	 font-weight: 600;
	 color: var(--wp--custom--dark--1);
 }

  .member-cols .member-portrait-wrap { padding: 16px; }



/***  ICON CARDS  ***/

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

.icon-cards .wp-block-column {
	background-color: var(--wp--custom--secondary--dark)!important;
	padding: var(--wp--custom--spacer--md) var(--wp--custom--spacer--sm);
	transition: all 350ms ease-in-out;
}

.icon-cards .wp-block-column:hover {
	background-color: var(--wp--custom--primary--light);
	color: white;
	box-shadow:var(--wp--custom--shadow--1);
}

.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;
	text-transform:uppercase;
	letter-spacing:1px;
}

.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;
	border-bottom: none;
}

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

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

.icon-cards path{
	fill: var(--wp--custom--primary--main);
	color:var(--wp--custom--primary--main);
}

.icon-cards line,
.icon-cards circle,
.icon-cards polyline{
	fill: var(--wp--custom--primary--main);
	color:var(--wp--custom--primary--main);
}

/*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); }
 
 .wp-block-media-text>.wp-block-media-text__content{
    padding-right: 0;
 	padding-left: 25px;
 }
.wp-block-media-text.has-media-on-the-right >.wp-block-media-text__content{
	padding-left: 0;
 	padding-right: 25px;
 }
 
 @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-left: 0!important;;
		padding-right:0!important;
	}
 }
 
 
 /*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: 600px) {
	 .mobile-reverse-order{flex-direction: column-reverse;}
 }
 
/*laptop-modify-cols*/
@media (min-width:901px) and (max-width:1200px) {
	.laptop-3-cols,
	.laptop-2-cols{flex-wrap: wrap!important;}

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

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

/*tablet-modify-cols*/
@media (min-width:601px) and (max-width:900px) {
	.tablet-2-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(50% - 100px)!important;}
	
	.tablet-3-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column{flex-basis: calc(33.33% - 100px)!important;}
}

@media screen and (max-width:600px){
	.mobile-2-cols.wp-block-columns > .wp-block-column{flex-basis: calc(50% - 100px)!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;
	 }
 }

/*gallery*/
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{display: none;}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	position: initial;
    display: block;
    text-shadow: unset;
    background: unset;
    color: var(--wp--custom--dark--1);
    padding: 0;
	font-weight: 600;
}

/*gutena tabs*/
li.gutena-tab-title{
	margin-left:0;
	flex:1;
}

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

.wp-block-gutsliders-any-content .gutslider-content-inner{
	padding: 0!important;
}

/*icon-accent*/
.icon-accent{
	fill:var(--wp--custom--secondary--main)!important;
	transition: all 300ms ease-in-out;
}

.icon-accent-stroke{
	stroke:var(--wp--custom--secondary--main)!important;
	transition: all 300ms ease-in-out;
}


/*boxed-cols*/
.boxed-cols .wp-block-column{
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--md);
	border-radius: var(--wp--custom--radius--sm);
}

.link-cards .wp-block-column{
	background-color: var(--wp--custom--light--2);
	padding: var(--wp--custom--spacer--lg) var(--wp--custom--spacer--sm);
	transition: all 300ms ease-in-out;
	border-radius: var(--wp--custom--radius--md);
}

.link-cards .wp-block-column:hover{
	background-color: var(--wp--custom--light--1);
	transform: translateY(-3px);
	box-shadow:var(--wp--custom--shadow--1);
}

.link-cards.with-button .wp-block-column{
	padding-bottom:var(--wp--custom--spacer--xxl);
	position:relative;
}

.link-cards.with-button .wp-block-column .wp-block-buttons{
	position:absolute;
	bottom:20px;
	left:20px;
}

.link-cards.with-button .wp-block-column .wp-block-button__link:hover { transform: none; } 

.link-cards .wp-block-column:hover .wp-block-button__link{
	 border-color: var(--wp--custom--primary--main);
	 background-color: var(--wp--custom--primary--main);
	 color: var(--wp--custom--dark--1);
}

/*stack-inner-cols*/
.stack-inner-cols > .wp-block-column > .wp-block-columns{
	flex-direction: column;
}

/*details*/
details summary:after{
	color: var(--wp--custom--primary--dark);
}

/*popupmaker*/
.pum-theme-default-theme {
    background-color: rgb(0 0 0 / 80%);
}

@media screen and (min-width: 901px) {
	.pum-theme-default-theme .pum-container{
		padding: 40px;
	}
}

.pum-theme-default-theme .pum-content + .pum-close{
	background-color: var(--wp--custom--primary--dark);
}

.pum-theme-default-theme .pum-content + .pum-close:hover{
	background-color: var(--wp--custom--primary--main);
	color: var(--wp--custom--dark--1);
}

.pum-content iframe{
	width: 100%;
}

details summary{cursor:pointer;}

/*gutslider*/
.wp-block-gutsliders-any-content .swiper-button-next,
.wp-block-gutsliders-any-content .swiper-button-prev{
    background: var(--wp--custom--primary--dark);
	color:white;
}

.wp-block-gutsliders-any-content .swiper-button-next:hover,
.wp-block-gutsliders-any-content .swiper-button-prev:hover{
    background-color: var(--wp--custom--primary--main);
	color:var(--wp--custom--dark--1);
}

.wp-block-gutsliders-any-content .swiper-pagination-bullet-active{background-color:var(--wp--custom--secondary--main);}

.list-margin .post-list{
	margin-left: 1.75em;
}


.list-margin .post-list .post-title{
	font-weight:400;
}

.circle-cols.wp-block-columns > .wp-block-column {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.circle-cols.wp-block-columns > .wp-block-column:nth-child(3n + 1){
	background-color:var(--wp--custom--primary--main);
}
.circle-cols.wp-block-columns > .wp-block-column:nth-child(3n + 2){
	background-color:var(--wp--custom--secondary--main);
}

.circle-cols.wp-block-columns > .wp-block-column:nth-child(3n){
	background-color:var(--wp--custom--dark--3);
}

.circle-cols.wp-block-columns > .wp-block-column a{
	color:var(--wp--custom--dark--1) !important;
	border-bottom:none!important;
	text-transform:uppercase;
	letter-spacing:1px;
}

@media screen and (max-width:1050px){
	.circle-cols.wp-block-columns h2{font-size:1.3em;}
}

.circle-cols .wp-block-column{max-width:250px;}
/*
 * END OF
 * CUSTOMIZABLE CSS
 */



.nav-menu li.nested-sub-menu > ul {
	max-width: 90vw;
	right: 0;
	left: auto;
}

body:not(.home) .main-inner > .entry:last-child{
	max-width: 1000px;
    margin: auto;
}

.home-slider .swiper-wrapper{
	padding-bottom:20px;
}

.home-slider .swiper-pagination{
	position: static;
}

.archive-navbar .filter-form > *{
	height:auto;
	margin:5px;
}

.archive-navbar .filter-form > .filter-reset:hover { transform: translateY(-3px); }

/* GutSlider */
.wp-block-gutsliders-any-content .swiper-pagination-bullet {
	position: relative;
}

.wp-block-gutsliders-any-content .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: 2px solid transparent;
	border-radius: 100%;
}

.wp-block-gutsliders-any-content .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(:hover)::before { border-color: var(--wp--custom--dark--1); }

.wp-block-gutsliders-any-content .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1 !important;
	background-color: var(--wp--custom--dark--1) !important;
}

.wp-block-gutsliders-any-content .swiper-button-next:hover, 
.wp-block-gutsliders-any-content .swiper-button-prev:hover { transform: translateY(-3px); }