/*
Theme Name: SIR-PCA 2024
Author: Lieberman Technologies, Nick Basham
Author URI: https://LTnow.com/
Description: A theme based on Jerry Jindrich's original website.
Version: 1.0
Text Domain: sirpac
*/

:root {
    --color-yellow: #fad146;
    --color-teal-light: #406666;
    --color-teal-dark: #003333;
    --color-red: #e93323;
    --font-condensed: Anton, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

html, body {
    font-family: Arial, Helvetica, san-serif;
    font-size: large;
    background-color: var(--color-teal-dark);
}

body p {
	font-size: x-large;
	font-family: Arial, Helvetica, san-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.main {
    background-color: #ffffff
}

.main-content {
    max-width: 650px;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 4em;
    position: relative;
    ul {
        list-style-type: '- ';
    }
}
.hero-text {
    font-family: var(--font-condensed);
    margin-left: -1em;
    margin-bottom: -0.375em;
    position: relative;
    z-index: 1;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

#menu-main-navigation {



}

#page-header {
    background-color: #e93323;
    color: white;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 15px;
}
  
#page-header h1 {
    text-transform: uppercase;
    margin: 0;
    padding: calc(0.25em + 3px) 0.25em 0.25em;
    border-bottom: 3px solid var(--color-yellow);
    font-size: 1.5em;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.05em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}
  
#page-header h1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-yellow);
    content: '';
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
  
#page-header a {
    color: white;
    text-decoration: none;
}
  
#page-header .placeholder {
    background-color: #efefef;
    display: block;
}
  
#page-header .site-header-image {
    width: 100%;
    height: 135px;
    display: block;
    object-fit: cover;
}
  
#page-header .site-logo {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    left: 50px;
    bottom: 26px;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 1);
}
  
#page-header nav {
    border-bottom: 3px solid var(--color-yellow);
    position: relative;
}
  
#page-header nav::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-yellow);
    content: '';
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
  
#page-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
}
  
#page-header li {
    flex-basis: 100%;
    margin: 0;
    padding: 0;
    border-right: 2px solid #82180f;
    background: linear-gradient(90deg, #bc271a 0%, #e93323 30%);
}

#page-header li:first-child {
    padding-left: 1em;
}
  
#page-header li:last-child {
    border-right: none;
    padding-right: 1em;
}
  
#page-header .before-logo {
    background: linear-gradient(90deg, #e93323 0%, #64100a 100%);
    border-right-color: #e93323;
}
  
#page-header .spacer {
    background: #64100a;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
  
#page-header .after-logo {
    background: linear-gradient(90deg, #64100a 0%, #bc271a 80%);
    border-left: 2px solid #e93323;
}
  
#page-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    padding: calc(0.25em + 3px) 0.25em 0.25em;
    position: relative;
    box-sizing: border-box;
    transition: color 0.2s ease-in-out;
}
  
#page-header .current-menu-item a::after {
    position: absolute;
    left: 0;
    bottom: -12px;
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--color-yellow);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
  
#page-header a:hover {
    color: var(--color-yellow);
}

.sidebar-bg-text {
    color: var(--color-teal-light);
    font-size: 250px;
    text-transform: uppercase;
    font-family: Anton, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    top: 2rem;
    right: calc(100% - 8rem);
    transform: rotate(90deg) translate(100%, -50%);
    transform-origin: right top;
    white-space: nowrap;
}

.mobile-sidebar {
	background-color: var(--color-teal-dark)
}

