/* NEW CLASSES */
/* announcement banner */
.no-display {
    display: none !important;
}

#announcement-banner {
    padding: 1rem;
}

#announcement-banner * {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

#announcement-banner p:before {
    content: '\27BD';
    font-size: 2em;
    display: inline-block;
    padding-bottom: 4pt;
    padding-right: 1rem;
}

/* Home Featured Bizs */
.home-graphic-splash .featured-businesses-row.wp-block-columns.is-layout-flex {
    gap: 2rem;
}

.home-graphic-splash>div {
    max-width: 1200px !important;
}

.home-graphic-splash .featured-businesses-row img {
    margin: 0;
    padding: 0;
    box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
    border-radius: 0.75rem;
}

@media all and (max-width: 781px) {
    .home-graphic-splash .featured-businesses-row img {
        max-width: 300px;
        margin: auto;
        display: block;
    }
}

.home-graphic-splash p {
    line-height: 1.4;
    margin-bottom: 0.75em;
}

.home-graphic-splash .featured-businesses-row h3 {
    line-height: 1.3;
    margin-bottom: 0.25em;
    font-family: var(--typography-archivo);
    margin-top: 0em;
}

@media all and (max-width: 781px) {
    .home-graphic-splash .featured-businesses-row a {
        font-size: 1rem;
    }
}

/* ------------------ */
/* Home Visitor Buttons */
.visitor-buttons .direction-block {
    border-top: 2pt solid white;
    padding-top: 1rem;
}

.visitor-buttons .direction-block h3 {
    margin-bottom: 0.5em;
}

.visitor-buttons p a {
    background: black;
    display: inline-block;
    padding: 0.5em 0.8em;
    margin-top: 0.5em;
    border-radius: 0.2em;
}

.visitor-buttons p a:hover,
.visitor-buttons p a:focus-within,
.visitor-buttons p a:focus {
    background-color: white;
    color: black;
}

.visitor-buttons p a:before {
    content: "\21E8  ";
}

@media all and (max-width: 781px) {
    .visitor-buttons {
        gap: 1rem !important;
    }
}

/* ------------------ */

body.single-business section.map {
    margin-bottom: 6rem;
}

.home-graphic-splash img {
    padding: 0 2vw;
}

.home-graphic-splash div.wp-block-button a {
    padding: 0.25em 1em;
    font-weight: bold;
    box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
    color: var(--color-canton-teal);
    max-width: none;
}

.home-graphic-splash div.wp-block-button a:hover {
    color: #000;
    box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
}

.wp-block-latest-posts__post-title {
    font-size: 2rem;
    font-weight: bold;
}

.wp-block-latest-posts__featured-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin-right: 1rem;
}

/* ----------- */
/* ----------- */

/* DESIGN EDITS */

header > .login a {
	border-width: 1pt;
}

@media all and (min-width: 1030px) {
    header>* {
        flex: 0 0 30%;
    }

    header .menu-items {
        justify-content: flex-start;
    }

    .site-title img.site-logo {
        margin: auto;
    }

    header>.login {
        text-align: right;
    }

    .login a {
        display: inline-flex;
    }
}

section.business-directory a.business-logo img {
    border: 1px solid #eee;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.025);
}

section.business-directory a:hover,
section.business-directory a:hover+strong a {
    color: #009699;
}

@media all and (max-width: 1280px) {
    header .menu-items {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ----------------- */
/* Post List / News */
.wp-block-latest-posts__post-title,
.post h2 a {
    font-family: var(--typography-family-heading);
    font-weight: 900;
    color: var(--color-canton-teal);
}

.home-post-list a {
    line-height: 1;
}

/* ----------- */
/* ----------- */

/* TYPOGRAPHY */

.site-main h2 {
    line-height: 1.1;
}

.external-link-icon {
    margin-left: 0pt;
    margin-right: 0pt;
    height: 0.5em;
    vertical-align: text-top;

    display: none;
}

.f-alert.bg-alt {
    line-height: 1.2;
    font-size: 1rem;
    font-weight: normal;
}

/* ----------- */
/* ----------- */

/* POSTS & POST LISTS */

/* POSTS */

.single-post article h1 {
    font-size: 4.5rem;
    line-height: 1.1;
}

.single-post article {
    background: #23272a;
    margin-bottom: 1rem;
}

.single-post article * {
    color: #fafcfa;
}

.single-post article iframe {
    border-radius: 1rem;
}

.article-content li::marker,
.editor-styles-wrapper li::marker {
    color: var(--color-canton-teal);
}

.post-button {
    border-radius: 6rem;
    border: 2pt solid white;
    padding: 0.25rem 1rem;
}

.post-button a {
    max-width: none !important;
    background: none !important;
    border: 0 !important;
    padding: 0.25em 0 0 0 !important;
    line-height: auto !important;
}

.post-button:has(a:hover),
.post-button:has(a:active), 
.post-button:has(a:focus) {
    background: var(--color-canton-teal);
	border-color: var(--color-canton-teal);
}

/* POST LIST */

.wp-block-latest-posts li {
    border: 0pt solid #fff;
    border-top-width: 2pt;
    border-left-width: 1pt;
    background: #fafafa;
    border-radius: 1rem;
    padding: 1rem;
    max-width: 48rem;
    box-shadow: 0rem 0.25rem 2rem rgba(0, 0, 0, 0.125);
    margin-bottom: 1.5rem;
}

.wp-block-latest-posts__post-title {
    color: #23272a;
    line-height: 1.1;
}

/* ----------- */
/* ----------- */

/* SCALE & SPACING */
header.site-header {
	min-height: 0px;
	max-height: none;
	padding: 0.5rem 1rem;
	/* Updated at min-width: 64rem; */
}

.footer-background {
	min-height: 85px;
}

.site-title img.site-logo {
    height: 5rem;
	height: calc(3rem + 2vw);
	max-height: 5rem;
}

div.login a {
    line-height: 1.1;
	width: 100px;
	height: 100px;
}

section.business-information aside {
    font-size: 14pt;
}

@media all and (max-width: 781px) {
    div.login a {
        width: 80px;
        height: 80px;
        font-size: 0.8rem;
        padding-top: 0.2rem;
    }
}


@media (min-width: 64rem) {
	header.site-header {
	padding: 1rem 2rem;
	}
	
    .footer-background {
        min-height: 5rem;
        background-size: contain;
        background-position: bottom;
        background-repeat: repeat-x;
    }
}