/*
Theme Name: West York Borough
Version: 6.1
Description: Customizable responsive accessible Wordpress child theme created by CyberOptik
Author: CyberOptik
Author URI: https://www.cyberoptik.net/
Template: optik-theme-6
*/


/******************************************************************************
 * * *  IMPORTS & VARIABLES  * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
@import url("../optik-theme-6/style.css");


/* Add font imports here */

/***  Plus Jakarta Sans ***/

/* Regular */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-weight: 400;
	src: url('fonts/plus-jakarta-sans/plus-jakarta-sans-regular.ttf');
	font-display: swap;
}
/* Semi Bold */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-weight: 600;
	src: url('fonts/plus-jakarta-sans/plus-jakarta-sans-semibold.ttf');
	font-display: swap;
}
/* Bold */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-weight: 700;
	src: url('fonts/plus-jakarta-sans/plus-jakarta-sans-bold.ttf');
	font-display: swap;
}
/* Italic */
@font-face {
	font-family: 'Plus Jakarta Sans';
	font-weight: 400;
	font-style: italic;
	src: url('fonts/plus-jakarta-sans/plus-jakarta-sans-italic.ttf');
	font-display: swap;
}

/***  Besley ***/

/* Regular */
@font-face {
	font-family: 'Besley';
	font-weight: 400;
	src: url('fonts/besley/besley-regular.ttf');
	font-display: swap;
}
/* Bold */
@font-face {
	font-family: 'Besley';
	font-weight: 700;
	src: url('fonts/besley/besley-bold.ttf');
	font-display: swap;
}
/* Italic */
@font-face {
	font-family: 'Besley';
	font-weight: 400;
	font-style: italic;
	src: url('fonts/besley/besley-italic.ttf');
	font-display: swap;
}
 


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



/***  UNIVERSAL STYLES  ***/

html {
	font-size: 18px;
}

p {
    line-height: 1.8;
    letter-spacing: -0.03em;
}

body {
	line-height: 1.6em;
	font-family: var(--wp--custom--font--1);
	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--main);
	font-weight: 300;
	color: white;
}

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





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



/***  TEXT & LINKS  ***/

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

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



/***  HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
	color: black;
}

h1 {
	font-size: 4.1em;
}
@media screen and (max-width: 1024px) {
	h1 {font-size: 3.6em; }
}

@media screen and (max-width: 900px) {
	h1 {font-size: 2.25em; }
}


h2 {
	font-size: 3em;
}
@media screen and (max-width: 1200px) {
	h2 {font-size: 2.5em; }
}

@media screen and (max-width: 900px) {
	h2 {font-size: 1.9em; }
}


h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.25em;
}

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



/***  BUTTONS  ***/

.button, 
.wp-block-button__link, 
.button-outline, 
.is-style-outline .wp-block-button__link {
	padding: 0.75em 2.25em;
	border-color: var(--wp--custom--primary--main);
	border-radius: var(--wp--custom--radius--xl);
	background-color: var(--wp--custom--primary--main);
	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: white;
}

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

.fa {
	font-weight: 300;
}

/* Icon Colors */

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

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



/***  LISTS  ***/

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before, 
.arrow-list li [class*="fa"], 
.check-list li [class*="fa"], 
.check-circle-list li [class*="fa"], 
.icon-list li [class*="fa"], 
.contact-list li [class*="fa"] {
	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);
}

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

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
form 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, 
form 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, 
form button:active {
	border-color:  var(--wp--custom--primary--dark);
	background-color:  var(--wp--custom--primary--dark);
	color: white;
}





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



/***  SCROLL BAR  ***/

.scroll-bar {
	background-color: white;
}

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



/***  TOP BAR  ***/

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




/***  HEADER  ***/
.header-wrap {
  overflow-x: clip;
}

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

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