.mobile-sidebar-bg-text {
	color: var(--color-teal-light);
  	font-size: 149px;
  	text-transform: uppercase;
  	font-family: Anton, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.sidebar-content {
    position: relative;
	width: 300px;
    z-index: 1;
    padding: 4rem 2rem 2rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.5em;
    h1, h2, h3, h4, h5, h6 {
        color: var(--color-yellow);
        margin: 1em 0 0;
    }
    color: white;
}

.mobile-sidebar-content {
	color: white;
	font-size: XX-large;
	margin: auto;
	max-width: 700px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	h1, h2, h3, h4, h5, h6 {
        color: var(--color-yellow);
        margin: 1em 0 0;
    }
}

.main-content-header {
    display: flex;
    align-items: baseline;
}

.page-title {
    font-family: var(--font-condensed);
    color: var(--color-red);
    font-size: 5em;
    margin: 0 0 0.25em -1em;
}

.post-page-title-text {
    display: inline-block;
    font-size: 3em;
    margin-left: 0.5em;
}

.copyright {
    text-align: center;
    color: white;
    margin: 2em 0;
}

.sponsors {
 margin: auto;
 max-width: 600px;
}
.sponsor-tier {
    margin-top: 2em;
}
.sponsor-tier-title {
    font-family: var(--font-condensed);
    color: var(--color-red);
    font-weight: bold;
    font-size: 2.5em;
    margin: 0 0 0.25em;
    text-align: center;
    letter-spacing: 0.05em;
}
.sponsor-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sponsor-item {
    background-color: white;
}
.sponsor-image {
    display: block;
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}
.sponsor-link {
    display: block;
    text-decoration: none;
}

.color-key {
    font-weight: bold;
    margin-block: 3em;
}
.color-key-item {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 1em;
}

.color-key-label {
    text-transform: uppercase;
}

.calendar-header-col {
    background: linear-gradient(90deg, #becccc, #ffffff);
    padding: 0.5em 1em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0.5em;
}

.calendar-header-col-highlight {
    background: #003334;
    color: white;
}

.calendar-header-col::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
}

.calendar-header-col1 {
    width: 75px;
}
.calendar-header-col2 {
    width: 100%;
}

.calendar-header {
    display: flex;
    margin-top: 1em;
}

.calendar-event {
    display: flex;
    gap: 1rem;
    font-size: 1.5em;
    font-weight: bold;
}

.calendar-event-col1 {
    width: 75px;
}

.calendar-event-col2 {
    /* width: 100%; */
}

.board-member {
    position: relative;
    display: grid;
    grid-template-areas: "photo title"
                         "photo name"
                         "photo email";
    background-color: #dae3e2;
    grid-template-columns: 78px 1fr;
    column-gap: 1em;
    padding: 1em;
}

.board-member::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: 4px solid white;
    background: radial-gradient(#9db1b0, #4c7070);
}

.block-board-members {
    margin-inline: -55px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1em;
    margin-bottom: 2em;
}
.board-member-photo {
    grid-area: photo;
    position: relative;
    z-index: 1;
}

.board-member-title {
    position: relative;
    grid-area: title;
    color: white;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 1em;
    z-index: 1;
}

.board-member-name {
    grid-area: name;
    font-size: 2em;
}

.board-member-email {
    grid-area: email;
    font-size: 1.125em;
    color: #333;
}

.link-group {
    display: flex;
    margin: 2em -4em;
}

.link-group-title {
    width: 150px;
    margin: 0 2em 0 0;
}

ul.link-group-list {
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-grow: 1;
}

.link-group-list li {
    margin-block: 0.25em;
}

ul.newsletters-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.block-newsletters {
    display: flex;
    margin: 2em -4em;
}

.newsletters {
    flex-grow: 1;
}
.block-newsletters .section-title {
    width: 150px;
    margin: 0 2em 0 0;
}
.newsletters-list-years {
    font-weight: bold;

}
.newsletters-list-year {
    display: flex;
    gap: 0.5em;
}
.year {
}
ul.newsletters-list-months {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.25em;
}
.newsletters-list-month {}
.newsletters-link {
    text-transform: uppercase;
}

.newsletter-cta-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 0.25em;
    margin: 1em 0 0.25em;
}

.page-id-19 .main-content {
    width: 800px;
}

.page-id-19 .page-title {
    margin-left: 0;
    margin-bottom: 0;
}

.page-id-19 .flagged-links {
    right: -50px;
}

.block-store-heading {
    background-color: #becccc;
    color: #003334;
    padding: 0.75em 0.75em 0.25em 0.75em;
    font-family: var(--font-condensed);
    font-weight: normal;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    position: relative;
}

.block-store-heading::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
}

.block-store-heading span {
    position: relative;
    z-index: 1;
}

.wp-block-heading {
    font-family: var(--font-condensed);
    letter-spacing: 0.05em;
    margin-block: 0.25em;
}

