/*-----------------------------------------------------------------------------------
 Theme Name: United Way
 Description: United Way WordPress Theme.
 Version: 1.051625
 Author: Imagine It Consulting Inc.
 Theme URI: https://www.TrustImagine.com
 Author URI: https://www.TrustImagine.com

/**
 * CH01 - Browser Reset & Compliancy
 * CH02 - Main Styles & Typography
 * CH03 - Custom Styles
 * CH04 - Page Structure
 * CH05 - TopBar, Header & Navigation
 * CH06 - Content, Forms & Media
 * CH07 - Footer
 * CH08 - WordPress Styles
 * CH09 - Responsive
**/

/*----------- CH01 Browser Reset -----------*/
/* Essential Box Sizing */
*, *::before, *::after { box-sizing: border-box; }

/* Remove default margin from common elements */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

/* Remove list styles on lists with role 'list' */
ul[role='list'], ol[role='list'] { list-style: none; }

/* Basic body settings */
body { min-height: 100vh; line-height: 1.5; text-rendering: optimizeSpeed; }

/* Responsive images */
img, picture { max-width: 100%; display: block; }

/* Inherit font styles for form elements */
input, button, textarea, select { font: inherit; }

/* Reduce motion for users with preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
}

/* Accessibility Compliancy */

/* Skip link */
#skip-link { color: white; }

/* Elements hidden but accessible to screen readers */
.element-invisible { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; height: 1px; width: 1px; }

/* Focusable elements: visibility on focus for keyboard navigation */
.element-invisible.element-focusable:focus { position: static !important; clip: auto; overflow: visible; height: auto; }

/* Screen reader text, visible on focus */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.screen-reader-text:focus {
  clip: auto !important; display: block; width: auto; height: auto; background-color: #f1f1f1; padding: 15px 23px 14px; border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); font-size: 0.875rem; font-weight: bold; color: #21759b; text-decoration: none;
  line-height: normal; z-index: 100000; top: 5px; left: 5px;
}

/*----------- CH02 Main Styles & Typography -----------*/
html { scroll-behavior: smooth;}

.hide-on-mobile, .hide-on-phone {display:initial} .hide-on-desktop {display:none}

:root {
  --primary-color: #000;
  --secondary-color: #000;
  --accent1-color: #000;
  --accent2-color: #000;
  --accent3-color: #000;
  --link-color: #000;
  --link-hover-color: #000;
  --body-text-color: #000;
	
  --font-size-base: 1.125em;
  --font-size-small: 1em;
  --font-size-medium: 1.25em;
  --font-size-large: 1.75em;
  --line-height-base: 1.625;
  --line-height-tight: 1.25;
	
  --spacing-1: 1%;
  --spacing-2: 2%;
  --spacing-3: 3%;
	
  --transition-duration: 0.3s;
  --transition-easing: ease;
}

.has-primary-color-color {
  color: var(--primary-color);
}
.has-primary-color-background-color {
  background-color: var(--primary-color);
}

.has-secondary-color-color {
  color: var(--secondary-color);
}
.has-secondary-color-background-color {
  background-color: var(--secondary-color);
}

.has-accent-1-color-color {
  color: var(--accent1-color);
}
.has-accent-1-color-background-color {
  background-color: var(--accent1-color);
}

.has-accent-2-color-color {
  color: var(--accent2-color);
}
.has-accent-2-color-background-color {
  background-color: var(--accent2-color);
}

.has-accent-3-color-color {
  color: var(--accent3-color);
}
.has-accent-3-color-background-color {
  background-color: var(--accent3-color);
}