.custom-header-cols {
  align-items: stretch !important;
}
.custom-header-cols > .masthead {
  width: 180px;
  height: 150px;
  top: 15px;

  flex-shrink: 0;
  display: flex;
  position: relative;
  z-index: 2;
}

.custom-header-cols > .header-right {
  flex: 1;
  display: flex;
}

.angled-right-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 75px;
}

.angled-right-wrapper::before {
  content: "" ;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: -100vw;
  background: linear-gradient(135deg, var(--wp--custom--primary--main) 0%, var(--wp--custom--primary--main) 100%);
  clip-path: polygon(85px 0, 100% 0, 100% 100%, 0% 100%);
}
.angled-right-wrapper > * {
  position: relative;
}
.angled-right-wrapper .wp-block-group {
  display: flex;
  align-items: center ;
  gap: 15px;

}

.angled-right-wrapper p,
.angled-right-wrapper .wp-block-paragraph {
  color: white;
  text-transform: uppercase;
  line-height: 1.35;
}

.angled-right-wrapper .wp-block-search__button,
.angled-right-wrapper button {
  background-color: white;
  color: var(--wp--custom--primary--main);
  border-radius: 8px;
  padding: 25px 20px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
}
.angled-right-wrapper .wp-block-search__button::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free", "FontAwesome";
  font-weight: 900;
  font-size: 1.2rem;
  color: var(--wp--custom--primary--main);
}
.scroll-right .wp-block-search__input, 
.header-right .wp-block-search__input {
    position: absolute;
    z-index: 2;
    right: 155px;
    padding: 0 15px 0 15px;
    border-radius: 8px;
}

@media screen and (max-width: 1400px) {
	.angled-right-wrapper {
		padding: 0px 0 0 50px;
	}
	.angled-right-wrapper p, .angled-right-wrapper .wp-block-paragraph {
		font-size: 12px;
	}
	.custom-header-cols > .header-right {
	    justify-content: flex-end;
	}
}


@media screen and (max-width: 768px) {
  .header .header-inner {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 0;
  }
  .header .header-inner > .menu-button {
    position: relative;
    transform: none;
  }
  .header .header-inner > .menu-button,
  .header #menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 45px;
  background-color: var(--wp--custom--primary--main);
  border-radius: 8px
  }
  .header .header-inner > .custom-header-cols {
    order: 2;
  }
  .custom-header-cols > .masthead {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 120%;
  }
  .header-right-nav,
  .angled-right-wrapper p,
  .angled-right-wrapper .wp-block-paragraph,
  .angled-right-wrapper::before {
    display: none;
  }
 .angled-right-wrapper .wp-block-search__button,
 .angled-right-wrapper button {
  height: 44px;
  min-width: 44px;
  padding: 0;
  font-size: 0;
  background-color: var(--wp--custom--primary--main);
  }
 .angled-right-wrapper .wp-block-search__button::before,
 .angled-right-wrapper button::before {
  font-size: 1rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }	
  .angled-right-wrapper .wp-block-search__input {
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    border-radius: 8px;
  }
}




/* Menu Button */

.header .menu-button [class*="fa"], 
.header .menu-button:hover [class*="fa"] {
	color: white;
}

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



/***  NAVBAR  ***/

.navbar {
}



/***  NAV MENUS  ***/

.nav-menu > li > a, 
.nav-menu > li > span, 
.nav-menu > li > button {
	color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 4px;
}
.header-right-menu {
    gap: 14px;
}
.header-right-menu > li {
    padding: 0;
    margin: 0 ;
    width: auto;
}
.header-right-nav {
    margin-right: auto;
    display: flex;
}

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

.single-post .nav-menu > li.posts-link > a, 
.category .nav-menu > li.posts-link > a, 
.single-service .nav-menu > li.services-link > a, 
.single-career .nav-menu > li.careers-link > a, 
.single-resource .nav-menu > li.resources-link > a, 
.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-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--primary--main);
}




 


  .header-right-menu .menu-item-button {
    background: transparent !important;
    border: none !important;
    padding: 0 0 0 2px !important;
  }

  .header-right-menu .menu-item-button [class*="fa"] {
    color: #ffffff !important;
  }