.block-store-product {
    display: flex;
    margin-block: 1em;
}
.store-product-image {
    width: 450px;
    margin-right: 1em;
}
.store-product-image-image {
    display: block;
}
.store-product-content {
    width: 100%;
}
.store-product-title {
    font-size: 1.5em;
    margin: 0;
    border-top: 4px solid #99adac;
    padding-top: 0.5em;
}
.store-product-description {}

.flagged-links {
    position: absolute;
    top: 0;
    right: -150px;
    width: 8em;
}

.flagged-link {
    display: block;
    margin-block: 0.25em;
    padding: 0.5em;
    background: linear-gradient(90deg, #7e0001, #c00100);
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-left: 10px solid #ffcc00;

}

.alignfull {
    width: 900px;
    margin-left: -150px;
}

.event-title {
    font-weight: normal;
}

.event-image {
    max-width: 100%;
    height: auto;
}
.event-archive-years-links {
    display: flex;
    align-items: center;
    font-size: 1.25em;
    font-weight: bold;
    gap: 0.5em;
    margin: 1em -100px 3em;
}
.event-archive-years-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-archive-years-links li {}
.event-archive-years-links a {
    display: block;
    background: linear-gradient(90deg, #c3cfcf, #ffffff);
    padding: 0.5em 0.75em;
    color: #003334;
    text-decoration: none;
}

.single-event .main-content-header {
    display: block;
    margin-left: -100px;
}

.single-event .page-title {
    margin: 0;
    color: black;
    font-size: 2.5em;
}

.pre-page-title {
    font-family: var(--font-condensed);
    font-size: 3em;
    color: var(--color-red);
    letter-spacing: 0.01em;
}

.member-profile-header {
}
.member-profile-image {
    width: 150px;
    height: auto;
    position: absolute;
    right: calc(100% + 1em);
}

.member-profile-header .pre-page-title {
    grid-area: pre;
    color: var(--wp--preset--color--vivid-red);
    font-family: var(--font-condensed);
    font-size: 2.5em;
    letter-spacing: 0.02em;
}
.member-profile-header .page-title {
    grid-area: name;
    margin: 0;
    font-size: 3em;
    color: #666;
}

.single-member-profile .main-content {
    width: 660px;
    margin-left: 200px;
}

.post-content-link {
    margin-top: 4em;
}

.member-profiles-section-title {
    font-weight: bold;
}

.member-profiles-columns {
    display: flex;
}

.member-profiles-column1 {
    width: 150px;
    margin-right: 1em;
}

ul.members-profile-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.members-profile-item {
    a {
        font-weight: bold;
    }
}

.personal-profiles {
    margin-top: 2em;
}

.alignwide {
    margin-inline: -90px;
}

.single-gallery .main-content {
    width: 800px;
}

.single-gallery .main-content-header {
    display: block;
}

.single-gallery .pre-title {
    color: var(--wp--preset--color--vivid-red);
    font-family: var(--font-condensed);
    font-size: 2.5em;
    letter-spacing: 0.02em;

}
.single-gallery .page-title {
    margin: 0 0 1em;
    color: #666;
    font-size: 5em;
}

.post-content-link {
    display: block;
    margin-top: 1em;
    font-size: 2em;
    text-decoration: none;
    color: black;
    font-family: var(--font-condensed);
    letter-spacing: 0.05em;
}

.post-content-link span {
    color: var(--wp--preset--color--vivid-red);
    font-size: 1.5em;
}

.member-photos-galleries {
    margin: 4em -100px;
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.member-photo-gallery {}
.member-photo-gallery-link {
    display: block;
    text-decoration: none;
}
.member-photo-gallery-image {
    display: block;
    aspect-ratio: 3/2;
    object-fit: cover;
    margin-bottom: 0.5em;

}
.member-photo-gallery-title {}
.title {
    color: var(--wp--preset--color--vivid-red);
    font-weight: bold;
}
.credit {
    color: black;
}

.single-member-photo-gallery .wp-block-gallery.has-nested-images.has-background {
    padding: 3em;
    --wp--style--unstable-gallery-gap: 100px;
}

.single-member-photo-gallery .wp-block-gallery.has-nested-images.has-background .wp-element-caption {
    position: relative;
    background: #003333;
    font-weight: bold;
    text-align: left;
}