/* Additional styles using the variables */
body {background: #fff;  font-family: "Palanquin", sans-serif; font-size: var(--font-size-base); line-height: var(--line-height-base);color: var(--body-text-color);}

a {font-weight:bold;color: var(--link-color);transition: color var(--transition-duration) var(--transition-easing);}
a:hover {color: var(--link-hover-color);}
a:focus, :focus {outline: thin dotted !important;}
a[href^="tel:"] {white-space: nowrap}

.button:hover {color: var(--secondary-color);}

h1,h2,h3,h4,h5,h6 {font-weight: 600; line-height: 1.5; margin: 25px 0 10px; font-family: "Antonio", sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: inherit;}
h1 a:hover,h2 a:hover,a:hover h2,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { text-decoration: none;}
h1 {font-size: var(--font-size-large); line-height: var(--line-height-tight); margin: 10px 0 20px;}
h2 {font-size: 1.5em; margin: 10px 0 5px;color: var(--secondary-color) !important;}
h3 {font-size: 1.25em; margin: 10px 0 5px;}
h4 {font-size: 1.125em; margin: 10px 0 5px;}
h5 {font-size: 1.0em; margin: 10px 0 5px;}
h6 {font-size: 0.875em;}

h1, h2, h3, h4, h5, h5 {color: var(--primary-color);}

em {font-style: italic;}
strong {font-weight: bold; font-weight: 600;}
small {font-size: 80%;}
hr, .wp-block-separator {border: solid; border-width: 1px 0 0; clear: both; margin: 20px 0; height: 0;border-color: var(--accent1-color);}
.pipe {margin:0 .5%;}

/* Typography > Font Sizes */
.em-14px {font-size: 0.875em;}
.em-18px {font-size: 1.125em;}
.em-21px {font-size: 1.313em;}
.em-24px {font-size: 1.500em;}
.em-36px {font-size: 2.25em;line-height:1.125}
.em-48px {font-size: 2.75em;line-height:1.125}
.em-60px {font-size: 3.75em;line-height:1.25}

.wp-block-quote {
    overflow-wrap: break-word;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Antonio';
    padding: 2% 8%;
    text-align: center;
}

/* Typography > Font Smoothing */
body.smooth-fonts {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/* Typography > Paragraph */
p {margin-bottom: var(--spacing-1);}

/* Sup/Sub */
sup, sub {vertical-align: baseline; position: relative; top: -0.4em;font-size:.75em}
sub {top: 0.4em;}

/* Text Columns */
.text-columns .wp-block-group__inner-container {column-count:2;column-gap:2.5rem;column-fill:balance;}
@media(max-width:600px){.text-columns .wp-block-group__inner-container {column-count:1;}}


/*----------- [CH03 Custom Styles] -----------*/

.hp-title {font-size:1.25em !important;}

/* Overview Content Grid Blocks */
.overview-header h2:after {content:"";    height: 0;}
.overview-header {text-align:center}

.content-grid {text-align: center;}
.content-grid {text-align: center;} 
.grid-wrapper {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;} 
.grid-card {background: var(--accent2-color); border-radius: 25px; overflow: hidden; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); padding: 10px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; height: 100%;} 
.grid-card:hover {transform: translateY(-5px);} 
.grid-card img {max-width: 100%; border-radius: 10px; margin-bottom: 15px; transition: filter 0.3s ease;} 
.grid-card:hover img {filter: grayscale(100%);} 
.grid-card-title {font-size: 1.125em; margin-bottom: 10px; color: var(--primary-color);}

/* Profile Blocks */
.profile-block { display: flex; flex-wrap: wrap; justify-content: center; gap: 2em; padding: 2em 1em; }
.profile-block-item { flex: 1 1 calc(33.333% - 2em); max-width: calc(33.333% - 2em); background: #fff; text-align: center; padding: 1.5em 1em; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); border-radius: 0.5em; transition: transform 0.2s ease; }
.profile-block-item:hover { transform: translateY(-4px); }
.profile-block-img { width: 100%; height: auto; max-width: 200px;     border-radius: 5%;margin: 0 auto 1em;}
.profile-block-name { font-size: 1.125em; font-weight: 600; margin-bottom: 0.3em; }
.profile-block-title { font-size: 1em; color: #555; }
@media (max-width: 960px) { .profile-block-item { flex: 1 1 calc(50% - 2em); max-width: calc(50% - 2em); } }
@media (max-width: 640px) { .profile-block-item { flex: 1 1 100%; max-width: 100%; } }

/* Partner Blocks */
.partner-block { display: flex; flex-wrap: wrap; justify-content: center; gap: 2em; padding: 2em 1em;background:var(--accent2-color); border-radius: 0.5em;}
.partner-block-item { flex: 1 1 calc(33.333% - 2em); max-width: calc(33.333% - 2em); background: #fff; text-align: center; padding: 1.5em 1em; box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); border-radius: 0.5em; transition: transform 0.2s ease; }
.partner-block-item:hover { transform: translateY(-4px); }
.partner-block-img { width: 100%; height: auto; max-width: 150px; margin-bottom: 1em; }
.partner-block-title { font-size: 1.1em; font-weight: 600; margin: 1em 0 0.5em; color: var(--primary-color); }
.partner-block-description { font-size: 0.95em; color: #333; margin: 1em 0; }
.partner-block-btn { display: inline-block; padding: 0.6em 1.2em; background: #00457c; color: #fff; text-decoration: none; border-radius: 0.3em; font-size: 0.9em; }
.partner-block-btn:hover { background: #0066aa; color: #fff;}
@media (max-width: 960px) {.partner-block-item { flex: 1 1 calc(50% - 2em); max-width: calc(50% - 2em); }}
@media (max-width: 640px) {.partner-block-item { flex: 1 1 100%; max-width: 100%; }}

/* Hero */
.uw-hero{position:relative;} 
.uw-hero__img{width:100%;height:auto;display:block;} 
.uw-hero__overlay{position:absolute;top:0;left:0;right:0;width:90%;max-width:1440px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 20px;} 
.uw-hero__overlay h1,.uw-hero__overlay p{color:#fff;margin:0;	font-family: "Antonio", sans-serif;} 
.uw-hero__overlay h1{font-size:5em; line-height:1} 
.uw-hero__overlay p{font-size:2em;margin-top:.25em;} 

/* Buttons */
.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {
 display:inline-block;
    width:14em;
    text-align:center;
    padding:.25em 1.5em;
    background-size:cover;
    background-repeat:no-repeat;
    transition:color .3s ease, background-position .3s ease;
    position:relative;
    border:none;
    text-decoration:none;
    border-radius:0;
    box-shadow:none;
	font-size:1em; line-height:1; min-height:100px;
}

/* Blue variant */
.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button {
  background-color:#15275d !important;
  color:#fff !important;
}

/* Yellow variant */
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button {
  background-color:#ffaf31 !important;
  color:#000 !important;
}

/* Red variant */
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {
  background-color:#dd2125!important;
  color:#fff !important;
}

/* circle starts half-visible at right edge */
.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button::after,
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button::after,
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button::after {
    content:'';
    position:absolute;
    top:50%;
    left:calc(100% - 2em);
    width:4em;
    height:4em;
    background:url('/wp-content/uploads/2025/06/ellipse.png') no-repeat center center;
    background-size:contain;
    transform:translateY(-50%);
    transition:left .3s ease;
    pointer-events:none;
}

/* on hover slide it fully off the left side */
.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button:hover::after,
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button:hover::after,
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button:hover::after {
    left:-2em;
}

.btn--lg {	font-size:1.75em;}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {color: var(--accent1-color)}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {background-color: var(--secondary-color)}
.woocommerce div.product .woocommerce-tabs .panel{background: var(--accent3-color); padding: 15px; border-radius: 0 0 15px 15px; margin: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li {background: var(--accent3-color)}

.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {position:relative !important}

.woocommerce-product-attributes th, .woocommerce-product-attributes td, .variations th, .variations td {background-color:#fff}
.woocommerce-product-attributes tr, .variations tr {border: 1px solid var(--accent3-color);}
.woocommerce div.product form.cart .variations select {padding-left:10px;}
.woocommerce table.shop_table th {background-color: var(--secondary-color); color:#fff; text-align: center;}
.woocommerce table.shop_table td {background-color: #eee;}
td.product-name {text-align:justify;}
.golfer-fields h3 {margin-bottom: 1em;}
.golfer-fields .form-row-wide input { width: 100%;  padding: 0.75em;  border: 1px solid #ccc;  background: #fff; box-sizing: border-box; margin-bottom: 1em;}
.golfer-fields { display: flex;flex-wrap: wrap; gap: 1.5em; margin: 2em 0;}
.golfer-fields .golfer-card {  flex: 1 1 250px; /* grow, shrink, base width */background: #f5f5f5; padding: 1.5em; border: 1px solid #ddd; box-sizing: border-box;}
.golfer-fields .golfer-card h4 { margin-top: 0; margin-bottom: 1em;}

.giving-levels {margin: 0 auto; }
.giving-section {margin-bottom: 2em;}
.giving-cards {display: grid;grid-template-columns: repeat(2, 1fr); gap: 0.75em;}
.giving-card { background: #fff; padding: 0.5em 1em; border-radius: 8px; text-align: center;box-shadow: 0 1px 3px rgba(0,0,0,0.08);transition: transform 0.2s ease;}
.giving-card:hover {transform: translateY(-2px);}
.giving-card h3 { margin: 0;font-size: 1.1em;color: var(--primary-color);}
.giving-card p { margin: 0.4em 0 0;font-weight: bold;color: var(--accent1-color);font-size: 0.95em;}
.woocommerce div.product .woocommerce-tabs .panel .giving-card p  {color:var(--primary-color);    font-weight: normal;}
.woocommerce ul.products li.product a img {margin:0}

.card-wrap {margin: 0 auto; }
.card-section {margin-bottom: 2em;background:var(--accent3-color);padding:2%;border-radius:10px}
.display-cards {display: grid;grid-template-columns: repeat(2, 1fr); gap: 0.75em;}
.display-card { background: #fff; padding: 0.5em 1em; border-radius: 8px; text-align: center;box-shadow: 0 1px 3px rgba(0,0,0,0.08);transition: transform 0.2s ease;}
.display-card h3 { margin: 0;font-size: 1.1em;color: var(--secondary-color);}
.display-card p { margin: 0.4em 0 0;font-weight: bold;color: var(--primary-color);font-size: 0.95em;}

.simple-list { list-style: none; padding-left: 0; margin: 0;column-count:2}
.simple-list li { padding: 0.4em 0;  border-bottom: 1px solid #ccc; font-weight: bold; color: var(--primary-color);}


ul.check-list {margin:20px 0 20px 0px;list-style:none;padding:0;}
ul.check-list li {margin:0 0 10px;padding-left:1.75em;position:relative;list-style:none;line-height:1.5;}
ul.check-list li:before {content:"check_circle";font-family:"Material Symbols Outlined";font-variation-settings:'wght' 400,'FILL' 1,'GRAD' 0,'opsz' 24;position:absolute;left:0;top:50%;transform:translateY(-50%);color:var(--accent1-color);font-size:1.25em;line-height:1;}


/* Responsive fallback */
@media (max-width: 600px) {
  .giving-cards, .display-cards {
    grid-template-columns: 1fr;
  }
}

.highlight-box {padding:3%; margin:2% 0 !important; background:#ffe6cc}
.highlight-box h2, .highlight-box h3 {margin-top:0}

.highlight-text {text-align:center; background:var(--secondary-color);    border-radius: 25px; color:#fff}

.highlight-text p {max-width:80ch; margin:2% auto; font-size:1.125em;  }
.highlight-text a {color:var(--accent2-color)}

.schedule-item p {margin:5px 0;font-size:1em;line-height:1.4;display:flex;align-items:flex-start;gap:5px;}
.schedule-item .material-symbols-outlined {color:var(--accent1-color);font-size:1.4em;flex-shrink:0;}

.event-wrap {display:flex;flex-wrap:wrap;gap:2em;margin:2em 0;align-items:stretch;}
.event-wrap .post {flex: 1 1 calc(33.333% - 2em); display:flex;flex-direction:column;justify-content:space-between;background:#fff;padding:0.5em 1em;border-radius:8px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.08);border:1px solid #ddd}
.event-wrap .post .wp-block-buttons {margin: 10px auto;}

.event-wrap .post .wp-block-button__link {     padding: 10px 25px; font-size: 1em;background-color:#ffaf31 !important;color:#000 !important;}
.event-wrap .post .wp-block-button__link:hover { background: var(--secondary-color) !important;color: #fff !important;}


/* Two across on medium screens */
@media (max-width: 1024px) {
  .event-wrap .post {flex:1 1 45%;}
}

/* One across on small screens */
@media (max-width: 600px) {
  .event-wrap .post {flex:1 1 100%;}
}


/*----------- [CH04 Page Structure] -----------*/
#outer-wrap {overflow: hidden;}
.container { width:90%; max-width: 1440px; /* or 1400px based on preference */
    margin: 0 auto !important; /* Center horizontally */}
.container-80 { width:90%; max-width: 80ch;margin: 0 auto !important;padding: 0 1em; }
.ch80 {max-width: 80ch;}
.container.rounded, .container .rounded {border-radius:20px}
.content-area {width: 100%; max-width: none !important;min-height: 500px;}

.full-width-section {width: 100vw;position: relative;left: 50%;right: 50%;margin-left: -50vw;margin-right: -50vw; max-width: unset;}

#content-wrap-sr, #content-wrap-sl  {display: flex;flex-wrap: wrap; column-gap:30px}
.content-area { flex: 3;}
.sidebar-right { flex: 1;}
.sidebar-left { flex: 1; order: -1; /* Place the left sidebar before the content area */}

/* New Flex Container for Blog Page */
.blog-content-wrap {
    display: flex;
    gap: 20px; /* Adjust the gap between content and sidebar */
}

/* Adjust the width ratios for content and sidebar */
.blog-content-area {
    flex: 0 0 65%; /* 65% width */
    max-width: 65%;
	padding: 15px; /* Add inner padding */
}

.blog-sidebar {
    flex: 0 0 35%; /* 35% width */
    max-width: 35%;
}

.blog-sidebar .widget {
    margin-bottom: 20px;
    padding: 15px;
    background: var(--accent1-color);
    border: 1px solid var(--secondary-color);
}


/* Card container */
.cards {display:flex;gap:2em;margin:2em 0;align-items:stretch;}

/* Each card column */
.cards .wp-block-column {display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid #ddd;box-shadow:rgba(0,0,0,0.1)0px 4px 12px;padding:1.5em;text-align:left;}

/* Headings with full-width background (blue by default) */
.cards h3 {background-color:var(--secondary-color);color:#fff;font-size:1.5em;font-weight:700;text-align:center;padding:0.75em;margin:-1.5em -1.5em 1em -1.5em;}

/* Paragraph spacing */
.cards p {margin-bottom:1em;flex-grow:1;}

/* Button area: push buttons to the bottom */
.cards .wp-block-buttons {margin-top:auto;display:flex;justify-content:center;}

/* Optional: make all buttons same width */
.cards .wp-block-button__link {display:inline-block;min-width:200px;text-align:center;}

@media (max-width:900px) {.cards {flex-direction:column;gap:1.5em;}}


/*----------- [CH05 - TopBar, Header & Navigation] -----------*/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {position: fixed !important;top: 0;width: 100%; border-bottom:2px solid #eee;}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .site-main {padding-top: 110px;}

#top-bar-wrap {display:none;}


#site-header {padding: 0 !important; position: relative; z-index: 50;} 
#site-header-full-width .container {width: 100% !important;}
#site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; /* Add padding for spacing */
}

.header-block {flex:1 1 50%}

/* Header > Main > Logo */
#site-logo {
  flex: 0 1 auto; /* Prevent logo from shrinking */
}
#site-logo a {height: 100%; padding: 0; margin: 0; text-decoration: none;}
#site-logo a:hover {text-decoration: none;}
#site-logo img {display: inline; vertical-align: middle; max-height: 100%; max-width: 100%;width:auto}

/* Alert Wrap */
#alert-wrap {background: var(--accent1-color); color: var(--primary-color); padding: 1.25%; text-align:center; font-size: 1em; border-bottom: solid 3px var(--accent1-color);}
#alert-wrap p {margin:0px;display:inline}
#alert-wrap .fa {margin-right:5px}
#alert-wrap a {color: var(--secondary-color); text-decoration: underline;}
#alert-wrap strong {font-size:1.125em}


/*----------- [Navigation] -----------*/
/* Main Navigation */
#site-navigation { display:flex; justify-content:flex-end; align-items:center; width:100%; }
#site-navigation .nav-menu { display:flex; gap:.25em; list-style:none; padding:0; margin:0; flex-wrap:wrap; justify-content:center; align-items:center; }
#site-navigation .nav-menu li { position:relative; }
#site-navigation .nav-menu li a { color:var(--primary-color); font-size:1.1em; text-decoration:none; font-weight:600; padding:.5em 1em; }
#site-navigation .nav-menu li a:hover { color:var(--primary-color); background-color:var(--accent2-color); border-radius:20px; }

/* Donate Button */
.donate-btn a { color:var(--primary-color); background-color:var(--accent2-color); border-radius:20px; padding:.5em 1em; text-transform:uppercase; }
.donate-btn a:hover { background-color:#f8cd50 !important; }

/* Dropdown Menu */
/* Dropdowns are hidden initially but can transition */
#site-navigation .nav-menu ul { display:block; position:absolute; top:calc(100% + .25em); left:0; padding:0; margin:0; background:var(--accent2-color); box-shadow:0 3px 10px rgba(0,0,0,0.16); list-style:none; min-width:250px; z-index:10; color:var(--primary-color); opacity:0; visibility:hidden; max-height:0; overflow:hidden; transition:opacity .4s ease-in-out, max-height .5s ease-in-out, visibility .5s ease-in-out; }
#site-navigation .nav-menu li:hover > ul { opacity:1; visibility:visible; max-height:500px; }
/* Keep top-level item highlighted while hovering its submenu */
#site-navigation .nav-menu > li:hover > a,
#site-navigation .nav-menu > li:focus-within > a { background-color:var(--accent2-color); color:var(--primary-color); }
#site-navigation .nav-menu > li.menu-item-has-children:hover > a,
#site-navigation .nav-menu > li.menu-item-has-children:focus-within > a { border-radius:20px 20px 0 0; }


/* Dropdown Links */
#site-navigation .nav-menu ul li { display:block; }
#site-navigation .nav-menu ul li a { padding:.5em 1em; color:var(--primary-color); display:block; transition:background-color .3s ease, color .3s ease; font-size:.9em; }
#site-navigation .nav-menu ul li a:hover { background-color:var(--accent3-color); color:var(--primary-color);border-radius:0px; }

/* Multi-level Dropdown */
#site-navigation .nav-menu ul ul { position:relative; top:0; left:0; margin-top:.25em; background:var(--accent3-color); box-shadow:none; }
#site-navigation .nav-menu ul ul li a { padding:.5em 1em; color:var(--primary-color); display:block; }
#site-navigation .nav-menu ul ul li a:hover { background-color:var(--primary-color); color:#fff; }
#site-navigation .nav-menu li:hover > ul ul { display:block; }



/*----------- [CH06 - Content, Forms & Media] -----------*/

/*----------- [Page Title] -----------*/
.page-header {background-color:var(--secondary-color);  margin: 10px 0; padding: 5px 0 0;  position: relative;}
.page-header .container {position: relative;}
.header-title {display: inline-block;line-height: 1em; font-weight: normal; font-weight: 400;color:#fff}
.subheading {margin: 0; color: var(--secondary-color);}

/*----------- [Breadcrumbs] -----------*/
#breadcrumbs {font-size:.825em; padding:5px 0 0 }

/*----------- [Contact Forms] -----------*/
div.wpcf7 .wpcf7-not-valid {
    border-color: var(--accent1-color) !important;
    color: var(--accent1-color) !important;
}
span.wpcf7-not-valid-tip {display: none !important;}
div.wpcf7 input, div.wpcf7 textarea {max-width: 100%;}
div.wpcf7-validation-errors {margin: 20px 0 0; padding: 10px; text-align: center; font-weight: 400; font-size: 0.923em; color: var(--accent1-color); background: var(--accent1-color); border: 1px solid var(--accent1-color);}
div.wpcf7 .wpcf7-mail-sent-ok {margin: 10px 0 0; padding: 10px; text-align: center; background: var(--accent1-color); border: 1px solid var(--secondary-color); color: var(--primary-color); font-weight: normal;}
div.wpcf7-mail-sent-ng {margin: 0; padding: 10px; background: #ffe9e9; color: #d04544; border: 1px solid #e7a9a9;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { background: #e00000;color: #fff; margin: 10px 0; border: none; padding: 0.75em;}

/*fixes */
button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline;font-family: inherit;}

/* turn off number spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}

/* reset search styling */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display: none;}

/* input normal */
input[type="text"],
input[type="password"], input[type=file],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea {color: #757575; background: #f7f7f7; padding: .6em .6em; display: inline-block; font-size: 1em; transition: .15s linear border; -webkit-appearance: none; max-width: 100%; border: 1px solid #e4e4e4; font-family: inherit;margin-top: 5px;}

/* textarea */
textarea {width: 100%; max-width: 100%; -webkit-appearance: none; font-family: inherit;margin-top: 5px;}

/* remove chrome yellow autofill */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;}

/* placeholder color */
::-webkit-input-placeholder {color: inherit;}
:-moz-placeholder {color: inherit;}
::-moz-placeholder {color: inherit;}
:-ms-input-placeholder {color: inherit;}

.contact-form-section {background: var(--accent3-color); padding: 2em; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);}
.contact-form-heading {color: var(--secondary-color); font-size: 1.8em; margin-bottom: 1em; text-align: center;}
.contact-form {max-width: 700px; margin: 0 auto;}
.contact-form label {display: block; margin-bottom: 0.3em; font-weight: 500; color: var(--primary-color); font-size: 0.95em;}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea, .contact-form select {width: 100%; padding: 0.6em 0.9em; margin-bottom: .25em; color: #333; background: #f9f9f9; border: 1px solid #ccc; border-radius: 6px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.05); transition: border 0.2s ease, box-shadow 0.2s ease; -webkit-appearance: none;}
.contact-form textarea {height: 100px; resize: vertical;}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus, .contact-form textarea:focus, .contact-form select:focus {border-color: var(--secondary-color); box-shadow: 0 0 0 2px rgba(0, 68, 181, 0.15); outline: none; background: #fff;}
.contact-form .wpcf7-radio label {margin-right: 1.2em; font-size: 0.9em; display: inline-block; margin-bottom: 0.5em;}
.contact-form input[type="submit"] {background: var(--accent2-color);     color: var(--primary-color); padding: 0.85em 1.5em; font-size: 1em; border: none; border-radius: 6px; cursor: pointer; transition: background 0.3s ease, box-shadow 0.3s ease; text-transform: uppercase; font-weight: 600; width: 100%;}
.contact-form input[type="submit"]:hover {background: var(--secondary-color); box-shadow: 0 3px 8px rgba(0,0,0,0.15);}


/* Google Material Icons */
.material-icons {
  font-size: 1.25em;
  padding-right: 5px;
  color: var(--accent1-color);
}

/* Responsive Table */
table {
  width: 100%;
  border-collapse: collapse;
}
table caption { font-size: 1.5em; margin: .5em 0 .75em;}
table tr {border: 1px solid var(--primary-color); padding: .35em;}
table th,table td {padding: .625em;text-align: center;}
table th {font-size: .85em;letter-spacing: .1em;text-transform: uppercase;background: var(--secondary-color); color: var(--primary-color);}

/*----------- [CH07 Footer] -----------*/

.footer-columns {display:flex;flex-wrap:wrap;gap:2rem;margin:2rem 0;}
.footer-columns > div {flex:1 1 calc(25% - 2rem);min-width:250px;color:#fff;}

.footer-logo img {max-width:100%;height:auto;margin-bottom:1rem;}
.social-icons a {margin-right:0.5rem;}
.social-icons img {display:inline-block;width:22px;height:auto;}

.footer-contact a {color:#fff;text-decoration:underline;}
.footer-menu ul {list-style:none;padding:0;margin:0;}
.footer-menu li {margin:0.5em 0;}
.footer-menu a {color:#fff;text-decoration:none;}
.footer-menu a:hover {text-decoration:underline;}

.footer-badges img {display:block;margin-bottom:1rem;max-width:100%;height:auto;}
.footer-badges .badge-row {display:flex;gap:1rem;align-items:center;}


/* 2 columns */
@media screen and (max-width:1200px) {
  .footer-columns > div {flex:1 1 calc(50% - 2rem); text-align:center}
	.footer-logo img {margin:0 auto}
	.footer-badges .badge-row {justify-content:center}
}

@media screen and (max-width:1023px) {
  .footer-menu {display:none;}
}

/* 1 column */
@media screen and (max-width:600px) {
  .footer-columns > div {flex:1 1 100%;}
}




.social-icons {
    margin: 5%;
}
.footer-contact a[href^="tel"],
.footer-contact a[href^="mailto"] {
    color: #F9B52E;
    text-decoration: none;
    font-weight: 600;
}

.footer-contact a[href^="tel"]:hover,
.footer-contact a[href^="mailto"]:hover {
    text-decoration: underline;
}

.widget_nav_menu h2.widgettitle {
    color: #8FCDFC;
    border-bottom: 2px solid #8FCDFC;
	margin: 0 0 5px;
	font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
}

.widget_nav_menu ul.menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0em 2em;
    list-style: none;
    padding: 0;
    margin: 1em 0 0;
}

.widget_nav_menu ul.menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95em;
}

.widget_nav_menu ul.menu li a:hover,
.widget_nav_menu ul.menu li.current-menu-item a {
    text-decoration: underline;
    color: #8FCDFC;
}

.site-footer {background: var(--link-hover-color); color: #fff; margin-top:40px;}
.site-footer .container {padding: 25px 0;}
.single-col-footer .col {margin-left: 0; width: 100%; margin-right: 0;}
.site-footer ul {margin: 0;}
.site-footer .col {margin-bottom: 0 ; float:left;}
.site-footer .widget_recent_entries li,
.site-footer .widget_categories li {margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px solid #333;}

/* Footer > Widgets */
.footer-widget {padding-bottom: 45px;}
#footer-widgets.row .col {margin-bottom: 0 !important;}
.footer-widget .widget-recent-posts-title {color: #fff;}

/* Footer > Bottom */
#footer-bottom {min-height: 30px; color: #222; font-size: 0.75em;background:#fff}
#footer-bottom-inner {position: relative;}
#footer-bottom p:last-child {margin: 0;}
#footer-bottom > .container {padding-top: 10px; padding-bottom: 10px;}

#copyright {display: flex; flex-wrap: wrap; justify-content: space-between;}
.copy-left, .copy-right { flex: 1 1 auto;}
.copy-right {text-align:right}

/* Footer > Social */
#footer-bottom-menu {position: absolute; right: 0; top: 50%; margin-top: -20px; height: 40px; line-height: 40px;}
#footer-bottom-menu ul {list-style: none; margin: 0;}
#footer-bottom-menu ul li {float: left; margin-left: 20px;}
#footer-bottom-menu ul li:first-child {margin-left: 0;}
#footer-bottom-menu ul li .fa {margin-right: 7px;}

/*----------- [Commons] -----------*/
.no-wrap {white-space:nowrap}

/* Commons > Displays */
.block {display: block;}
.inline-block {display: block; display: inline-block;}
.inline {display: inline;}

/* Commons > Margins */
.no-margin {margin: 0;}
.no-left-margin {margin-left: 0;}
.no-right-margin {margin-right: 0;}
.remove-last-p-margin p:last-child {margin: 0;}
.margin-1 {margin: 1%;}
.margin-2 {margin: 2%;}
.margin-3 {margin: 3%;}
.margin-1h {margin: 0 1% !important;}
.margin-2h {margin: 0 2% !important;}
.margin-3h {margin: 0 3% !important;}
.margin-4h {margin: 0 4% !important;}
.margin-5h {margin: 0 5% !important;}
.margin-10h {margin: 0 10% !important;}
.margin-1v {margin: 1% 0 !important;}
.margin-2v {margin: 2% 0 !important;}
.margin-3v {margin: 3% 0 !important;}
.margin-4v {margin: 4% 0 !important;}
.margin-5v {margin: 5% 0 !important;}

/* Commons > Paddings */
.no-padding {padding: 0;}
.no-left-padding {padding-left: 0;}
.no-right-padding {padding-right: 0;}
.padding-1 {padding: 1%;}
.padding-2 {padding: 2%;}
.padding-3 {padding: 3%;}
.padding-1h {padding: 0 1%;}
.padding-2h {padding: 0 2%;}
.padding-3h {padding: 0 3%;}
.padding-4h {padding: 0 4%;}
.padding-5h {padding: 0 5%;} 
.padding-1v {padding: 1% 0;}
.padding-2v {padding: 2% 0;}
.padding-3v {padding: 3% 0;}
.padding-4v {padding: 4% 0;}
.padding-5v {padding: 5% 0;}

/* Commons > Border Radius */
.semi-rounded {border-radius: 4px;}
.rounded {border-radius: 10px;}
.round {border-radius: 50%;}


/*----------- [Theme Buttons] -----------*/
.theme-button, input[type="submit"], button, .wp-block-button__link {
background: var(--accent2-color);     color: var(--primary-color);}
.theme-button:hover, input[type="submit"]:hover, button:hover, .wp-block-button__link:hover {
    background: var(--secondary-color);
    color: #fff;
}
.theme-button:active,input[type="submit"]:active,button:active, .wp-block-button__link:active {color: #fff; box-shadow: 0 2px 2px rgba(0,0,0,.1) inset;}
.button-yellow a {background-color:#ffaf31 !important;color:#000 !important;}
.button-yellow a:hover  {background: var(--secondary-color) !important;color: #fff !important;}

/* readmore link edits */
.readmore-link-wrap {display: block;}
.search-entry .readmore-link-wrap {margin-top: 10px;}
.readmore-link {display: block; float: left;}

/* make some buttons smaller */
.readmore-link {font-size: 0.846em;}

/*sizes & alignments*/
.theme-button.small {font-size: 0.923em;}
.theme-button.medium {font-size: 1.077em;}
.theme-button.large {font-size: 1.385em;}
.theme-button.rounded {border-radius:5px}

/*----------- [Images] -----------*/
img {max-width: 100%; height: auto; vertical-align: bottom;}

.vertical-align {vertical-align:middle}

/* Commons > Image Classes */
.image-shadow {background: #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.1);}
.image-border {background: #fff; outline-offset: 4px; outline: 4px solid var(--accent2-color);}
.full-width-section .image-border {background: #fff; outline-offset: 4px; outline: 4px solid #fff;}

.image-rounded {background: #fff; border-radius: 3px;}
.image-circle {background: #fff; border-radius: 99px;}
.image-hover:hover {opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8;}
.image-fancy {background: #fff; padding: 4px; border: 1px solid #ddd; -moz-border-radius: 99px; -webkit-border-radius: 99px; border-radius: 99px;}
.image-fancy:hover {opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; box-shadow: 0px 1px 5px rgba(0,0,0,0.2);}

/* Responsive Videos and iFrames */
.responsive-video-wrap,
.responsive-audio-wrap {position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;}
.responsive-video-wrap  iframe,
.responsive-audio-wrap iframe,
.responsive-video-wrap object,
.responsive-audio-wrap oject,
.responsive-video-wrap embed,
.responsive-audio-wrap embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.entry .entry-video {margin-bottom: 20px;}
.entry iframe, .entry embed {max-width: 100%;}

/*----------- [WordPress Styles] -----------*/
.aligncenter {display: block; margin: 0 auto;}
.wp-caption {text-align: center; max-width: 100%; border: 1px solid #eee; background-color: #fff; padding: 8px;}
.wp-caption img {display: block; margin: 0 auto; padding: 0; border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 0.875em; padding: 10px 0 0; margin: 0; text-align: center;}
.wp-caption.alignnone {margin-bottom: 20px;}
.wp-smiley {margin: 0; max-height: 1em;}
#img-attch-page {text-align: center; overflow: hidden;}
#img-attch-page img {display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px;}
.post-password-form label,
.post-password-form input {display: block; float: none;}
.post-password-form input {margin-top: 10px;}
.post-password-form input[type="password"] {width: 200px; max-width: 100%;}
.post-password-form label {font-weight: bold; font-weight: 600; color: #000;}
form.login {padding: 20px; border: 1px solid #eee;}
form.login .lost_password {margin-left: 20px; display: inline-block;}
.wpstats {display: none;}

/* 404 Error Page */
.error404-content {text-align: center; margin: 50px 0; font-size: 1.077em;}
.error404-content h1 {font-size: 3.231em; margin: 0 0 10px;}

/*----------- [Entries (Global Styles)] -----------*/

/* Entries > Title */
.entry-title {display: block; font-size: 1.077em; margin: 0 0 5px; font-weight: bold; font-weight: 600; color: #000;}
.entry-title a {color: inherit;}
.entry-title a:hover {text-decoration: none;}
.single-post-title {font-size: 1.846em; margin: 0 0 10px; font-weight: 400;}

/*----------- [Post Meta] -----------*/
/* Meta Styling */
ul.meta {
    display: flex; /* Use Flexbox for alignment */
    gap: 15px; /* Adds spacing between meta items */
    align-items: center; /* Vertically center-aligns icons and text */
    list-style: none;
    margin: 0 0 20px !important;
    padding: 0;
}

.meta, .entry .meta {
    font-size: 0.9em; /* Adjust font size slightly for a cleaner look */
    color: var(--body-text-color); /* Use variable for text color */
}

/* Meta Items */
.meta li, .entry .meta li {
    display: flex; /* Flex container for each meta item */
    align-items: center; /* Vertically centers icon and text */
    margin: 0; /* Reset margin */
}

/* Adjust icon spacing */
.meta li .material-icons {
    font-size: 1.1em; /* Adjust icon size */
    margin-right: 5px; /* Space between icon and text */
    color: var(--accent1-color); /* Use color variable for icon */
}

/* Last item adjustment (Flexbox takes care of spacing) */
.meta li:last-child {
    margin-right: 0;
}

/* Meta links */
.meta a {
    color: var(--body-text-color); /* Use variable for link color */
    text-decoration: none;
}

.meta a:hover {
    color: var(--accent1-color); /* Use accent color for hover */
    text-decoration: none;
}

/* Time Element */
.meta time {
    display: inline;
}


/*----------- [Blog] -----------*/
.blog-entry-readmore {
    margin-top: 15px; /* Add spacing above */
    text-align: left; /* Align to the left */
}

.blog-entry-readmore a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    font-size: 0.875em;
    border-radius: 5px;
    transition: background var(--transition-duration) var(--transition-easing);
}

.blog-entry-readmore a:hover {
    background: var(--secondary-color);
    color: var(--accent1-color);
}

#content .social-share-buttons li:before {content: none;}
.social-share-buttons.position-horizontal li a {border: none;}
.prev-article {float:left;margin-left:15px;width:40%;}
.next-article {float:right; text-align:right;margin-right:15px;width:40%;}
.blog-entry a.blog-entry-media-link {display: block; margin: 0 auto;}
.blog-entry-media img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.single-post .blog-entry.grid-entry-style.format-quote {width: 100%; margin: 0;}
.format-quote {overflow: hidden;}
.blog-entry-readmore span.readmore-rarr {margin-left: 7px;}
.blog-entry .social-share-title {display: none;}
.blog-entry-excerpt p:last-child {margin: 0;}

.widget_categories h3, .widget_recent_entries h3 {border-bottom: 1px solid; text-align:left;}
.widget_categories li:after, .widget_recent_entries li:after {content: '\f054'; font-family: 'Font Awesome\ 5 Free';font-weight: 900; float: right; color: #86c232;}
#recent-posts-2 ul li a { display: contents;}
#recent-posts-2 ul li { margin: 2% 0;}

/*----------- [Blog Entry] -----------*/
.blog-entry-title {font-size: 1.846em; margin: 0 0 10px; font-weight: 400;}
.blog-entry-media, .blog-entry-excerpt, .blog-entry-readmore {margin-bottom: 20px;}

/* Blog Entry > Quote Format */
.blog-entry.format-quote .post-quote-entry-inner {position: relative; display: block; padding: 20px 30px; font-size: 1.231em; z-index: 2; background: #f7f7f7;}
.blog-entry.format-quote p:last-child {margin: 0;}
.blog-entry.format-quote .quote-entry-author {margin-top: 15px; font-size: 0.923em; font-weight: 300; text-decoration: underline;}
.blog-entry.format-quote .fa-quote-right {position: absolute; right: 15px; bottom: 15px; color: #999; font-size: 60px; display: block; z-index: 1; opacity: 0.15;}


/*----------- [Single Blog Posts] -----------*/
.single-post .entry {margin-bottom: 40px;}

/* Blog Single > Meta */
.content-full-screen .meta {display: none;}
.single-post .meta {margin: 0 0 20px;}
.single-post .meta.meta-with-title {border: none; padding: 0;}

/* Blog Single > Thumbnail */
#post-media {display: block; position: relative; margin-bottom: 20px;}
#post-media img {display: block; margin: 0 auto; width: 100%;}
.post-media-caption {position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 15px; background: #000; background: rgba(0,0,0,0.75); color: #fff; font-size: 0.923em; font-weight: normal; text-align: center;}
.post-media-caption p {color: #fff;}
.post-media-caption a {color: #fff; text-decoration: underline;}
.post-media-caption p:last-child {margin: 0;}

/* Blog Single > Tags */
.post-tags {margin-bottom: 40px;}

/* Blog Single > Related Posts */
.related-posts {margin-bottom: 20px; overflow: hidden;}
.related-posts li {margin-bottom: 20px;}
.related-posts li:last-child,
.related-posts li p:last-child {margin-bottom: 0;}
.related-post-thumb {display: block;}
.related-post-thumb img {display: block; width: 100%;}
.related-post-title {margin: 0 0 5px; display: block;}
.related-post-content {padding: 10px; background: #f7f7f7; border: 1px solid #eee;}
.related-post-excerpt {font-size: 0.923em; line-height: 1.7em;}
.related-post-excerpt p:last-child {margin: 0;}

/* Blog Single > Quote */
.single .format-quote {position: relative; display: block; padding: 20px 30px; font-size: 1.231em; z-index: 2; background: #f7f7f7;}
.single .format-quote p:last-child {margin: 0;}
.single .format-quote .quote-entry-author {margin-top: 15px; font-size: 0.923em; font-weight: 300; text-decoration: underline;}
.single .format-quote .fa-quote-right {position: absolute; right: 15px; bottom: 15px; font-size: 60px; display: block; z-index: 1; opacity: 0.1;}


/*----------- [Social Sharing] -----------*/
/* Social Sharing */
.social-share-wrap { margin: 3% 0;width: max-content;}
.social-share.position-horizontal {display:inline; list-style:none !important;margin: 0 !important;}
.social-share.position-horizontal li {float: left; margin: 0 10px 5px 0; border: none;}
.social-share.position-horizontal .svg-inline--fa {margin-right:5px}

.social-share li a {height: 35px; line-height: 35px; text-align: center;transition: all .15s ease-in-out;text-decoration: none;}

.social-share li a.share-x {background: #000; color:#fff; padding:0px 15px 0 20px; background-image:url("/wp-content/uploads/2024/03/logo-white18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 15px; width:auto;display:inline-block;}
.social-share li a.share-x:hover{background:#f3f3f3;background-image:url("/wp-content/uploads/2024/03/logo-black18.png");background-repeat: no-repeat; background-position: center left 10px;background-size: 15px; color:#000;}

.social-share li a.share-facebook {background: #1877f2; color:#fff; padding:0px 15px 0 25px; background-image:url("/wp-content/uploads/2024/03/f_logo_RGB-White_18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 17px; width:auto;display:inline-block;}
.social-share li a.share-facebook:hover {background: #f3f3f3;color: #1877f2;background-image:url("/wp-content/uploads/2024/03/f_logo_RGB-Black_18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 17px; width:auto;display:inline-block;}

.social-share li a.share-pinterest {background: #cb2027; color:#fff; padding:0px 15px 0 25px; background-image:url("/wp-content/uploads/2024/03/P-badge-white_18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 15px; width:auto;display:inline-block;}
.social-share li a.share-pinterest:hover {background: #f3f3f3;color: #cb2027;background-image:url("/wp-content/uploads/2024/03/P-badge-red_18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 15px; width:auto;display:inline-block;}

.social-share li a.share-linkedin {background: #4875B4; color:#fff; padding:0px 15px 0 30px; background-image:url("/wp-content/uploads/2024/03/In-white_18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 17px; width:auto;display:inline-block;}
.social-share li a.share-linkedin:hover {background: #f3f3f3;color: #4875B4;background-image:url("/wp-content/uploads/2024/03/In-blue_18.png"); background-repeat: no-repeat; background-position: center left 10px;background-size: 17px; width:auto;display:inline-block;}

/*----------- [Pagination] -----------*/
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;width:auto;color:#fff;background: #888;}
.pagination a:hover{color:#fff;background: #444;}
.pagination .current{padding:6px 9px 5px 9px;background: #000;color:#fff;}

/*next/previous posts*/
.post-pagination {border-top: 1px solid #eee; padding: 30px 0; color: #888;}
.post-pagination .post-prev {float: left; width: 48%;}
.post-pagination .post-prev span {margin-right: 5px}
.post-pagination .post-next {float: right; width: 48%; text-align: right;}
.post-pagination .post-next span {margin-left: 5px;}
.post-pagination a {color: #888;}
.content-full-screen .post-pagination {display: none;}

/*standard*/
ul.page-numbers {list-style: none; margin: 10px 0 0;}
ul.page-numbers li {display: block; float: left; margin: 0 4px 4px 0; text-align: center;}
.page-numbers a,
.page-numbers span {line-height: 1; display: block; padding: 0.4em 0.7em; font-size: 0.923em; text-decoration: none; font-weight: normal; font-weight: 400; cursor: pointer; border: 1px solid #ddd; color: #888; transition: all .15s ease-in-out;}
.page-numbers a span {padding: 0;}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {color: #000; background: #f7f7f7; text-decoration: none;}
.page-numbers:hover {text-decoration: none;}

/*----------- [Widgets] -----------*/
.widget ul {list-style: none !important; margin: 0 !important;}
.widget_product_categories ul ul li:last-child {border-bottom: none; padding-bottom: 0;}
.widget_product_categories ul ul li {padding-left: 15px}

/* Widgets > Recent Posts */
.widget_recent_entries .post-date {display: block; font-size: 0.846em; color: #757575; margin: 5px 0 0;}

/* Widgets > Recent Posts */
.recent-comments-widget li {position: relative; padding-left: 70px; display: block; border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 20px; min-height: 62px;}
.recent-comments-widget li:first-child {border-top: 1px solid #eee; padding-top: 20px;}
.recent-comments-widget li a {display: block}
.recent-comments-widget li a.avatar {width: 50px; height: 50px; position: absolute; left: 0; top: 0; display: block; padding: 3px; border: 1px solid #e4e4e4;}
.recent-comments-widget li:first-child a.avatar {top: 20px}
.site-footer .recent-comments-widget li a.avatar {border-color: #333}
.recent-comments-widget strong {color: #000}
.site-footer .recent-comments-widget strong {color: #fff}

/*----------- [Search] -----------*/

/*search input*/
.searchform {position: relative}
.menu-search-text {display: none;}
.searchform input {width: 100%; background-repeat: no-repeat; background-position: right center; padding: .8em 30px .8em .8em;}
.searchform .searchform-submit {position: absolute; top: 50%; right: 15px; height: 20px; line-height: 20px; margin: -10px 0 0; background: none; padding: 0; border: 0; color: #000; font-size: 11px; opacity: 0.5;}
#footer .searchform input {background-color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,0.06); border: none; padding: .8em;}

/*search results page*/
#search-no-results {font-size: 1.231em; margin-bottom: 20px;}

/*entries*/
.search-entry {position: relative; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; padding-left: 130px; min-height: 120px;}
.search-entry-no-thumb {padding-left: 0; min-height: 0;}
.search-entry h2 {font-size: 1.313em; margin: 0 0 10px; font-weight: bold; font-weight: 600;}
.search-entry-thumb {position: absolute; top: 0; left: 0; width: 100px; padding: 4px; border: 1px solid #eee;}
.search-entry-thumb img {display: block; width: 100%;}
.search-entry-thumb img:hover {opacity: 0.8}
.search-entry-text p:last-child {margin: 0}

/*search site overlay - modal*/
#searchform-overlay {display: none; width: 350px; top: 120px; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); -webkit-transition: transform 0.4s; -moz-transition: transform 0.4s; transition: transform 0.4s;}
#searchform-overlay.active {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
#searchform-overlay-title {font-size: 2.154em; margin: 0 0 20px; font-weight: 400; color: #fff; text-align: center; text-transform: capitalize;}
#searchform-overlay input {font-size: 1.077em; background: #fff; -webkit-appearance: none !important; width: 100%; border: 0; padding: 0; padding-right: 40px; padding-left: 20px; height: 45px; color: #000; font-weight: 400; border-radius: 3px; box-shadow: 0 0 4px rgba(0,0,0,0.7);}
#searchform-overlay .searchform-submit {font-size: 18px;}
#searchform-overlay .searchform-submit:hover {opacity: 1;}

/*header replace*/
#searchform-header-replace {position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #fff; visibility: hidden; opacity: 0; transition: all 0.25s ease-in-out;}
#searchform-header-replace form {height: 100%; width: 100%;}
#searchform-header-replace input {height: 100%; width: 100%; border: 0; -webkit-appearance: none;  -moz-border-radius: none; -webkit-border-radius: none; border-radius: 0; font-size: 32px; text-transform: uppercase; color: #bbb; background: none;}
#searchform-header-replace-close {position: absolute; right: 0; top: 50%; margin-top: -20px; height: 40px; line-height: 40px; font-size: 26px; color: #bbb; cursor: pointer;}
#searchform-header-replace-close:hover {color: #000}
body.boxed-main-layout #searchform-header-replace input {padding: 0 30px}
body.boxed-main-layout #searchform-header-replace-close {right: 30px}

/*display search on click*/
#searchform-dropdown.show,
#searchform-header-replace.show {visibility: visible; opacity: 1;}


/*----------- [Print Styles] -----------*/
@media print { 
	#sidebar,
	#footer-callout-wrap,
	#footer,
	#footer-bottom,
	#top-bar-wrap,
	#site-navigation-wrap,
	.toggle-bar-btn,
	.post-pagination,
	.related.products,
	.product form.cart { display: none }
	.container { width: 100%; padding: 0; }
}

/*----------- [CH09 Responsive] -----------*/


@media screen and (max-width: 1366px) {
	.btn--lg {font-size: 1.5em;}
	#site-navigation .nav-menu li a {font-size:1em}
	.footer-columns {font-size: .9em;}
	.footer-badges img { max-width: 100px;float: right;}
}

@media screen and (max-width: 1280px) {
#site-navigation .nav-menu {gap:0}
#site-navigation .nav-menu li a {padding: 0.5em 0.75em}
#nav-logo img {max-width: 100px;}
#site-logo img {width: 100%;max-width: 185px;}
.entry .wp-block-image .alignright {max-width:50%; }
.entry .wp-block-image img {margin:0 auto}
.uw-hero__overlay h1{font-size:4em; } 
.uw-hero__overlay p{font-size:1.5em;} 
		.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button, .wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button, .wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {width:12em}
}


@media screen and (max-width: 1023px) {
	#top-bar-wrap {display:block;background:#15275d}
	#top-bar {position: relative; min-height: 50px; padding: 15px 0;display:flex; flex-wrap:wrap; justify-content:space-between}
#mobile-phone {text-align:right}
#mobile-phone a {color: #f9b52d; }
#site-logo img {width: 100%;max-width: 200px;}
#site-navigation-wrap {display:none;}

.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button, .wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button, .wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {width:10em}
.uw-hero__overlay h1{font-size:3em;} 
}


@media (max-width: 981px) {
.home-btns {flex-direction: column;align-items: center;}
.home-btns > .wp-block-column {flex: 1 1 100%;width: 100%;display: flex;justify-content: center;}
.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {width: 15em;}
.home-btns:where(.wp-block-columns.is-layout-flex) { gap: 1em;}
}

@media screen and (max-width: 768px) {
#site-header-inner {flex-direction: column;align-items: center; }
nav ul { flex-direction: column; /* Stack menu items */gap: 10px;}
.blog-content-wrap {flex-direction: column; /* Stack content and sidebar */ }
.blog-content-area, .blog-sidebar { max-width: 100%;flex: 0 0 100%;}
#content-wrap-sl, #content-wrap-sr {flex-direction: column;}
.content-area {float: none;max-width: 100% !important;width: 100%;}
.copy-left, .copy-right {text-align:center}
.widget.widget_nav_menu { display: none;}
.footer-social .wp-block-image .alignright {float:none;        margin: 0 auto;}
}

@media screen and (max-width: 601px) {
.wp-block-image {float: none; margin: 3% auto;display: block;text-align:center}
 #site-logo { margin: 2% auto;}
table {border: 0;}
table caption {font-size: 1.3em;}
table td:last-child { border-bottom: 0; }
table thead { display: none; }
table tr { display: block; margin-bottom: 0.625em;}
table td {display: flex; justify-content: space-between; padding: 0.625em;}
table td::before {content: attr(data-label);font-weight: bold;text-transform: uppercase; }
.uw-hero__overlay h1{font-size:2em;} 
.uw-hero__overlay p{font-size:1em;margin-top: 0;} 
.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {width: 12em;}
}

@media(max-width:425px){
.uw-hero__overlay{padding:30px 10px;}
.uw-hero__overlay h1{font-size:1.5em;} 
	.wp-block-buttons .wp-block-button.btn--blue .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--yellow .wp-block-button__link.wp-element-button,
.wp-block-buttons .wp-block-button.btn--red .wp-block-button__link.wp-element-button {width: 11em;}
}

@media(max-width:360px){
.uw-hero__overlay{padding:20px 0px;}
.uw-hero__overlay h1{font-size:1.35em;} 
}