/* Nav Button */

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

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

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

/* Dropdowns */

.nav-menu li ul li:first-child {
	padding-top: 8px;
}
.nav-menu li ul li:last-child {
	padding-bottom: 8px;
}

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

.single-careers .nav-menu li ul li.careers-link > a, 
.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li.current-menu-item > span, 
.nav-menu li ul li.current-menu-item > button, 
.nav-menu li ul li:hover > a, 
.nav-menu li ul li:hover > span, 
.nav-menu li ul li:hover > button {
	color: var(--wp--custom--primary--main);
}

/* Nested Dropdowns */

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



/***  HIDDEN NAV  ***/

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

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





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



/***  BANNER  ***/

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

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

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

.banner a:hover {
	color: white;
}



/***  HEADLINE BAR  ***/

.headline-bar {
}



/***  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 {
	padding-top:  var(--wp--custom--spacer--xxl);
	padding-bottom:  var(--wp--custom--spacer--xxl);
}



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

.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-text-wrap {
	padding: 30px;
}

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


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

/* Archive Pagination */

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

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

.archive-pagination a [class*="fa"], 
.archive-pagination a:hover [class*="fa"] {
	color: inherit !important;
	transition: all 0ms ease-in-out;
}



/***  SINGLE  ***/





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



/***  CTA BAR  ***/

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

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




/***  FOOTER  ***/

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

.footer h3 {
	text-transform: uppercase;
	color: var(--wp--custom--light--3);
	font-size: 16px;
}

.footer a:not(:has(img)) {
	color: var(--wp--custom--light--3);
	text-transform: uppercase;
		position: relative;
	display: inline-block;
	width: fit-content;
}

.footer a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.footer a:hover::after {
	transform: scaleX(1);
}

.footer .contact-list {
	display: flex;
	gap: 30px;
	margin-left: -25px;
	margin-bottom: 10px;
	color: var(--wp--custom--light--3);
	text-transform: uppercase;
}

@media (max-width: 601px) {
.footer .contact-list {
	flex-direction: column;
	gap: 0;
	margin-bottom: 20px;
	}
.footer .contact-list li:not(:first-child) {
	margin-left: 50px;
	}	
}


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

.footer iframe {
	margin-top: 0;
	border-radius: 6px;
}

.footer hr {
  height: 1px;
  border: none;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
  margin: 40px 0;
}



/***  6.3 BOTTOM BAR  ***/
.bottom-bar {
	background-color: var(--wp--custom--primary--dark);
	font-size: 0.9em;
	color: var(--wp--custom--dark--3);
	text-transform: uppercase;
}

/* Menus */
.bottom-bar .menu a,
.credits a {
	color: var(--wp--custom--dark--);
	text-transform: uppercase;
		position: relative;
	display: inline-block;
	width: fit-content;
}

.bottom-bar .menu a::after,
.bottom-bar .credits a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}
.bottom-bar a:hover::after,
.bottom-bar .credits a:hover::after{
	transform: scaleX(1);
}



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

/* Add custom theme styles here */

/*** IMAGE BLOCK ***/
.wp-block-image img:not(.home-gov2go img) {
	border-radius: var(--wp--custom--radius--sm);
}
.wp-block-image a {
transition: all 250ms ease-in-out;
}
.wp-block-image a:hover {
	transform: translateY(-8px);
}



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

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

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

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

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

/***
 
HOMEPAGE

***/

.home-banner-grid h3 {
	font-weight: 600;
}

.home-banner-grid .icon-container {
    border: 1px solid white;
    border-radius: 50%;
    padding: 20px;
    background-color: color-mix(in srgb, var(--wp--custom--primary--main), #ffffff4a 40%);
}
.home-banner-grid .wp-block-group {
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
	border-radius: var(--wp--custom--radius--sm);
	transition: all 250ms ease-in-out;
}
.home-banner-grid .wp-block-group:hover {
	transform: translateY(-8px);
}

/* home with faded background images */
.fade-right img {
	-webkit-mask-image: linear-gradient(90deg, #000 50%, transparent 98%);
	mask-image: linear-gradient(90deg, #000 50%, transparent 98%);
	width: 100% !important;
	max-width: 100%;
}
.fade-left img {
	-webkit-mask-image: linear-gradient(270deg, #000 50%, transparent 98%);
	mask-image: linear-gradient(270deg, #000 50%, transparent 98%);
	width: 100% !important;
	max-width: 100%;
}
.group-faded h2 {
	word-break: normal;
	overflow-wrap: normal;
}
@media (max-width: 900px) {
.wp-block-column:has(.fade-right),
.wp-block-column:has(.fade-left) {
    flex-basis: 100% !important;
	}
.group-faded > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
	}
.col-swap-tablet {
	flex-direction: column-reverse;
	}
}


/* home search bar */
.home-search .wp-block-search__inside-wrapper {
  align-items: center;
  border: 1px solid var(--wp--custom--primary--main);
  border-radius: var(--wp--custom--radius--sm);
  padding: 10px 18px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 600px) {
	.home-search .wp-block-search__inside-wrapper {
	 width: 100% !important;
	}
}

.home-search .wp-block-search__inside-wrapper:focus-within {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

.home-search .wp-block-search__inside-wrapper::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-left: 16px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wp-content/uploads/four-square.svg");
}

.home-search .wp-block-search__input {
  border: none !important;
  font-size: 18px;
  color: var(--wp--custom--primary--main);
  padding: 4px 0 !important;
}

.home-search .wp-block-search__input::placeholder {
  color: var(--wp--custom--primary--main);
}

.home-search .wp-block-search__button {
  background: transparent !important;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url("/wp-content/uploads/magnifying-glass.svg") !important;
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.home-search .wp-block-search__button:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

/* home services */
.home-services .link-card {
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
    border-radius: var(--wp--custom--radius--sm);
}
.home-services .link-card:hover {
    border: 1px solid var(--wp--custom--primary--main);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.home-services h3 {
	white-space: nowrap;
}
.home-services a:hover {
	color: var(--wp--custom--primary--main);
}
.home-services p {
	font-weight: 600;
}
.home-services .icon-container svg path {
	fill: var(--wp--custom--primary--main);
}
.home-services .link-card:hover svg path {
	fill: white;
	transition: fill 0.3s ease;
}
.home-services .icon-container {
    border-radius: 50%;
    padding: 2px;
    background-color: white;
}
.home-services .link-card:hover .icon-container {
	background-color: var(--wp--custom--primary--main);
	
}


/* home news & updates */
.home-blog .entry-cols .entry-link {
	background-color: transparent;
}

.home-blog .entry-cols .entry-text-wrap {
	padding: 10px 0;
	color: white;
}

.home-blog .entry-text-wrap p {
	padding: 10px 0;
}
.home-blog .post-date {
	text-transform: uppercase;
}
.home-blog .col-fourth .post-date {
	font-size: 14px;
}

.home-blog h3 {
	margin: 10px 0 !important;
	color: white;
}

.home-blog .entry:not(.col-full) .entry-text-wrap p {
	display: none;
}

.home-blog .entry:not(.col-full) h3 {
	padding-bottom: 15px;
}

.home-blog .post-link-text-wrap .post-link-text {
	color: var(--wp--custom--primary--light) !important;
	font-weight: 600;
}

.home-blog .post-thumb-wrap {
	flex: 0 0 65%;
	height: auto;
	overflow: hidden;
	border-radius: var(--wp--custom--radius--sm);
}
.home-blog .post-thumb {
	width: 100%; 
	max-height: 380px;
	transition: transform 0.4s ease;
}

@media screen and (min-width: 601px) {
	.home-blog .entry-cols .col-full .entry-text-wrap {
	padding: 0 50px;
	}
}
@media screen and (max-width: 900px) {
	.home-blog .tablet-col-half {
	width: 100%;
	}
	.home-blog .entry-cols .col-full .entry-text-wrap {
	padding: 15px 0;
	}
}

.home-blog hr {
  border: none;
  height: 1px;
  overflow: visible;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(147, 164, 196, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.home-blog hr::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 24px;
  background: radial-gradient(
    ellipse at top,
    rgba(70, 110, 180, 0.25) 0%,
    rgba(70, 110, 180, 0) 75%
  );
}


/* home council members */
.home-members .cols-spaced > [class*="col"] {
    margin-bottom: 30px;
}
.home-members::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.75);
}
.home-members .member-box {
	background-color:rgba(173, 178, 189, 0.6);
	padding: 40px 20px;
	border-radius: var(--wp--custom--radius--sm);
	transition: all 350ms ease-in-out;
}
.home-members .member-box:hover {
transform: translateY(-8px);
}

.home-members .member-title,
.home-members .member-position {
    color: white;
}
.home-members .member-title {
	text-transform: uppercase;
	padding-top: 10px;
}

.member-full {
	border-radius: var(--wp--custom--radius--sm);
	background-color: var(--wp--custom--primary--dark) !important;
	color: white;
}


/* home meetings & agendas */
.home-meetings-events::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.home-meetings-events > * {
  position: relative;
}

.home-meetings-events .meeting-timeframe-title {
	display: none;
}
.meeting-card {
    background-color: #f3f6fc;
    border: 1px solid var(--wp--custom--dark--3);
   border-radius: var(--wp--custom--radius--sm);
    padding: 25px 20px;
    margin-bottom: 15px;
}
.meeting-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--wp--custom--dark--3);
    padding-bottom: 14px;
    margin-bottom: 22px;
}
.meeting-card-header .meeting-date {
    font-size: 14px;
    font-weight: 500;
    color: var(--wp--custom--dark--2);
}
.meeting-agenda-link,
.meeting-minutes-link {
    color: var(--wp--custom--primary--light) !important;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
	transition: all 350ms ease-in-out;
	background-color: transparent;
}
.meeting-agenda-link:hover,
.meeting-minutes-link:hover {
	border-color: transparent;
	background-color: transparent;
	transform: translateY(-6px);
}
.meeting-agenda-link .arrow,
.meeting-minutes-link .arrow {
    font-size: 1.1rem;
    line-height: 1;
}
.meeting-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    width: auto;
}
.meeting-content .wp-block-group ul{
    list-style: none !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.meeting-content > p:first-child {
   color: var(--wp--custom--dark--2);
}
.meeting-content {
	color: var(--wp--custom--dark--1);
}
.meeting-content .wp-block-group ul li {
    margin: 0;
}
@media screen and (max-width: 600px) {
	.meeting-card-header,
	.meeting-content .wp-block-group{
		display: block;
	}
	.meeting-agenda-link,
	.meeting-minutes-link {
		padding: 0;
	}
	.meeting-content .wp-block-group ul li{
		list-style: disc;
	   margin-left: 20px !important;
	}
}

/* home gov2go */
.gov2go-card .wp-block-group.is-style-default {
	border-radius: var(--wp--custom--radius--sm);
	border: 1px solid var(--wp--custom--dark--3);
	overflow: hidden;
	box-shadow: 2px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 900px) {
	.gov2go-card > div:nth-child(2) {
		margin-bottom: -150px;
	}
}
@media screen and (max-width: 601px) {
	.gov2go-card .wp-block-group a {
		font-size: 13px;
	}
}