/* ==========================================================
   BLOCKQUOTES / MYQUOTES
   ========================================================== */

blockquote,
.myquotes {
    position: relative;

    display: block;

    margin: 2rem 0;
    padding: 1.75rem 4rem;

    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);

    border-left: 5px solid #b38a45;
    border-radius: 0 4px 4px 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.7;
}


/* Opening quotation mark */

blockquote::before,
.myquotes::before {
    content: "“";

    position: absolute;

    left: 15px;
    top: 8px;

    color: #b38a45;

    font-family: Georgia, serif;
    font-size: 3.5rem;
    font-style: normal;
    line-height: 1;
}


/* Closing quotation mark */

blockquote::after,
.myquotes::after {
    content: "”";

    position: absolute;

    right: 15px;
    bottom: -8px;

    color: #b38a45;

    font-family: Georgia, serif;
    font-size: 3.5rem;
    font-style: normal;
    line-height: 1;
}


/* Paragraphs inside blockquotes */

blockquote p,
.myquotes p {
    margin-bottom: 1rem;
    font-size: inherit !important;
    line-height: inherit !important;
}


/* Remove extra margin from final paragraph */

blockquote p:last-child,
.myquotes p:last-child {
    margin-bottom: 0;
}


/* Mobile */

@media (max-width: 767.98px) {

    blockquote,
    .myquotes {
        padding: 1.5rem 3rem;

        font-size: 1.08rem;
    }

    blockquote::before,
    .myquotes::before {
        left: 10px;
        top: 8px;

        font-size: 3rem;
    }

    blockquote::after,
    .myquotes::after {
        right: 10px;
        bottom: -6px;

        font-size: 3rem;
    }

}

.fish {
  position: relative;
  width: 150px;
  height: 75px;
  transform: rotate(45deg);
}

.fish-body {
  width: 100%;
  height: 100%;
  border: 5px solid #2c3e50;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: ellipse(75% 50% at 50% 50%);
}

.fish-tail {
  width: 50px;
  height: 50px;
  border: 5px solid #2c3e50;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
img {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
    height: 450px;
}

/* Container for code and button */
#card-element{
background:#dddddd;
}
.pagination{
max-width:100%;
overflow:auto;
}
.code-container {
  position: relative;
  background-color: #2d2d2d; /* Dark background */
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
  overflow: auto;
}

/* Style for the copy button */
.copy-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #4CAF50; /* Green background */
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.9em;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.copy-button:hover {
  opacity: 1;
}

/* Styling the <pre> and <code> */
.code-container pre {
  margin: 0;
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #f8f8f2; /* Light text color */
}

.code-container code {
  display: block;
}

/* Optional: Syntax Highlighting (using Prism.js or similar) */
/* Example for Prism.js */
.token.comment { color: #75715e; }
.token.keyword { color: #66d9ef; }
.token.string { color: #e6db74; }
/* Add more token styles as needed */


.share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px; /* Optional: add padding for spacing around the buttons */
}

.share-button {
  display: inline-flex;
  align-items: center;
  padding: 15px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.share-button i {
  margin-right: 8px;
}

.share-button.facebook { background-color: #3b5998; }
.share-button.facebook:hover { background-color: #2d4373; }

.share-button.twitter { background-color: #1da1f2; }
.share-button.twitter:hover { background-color: #0d95e8; }

.share-button.linkedin { background-color: #0077b5; }
.share-button.linkedin:hover { background-color: #005983; }

.share-button.truthsocial { background-color: #0a0a0a; }
.share-button.truthsocial:hover { background-color: #333333; }

.share-button.reddit { background-color: #ff4500; }
.share-button.reddit:hover { background-color: #e03d00; }

.share-button.a1sold { background-color: #deb887; }
.share-button.a1sold:hover { background-color: #ff34c4; }

.share-button.email { background-color: #6c757d; }
.share-button.email:hover { background-color: #5a6268; }

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}


.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.text-body-emphasis{
font-weight:bold;
}

p,
li {
    letter-spacing: normal;
}

.fff{
backgorund-red;
}
.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}
.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 1rem;
  height: 1rem;
}

.breadcrumb-custom .breadcrumb-item {
  position: relative;
  flex-grow: 1;
  padding: .75rem 3rem;
}
.breadcrumb-custom .breadcrumb-item::before {
  display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: "";
  background-color: var(--bs-tertiary-bg);
  border-top-right-radius: .5rem;
  box-shadow: 1px -1px var(--bs-border-color);
  transform: scale(.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
  padding-left: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
  padding-right: 1.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
  display: none;
}

.dropdown-menu {
    max-height: 300px; /* Adjust the height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
  }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

	  /* Example minimal CSS for banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  padding: 10px;
  text-align: center;
  z-index: 9999;
  font-family: sans-serif;
}
.cookie-banner button {
  margin-left: 10px;
  padding: 5px 10px;
}

/* ==========================================================
   LARRY KELLEY AUTHOR THEME
   eZbloo + Bootstrap 5
   Append AFTER native eZbloo CSS
   ========================================================== */


/* ==========================================================
   THEME VARIABLES
   ========================================================== */

:root,
[data-bs-theme="light"] {
    --lk-accent: #b38a45;
    --lk-accent-dark: #8d682f;

    --lk-header-bg: #111b28;
    --lk-header-text: #f8f9fa;

    --lk-link: #315d88;
    --lk-link-hover: #9b7337;

    --lk-soft: var(--bs-tertiary-bg);
    --lk-border: var(--bs-border-color);
    --lk-text: var(--bs-body-color);
    --lk-muted: var(--bs-secondary-color);

    --lk-shadow:
        0 8px 30px rgba(0, 0, 0, 0.10);
}


[data-bs-theme="dark"] {
    --lk-accent: #d2aa65;
    --lk-accent-dark: #e4c58c;

    --lk-header-bg: #080d13;
    --lk-header-text: #f8f9fa;

    --lk-link: #8ab9e8;
    --lk-link-hover: #e3c180;

    --lk-shadow:
        0 10px 32px rgba(0, 0, 0, 0.35);
}



/* ==========================================================
   GLOBAL PAGE
   ========================================================== */

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}


/* Keep images responsive without making EVERY image animate */

img {
    max-width: 100%;
    height: auto;
}



/* ==========================================================
   NAVIGATION
   ========================================================== */

.navbar {
    background: var(--lk-header-bg) !important;

    border-radius: 0 !important;
    border-bottom: 3px solid var(--lk-accent);

    box-shadow:
        0 3px 15px rgba(0,0,0,.18);
}


.navbar-brand {
    padding-top: .4rem;
    padding-bottom: .4rem;
}


.navbar-brand img {
    width: 42px;
    height: 42px;

    object-fit: contain;
}


.navbar .nav-link {
    position: relative;

    color: rgba(255,255,255,.88) !important;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: .95rem;
    font-weight: 600;

    letter-spacing: .035em;

    transition:
        color .2s ease;
}


.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--lk-accent) !important;
}


.navbar .nav-link::after {
    content: "";

    position: absolute;

    left: .5rem;
    right: .5rem;
    bottom: 2px;

    height: 2px;

    background: var(--lk-accent);

    transform: scaleX(0);

    transition:
        transform .2s ease;
}


.navbar .nav-link:hover::after {
    transform: scaleX(1);
}


.navbar-toggler {
    border-color: rgba(255,255,255,.35);
}


.navbar-toggler-icon {
    filter: invert(1);
}



/* ==========================================================
   SEARCH BAR
   ========================================================== */

.navbar #search {
    margin-left: 1rem;
}


.navbar #search .form-control {
    min-width: 190px;

    background:
        rgba(255,255,255,.10);

    color: #fff;

    border-color:
        rgba(255,255,255,.25);

    border-radius: 4px;
}


.navbar #search .form-control::placeholder {
    color:
        rgba(255,255,255,.65);
}


.navbar #search .form-control:focus {
    background:
        rgba(255,255,255,.15);

    color: #fff;

    border-color:
        var(--lk-accent);

    box-shadow:
        0 0 0 .2rem
        rgba(179,138,69,.25);
}



/* ==========================================================
   PAGE HEADINGS
   ========================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight: 700;
}


h1 {
    font-size:
        clamp(2.25rem, 5vw, 4.25rem);

    line-height: 1.08;

    letter-spacing: -.025em;
}


h2 {
    line-height: 1.2;
}



/* ==========================================================
   POST HEADER AREA
   Works with your EXISTING post.php
   ========================================================== */

.entry-meta {
    max-width: 1100px;

    margin-left: auto;
    margin-right: auto;

    padding:
        1.5rem
        1rem
        .5rem;
}


.entry-meta > h1 {
    max-width: 950px;

    margin:
        0
        auto
        2rem;

    text-align: center;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(2.5rem, 5vw, 4.5rem);

    line-height: 1.05;
}



/* ==========================================================
   FEATURED IMAGE
   ========================================================== */

.entry-meta > a {
    display: block;

    width: 100%;

    max-width: 1050px;

    margin:
        0
        auto
        1.5rem;

    overflow: hidden;

    border-radius: 5px;

    box-shadow:
        var(--lk-shadow);
}


.entry-meta > a img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0;

    border-radius: 0 !important;

    transition:
        transform .4s ease;
}


.entry-meta > a:hover img {
    transform: scale(1.012);
}



/* ==========================================================
   REMOVE BOOTSTRAP "CMS BOX" FEEL
   ========================================================== */

.entry-meta .card {
    max-width: 750px;

    margin:
        1.25rem
        auto;

    background:
        transparent;

    border:
        0;

    border-top:
        1px solid var(--bs-border-color);

    border-bottom:
        1px solid var(--bs-border-color);

    border-radius:
        0;

    box-shadow:
        none;
}


.entry-meta .card-body {
    padding:
        1rem
        .5rem;
}


.entry-meta .card-title {
    display: none;
}


.entry-meta .card-text {
    margin: 0;

    color:
        var(--bs-secondary-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .9rem !important;

    line-height:
        1.7 !important;

    text-align:
        center;

    letter-spacing:
        normal !important;
}



/* ==========================================================
   ARTICLE BODY
   ========================================================== */

#content {
    background:
        transparent !important;

    color:
        var(--bs-body-color);

    padding:
        0 !important;

    border-radius:
        0 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.2rem;

    line-height:
        1.85;
}


#content p {
    margin-bottom:
        1.6rem;

    color:
        inherit;

    font-size:
        inherit !important;

    line-height:
        inherit !important;

    letter-spacing:
        normal !important;
}


#content li {
    margin-bottom:
        .6rem;

    color:
        inherit;

    font-size:
        inherit !important;

    line-height:
        1.7 !important;

    letter-spacing:
        normal !important;
}


#content h2 {
    margin:
        3rem
        0
        1.2rem;

    color:
        var(--bs-emphasis-color);

    font-size:
        2.15rem;
}


#content h2::after {
    content: "";

    display: block;

    width: 70px;
    height: 3px;

    margin-top:
        .7rem;

    background:
        var(--lk-accent);
}


#content h3 {
    margin:
        2.4rem
        0
        1rem;

    color:
        var(--bs-emphasis-color);

    font-size:
        1.6rem;
}



/* ==========================================================
   ARTICLE LINKS
   ========================================================== */

#content a {
    color:
        var(--lk-link);

    text-decoration-line:
        underline;

    text-decoration-thickness:
        1px;

    text-underline-offset:
        3px;
}


#content a:hover {
    color:
        var(--lk-link-hover);
}



/* ==========================================================
   BLOCKQUOTES
   ========================================================== */

#content blockquote,
#content .myquotes {
    margin:
        2.25rem
        0;

    padding:
        1.5rem
        2rem;

    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-body-color);

    border:
        0;

    border-left:
        5px solid
        var(--lk-accent);

    border-radius:
        0 4px 4px 0;

    font-size:
        1.18rem;

    font-style:
        italic;

    line-height:
        1.7;
}



/* ==========================================================
   FIRST PARAGRAPH
   Adds literary feel
   ========================================================== */

#content > p:first-of-type::first-letter {
    float: left;

    margin:
        .12em
        .10em
        0
        0;

    color:
        var(--lk-accent);

    font-family:
        Georgia,
        serif;

    font-size:
        4.2rem;

    font-weight:
        700;

    line-height:
        .72;
}



/* ==========================================================
   ARTICLE IMAGES
   ========================================================== */

#content img {
    display: block;

    max-width:
        100%;

    margin:
        2rem
        auto;

    border-radius:
        4px;
}



/* ==========================================================
   SIDEBAR
   ========================================================== */

aside.bg-body-tertiary {
    background:
        var(--bs-tertiary-bg) !important;

    border:
        1px solid
        var(--bs-border-color);

    border-top:
        4px solid
        var(--lk-accent);

    border-radius:
        4px !important;

    box-shadow:
        0 4px 18px
        rgba(0,0,0,.05);
}


aside h2,
aside h3,
aside h4,
aside h5 {
    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;
}


aside p,
aside li {
    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        1rem !important;

    line-height:
        1.55 !important;

    letter-spacing:
        normal !important;
}



/* ==========================================================
   SHARE BUTTONS
   ========================================================== */

.share-buttons {
    display:
        flex;

    justify-content:
        center;

    gap:
        8px;

    flex-wrap:
        wrap;

    margin:
        1.5rem
        0;

    padding:
        1.25rem
        0;

    border-top:
        1px solid
        var(--bs-border-color);

    border-bottom:
        1px solid
        var(--bs-border-color);
}


.share-button {
    padding:
        9px
        12px;

    border-radius:
        3px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .78rem;

    font-weight:
        700;

    letter-spacing:
        .02em;

    transition:
        transform .18s ease,
        opacity .18s ease;
}


.share-button:hover {
    transform:
        translateY(-2px);

    opacity:
        .9;
}



/* ==========================================================
   BUTTONS
   ========================================================== */

.btn-primary {
    background:
        var(--lk-accent);

    border-color:
        var(--lk-accent);

    color:
        #111;

    font-weight:
        700;
}


.btn-primary:hover,
.btn-primary:focus {
    background:
        var(--lk-accent-dark);

    border-color:
        var(--lk-accent-dark);

    color:
        #fff;
}



/* ==========================================================
   FORMS
   ========================================================== */

.form-control,
.form-select {
    border-radius:
        3px;
}


.form-control:focus,
.form-select:focus {
    border-color:
        var(--lk-accent);

    box-shadow:
        0 0 0 .2rem
        rgba(179,138,69,.20);
}



/* ==========================================================
   PREVIOUS / NEXT PAGINATION
   ========================================================== */

.pagination {
    gap:
        .75rem;
}


.pagination .page-link {
    padding:
        .85rem
        1.1rem;

    background:
        var(--bs-body-bg);

    color:
        var(--bs-emphasis-color);

    border:
        1px solid
        var(--bs-border-color);

    border-radius:
        3px !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1rem;

    font-weight:
        700;
}


.pagination .page-link:hover {
    background:
        var(--lk-accent);

    color:
        #111;

    border-color:
        var(--lk-accent);
}



/* ==========================================================
   DROPDOWNS
   ========================================================== */

.dropdown-menu {
    background:
        var(--bs-body-bg);

    color:
        var(--bs-body-color);

    border:
        1px solid
        var(--bs-border-color);

    box-shadow:
        0 8px 25px
        rgba(0,0,0,.15);
}


.dropdown-item {
    color:
        var(--bs-body-color);
}


.dropdown-item:hover {
    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-emphasis-color);
}



/* ==========================================================
   LIGHT / DARK TOGGLE
   ========================================================== */

.bd-mode-toggle {
    z-index:
        1080;
}


.bd-mode-toggle > .btn {
    background:
        var(--lk-accent) !important;

    border-color:
        var(--lk-accent) !important;

    color:
        #111 !important;

    box-shadow:
        0 4px 16px
        rgba(0,0,0,.25);
}



/* ==========================================================
   FOOTER
   ========================================================== */

footer {
    margin-top:
        4rem;

    background:
        var(--lk-header-bg);

    color:
        rgba(255,255,255,.75);

    border-top:
        3px solid
        var(--lk-accent);
}


footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
    color:
        #fff;
}


footer a {
    color:
        var(--lk-accent);
}


footer a:hover {
    color:
        #fff;
}



/* ==========================================================
   CODE
   ========================================================== */

.code-container {
    background:
        #1b1e22;

    border-radius:
        4px;
}


.copy-button {
    background:
        var(--lk-accent);

    color:
        #111;

    font-weight:
        700;
}



/* ==========================================================
   DARK MODE POLISH
   ========================================================== */

[data-bs-theme="dark"] .entry-meta > a {
    border:
        1px solid
        rgba(255,255,255,.10);
}


[data-bs-theme="dark"] aside.bg-body-tertiary {
    box-shadow:
        none;
}


[data-bs-theme="dark"] #content blockquote,
[data-bs-theme="dark"] #content .myquotes {
    border-color:
        var(--lk-accent);
}



/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 991.98px) {

    .navbar #search {
        margin:
            1rem
            0
            0;
    }


    .navbar #search .form-control {
        width:
            100%;
    }

}


@media (max-width: 767.98px) {

    .entry-meta {
        padding-left:
            0;

        padding-right:
            0;
    }


    .entry-meta > h1 {
        font-size:
            2.35rem;

        padding:
            0
            .75rem;
    }


    #content {
        font-size:
            1.08rem;

        line-height:
            1.75;
    }


    #content h2 {
        font-size:
            1.7rem;
    }


    #content h3 {
        font-size:
            1.4rem;
    }


    #content > p:first-of-type::first-letter {
        font-size:
            3.5rem;
    }


    #content blockquote,
    #content .myquotes {
        padding:
            1.25rem
            1.4rem;

        font-size:
            1.08rem;
    }


    aside.bg-body-tertiary {
        margin-top:
            2rem;
    }


    .pagination {
        flex-direction:
            column;
    }


    .pagination .page-item {
        width:
            100%;
    }


    .pagination .page-link {
        width:
            100%;

        text-align:
            center;
    }

}

/* ==========================================================
   FOOTER
   ========================================================== */

footer {
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;

    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);

    border-top: 3px solid #b38a45;
}


/* Give the last page section some breathing room */

main,
.larry-post-main,
#content {
    margin-bottom: 2rem;
}


/* Footer headings */

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: var(--bs-emphasis-color);
}


/* Footer paragraphs and list items */

footer p,
footer li {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    letter-spacing: normal !important;
}


/* Footer links */

footer a {
    color: #b38a45;
    text-decoration: none;
}

footer a:hover {
    color: var(--bs-emphasis-color);
    text-decoration: underline;
}
<!-- ==========================================================
     SITE FOOTER
=========================================================== -->

<footer class="site-footer">
    <div class="container">

        <div class="row g-5">

            <!-- SITE / LEGAL -->
            <div class="col-12 col-md-4">

                <div class="footer-brand">
                    <?php echo htmlspecialchars(title(), ENT_QUOTES, 'UTF-8'); ?>
                </div>

                <p class="footer-copyright">
                    &copy; <?php echo date('Y'); ?>
                    <?php echo htmlspecialchars(title(), ENT_QUOTES, 'UTF-8'); ?>
                </p>

                <nav class="footer-legal" aria-label="Legal">

                    <a href="<?php echo $url; ?>/tos.php">
                        Terms of Service
                    </a>

                    <a href="<?php echo $url; ?>/privacy.php">
                        Privacy Policy
                    </a>

                    <a href="<?php echo $url; ?>/sitemap.xml">
                        Sitemap
                    </a>

                </nav>

            </div>

/* ==========================================================
   LARRY KELLEY FOOTER
   ========================================================== */

.lk-footer {
    margin-top: 5rem;
    padding: 3rem 0 1.5rem;

    border-top: 3px solid #b38a45;

    color: var(--bs-body-color);
}


/* Keep eZbloo's global p/li styles out of the footer */

.lk-footer p,
.lk-footer li {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    letter-spacing: normal !important;
}


/* ==========================================================
   SITE NAME
   ========================================================== */

.lk-footer-title {
    margin: 0 0 .75rem;

    color: var(--bs-emphasis-color);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 700;
}


.lk-footer-copyright {
    color: var(--bs-secondary-color);

    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
}


/* ==========================================================
   COLUMN HEADINGS
   ========================================================== */

.lk-footer-heading {
    margin: 0 0 1rem;

    color: #b38a45;

    font-family: Arial, Helvetica, sans-serif;
    font-size: .8rem;
    font-weight: 800;

    letter-spacing: .15em;

    text-transform: uppercase;
}


/* ==========================================================
   LEFT LINKS
   ========================================================== */

.lk-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    gap: .55rem;
}


.lk-footer-links a {
    color: var(--bs-body-color);

    font-family: Arial, Helvetica, sans-serif;
    font-size: .95rem;

    text-decoration: none;
}


.lk-footer-links a:hover {
    color: #b38a45;
}


/* ==========================================================
   CENTER MENU
   ========================================================== */

.lk-footer-menu {
    align-items: flex-start;
}


.lk-footer-menu .nav-link {
    padding: .3rem 0;

    color: var(--bs-body-color);

    font-family: Arial, Helvetica, sans-serif;
    font-size: .95rem;

    text-align: left;
}


.lk-footer-menu .nav-link:hover {
    color: #b38a45;
}


/* ==========================================================
   AUTHOR COLUMN
   ========================================================== */

.lk-footer-author {
    color: var(--bs-secondary-color);

    text-align: left !important;
}


.lk-footer-author,
.lk-footer-author * {
    text-align: left !important;
}


.lk-footer-author p {
    margin: 0 0 1rem;

    color: var(--bs-secondary-color);

    font-size: 1rem !important;
    line-height: 1.7 !important;
}


.lk-footer-author h1,
.lk-footer-author h2,
.lk-footer-author h3,
.lk-footer-author h4,
.lk-footer-author h5,
.lk-footer-author h6 {
    margin-top: 0;
    margin-bottom: 1rem;

    color: var(--bs-emphasis-color);

    font-family: Georgia, "Times New Roman", serif;
}


.lk-footer-author a {
    color: #b38a45;
    text-decoration: none;
}


.lk-footer-author a:hover {
    color: var(--bs-emphasis-color);
}


/* ==========================================================
   BOTTOM STRIP
   ========================================================== */

.lk-footer-bottom {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: .65rem;

    margin-top: 2.5rem;
    padding-top: 1.25rem;

    border-top: 1px solid var(--bs-border-color);

    color: var(--bs-secondary-color);

    font-family: Arial, Helvetica, sans-serif;
    font-size: .8rem;

    letter-spacing: .06em;
}


.lk-footer-dot {
    color: #b38a45;
}


/* ==========================================================
   DARK MODE
   ========================================================== */

[data-bs-theme="dark"] .lk-footer {
    color: var(--bs-body-color);
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767.98px) {

    .lk-footer {
        margin-top: 3rem;
        padding-top: 2.5rem;
    }


    .lk-footer-author {
        margin-top: .5rem;
    }


    .lk-footer-bottom {
        flex-wrap: wrap;

        margin-top: 2rem;

        text-align: center;
    }

}

.sidebar-social {
    padding: 1.5rem;

    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);

    border-top: 4px solid #b38a45;
    border-radius: 4px;
}

.sidebar-social h4 {
    margin-bottom: 1rem;

    color: var(--bs-emphasis-color);

    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}

.sidebar-social p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    letter-spacing: normal !important;
}

.sidebar-social .btn {
    padding: .7rem 1rem;

    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    font-weight: 700;

    text-align: left;
}

.sidebar-social .btn-warning {
    background: #b38a45;
    border-color: #b38a45;
    color: #111;
}

.sidebar-social .btn-warning:hover {
    background: #c7a15c;
    border-color: #c7a15c;
}

.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;

    color: #d0aa65;
    background: rgba(255, 255, 255, 0.04);

    font-size: 1.15rem;

    text-decoration: none;

    transition:
        transform .2s ease,
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.footer-social-icons a:hover {
    transform: translateY(-3px);

    color: #ffffff;
    background: #b38a45;

    border-color: #b38a45;
}

/* ==========================================================
   SHARE BUTTONS
   ========================================================== */

.share-buttons,
.shareButtons,
.social-share {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    width: 100%;

    margin: 1.5rem 0;
    padding: 1rem 0;

    background: transparent !important;

    border-top: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
}


/* Individual share buttons */

.share-button,
.share-buttons button,
.share-buttons a,
.shareButtons button,
.shareButtons a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 58px;
    height: 42px;

    padding: 0 14px;

    color: #fff !important;

    border: 0;
    border-radius: 4px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;

    text-decoration: none;

    cursor: pointer;

    transition:
        transform .2s ease,
        opacity .2s ease,
        box-shadow .2s ease;
}


.share-button:hover,
.share-buttons button:hover,
.share-buttons a:hover,
.shareButtons button:hover,
.shareButtons a:hover {
    transform: translateY(-2px);

    opacity: .9;

    box-shadow:
        0 4px 12px rgba(0,0,0,.18);
}


/* Platform colors */

.share-button.facebook {
    background: #1877f2 !important;
}

.share-button.twitter {
    background: #111111 !important;
}

.share-button.linkedin {
    background: #0a66c2 !important;
}

.share-button.truthsocial {
    background: #5448ee !important;
}

.share-button.reddit {
    background: #ff4500 !important;
}

.share-button.a1sold {
    background: #8a6b3f !important;
}

.share-button.email {
    background: #6c757d !important;
}


/* Icons */

.share-button i,
.share-buttons button i,
.share-buttons a i {
    margin: 0;
    font-size: 1.15rem;
}


/* Mobile */

@media (max-width: 767.98px) {

    .share-buttons,
    .shareButtons,
    .social-share {
        gap: 7px;
    }

    .share-button,
    .share-buttons button,
    .share-buttons a,
    .shareButtons button,
    .shareButtons a {
        min-width: 48px;
        height: 40px;

        padding: 0 11px;
    }

}

/* ==========================================================
   LARRY KELLEY - LATEST POSTS ACCORDION
   ========================================================== */

.larry-latest-posts {
    margin: 4rem 0;
}


/* ----------------------------------------------------------
   SECTION HEADING
   ---------------------------------------------------------- */

.larry-latest-heading {
    margin-bottom: 2rem;
    text-align: center;
}


.larry-section-label {
    margin-bottom: .45rem;

    color: #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: .78rem;
    font-weight: 800;

    letter-spacing: .2em;

    text-transform: uppercase;
}


.larry-latest-heading h2 {
    margin: 0;

    color: var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(2rem, 4vw, 3rem);

    font-weight: 700;
}


.larry-heading-rule {
    width: 70px;
    height: 3px;

    margin: 1rem auto 0;

    background: #b38a45;
}


/* ----------------------------------------------------------
   ACCORDION
   ---------------------------------------------------------- */

.larry-post-accordion {
    max-width: 1100px;

    margin:
        0
        auto;
}


.larry-post-item {
    margin-bottom: .8rem;

    overflow: hidden;

    background:
        var(--bs-body-bg);

    border:
        1px solid
        var(--bs-border-color) !important;

    border-radius:
        5px !important;

    box-shadow:
        0 4px 15px
        rgba(0,0,0,.045);
}


/* ----------------------------------------------------------
   ACCORDION BUTTON
   ---------------------------------------------------------- */

.larry-post-item .accordion-button {
    display: flex;

    align-items: center;

    gap: 1rem;

    padding:
        1.25rem
        1.4rem;

    background:
        var(--bs-body-bg);

    color:
        var(--bs-emphasis-color);

    box-shadow:
        none !important;
}


/* Open accordion */

.larry-post-item .accordion-button:not(.collapsed) {
    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-emphasis-color);

    border-left:
        4px solid
        #b38a45;
}


/* Chevron */

.larry-post-item .accordion-button::after {
    flex-shrink: 0;

    margin-left: auto;
}


/* ----------------------------------------------------------
   TITLE
   ---------------------------------------------------------- */

.larry-accordion-title {
    flex: 1;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.2rem;

    font-weight:
        700;

    line-height:
        1.3;
}


/* ----------------------------------------------------------
   DATE
   ---------------------------------------------------------- */

.larry-accordion-date {
    flex-shrink: 0;

    margin-left: auto;

    color:
        var(--bs-secondary-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .75rem;

    font-weight:
        600;

    letter-spacing:
        .04em;

    text-transform:
        uppercase;
}


/* ----------------------------------------------------------
   BODY
   ---------------------------------------------------------- */

.larry-post-item .accordion-body {
    padding:
        1.5rem;

    background:
        var(--bs-body-bg);

    color:
        var(--bs-body-color);
}


/* ----------------------------------------------------------
   FEATURED IMAGE
   ---------------------------------------------------------- */

.larry-accordion-image-link {
    display: block;

    overflow: hidden;

    border-radius:
        4px;

    box-shadow:
        0 5px 18px
        rgba(0,0,0,.12);
}


.larry-accordion-image {
    display: block;

    width: 100%;

    aspect-ratio:
        16 / 9;

    object-fit:
        cover;

    margin: 0 !important;

    transition:
        transform .3s ease;
}


.larry-accordion-image-link:hover
.larry-accordion-image {
    transform:
        scale(1.025);
}


/* ----------------------------------------------------------
   EXCERPT
   ---------------------------------------------------------- */

.larry-accordion-excerpt {
    margin:
        0
        0
        1.25rem;

    color:
        var(--bs-body-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.05rem !important;

    line-height:
        1.7 !important;

    letter-spacing:
        normal !important;
}


/* ----------------------------------------------------------
   READ MORE BUTTON
   ---------------------------------------------------------- */

.larry-read-more {
    padding:
        .65rem
        1rem;

    background:
        #101b28;

    color:
        #ffffff !important;

    border:
        1px solid
        #101b28;

    border-radius:
        3px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .85rem;

    font-weight:
        700;

    letter-spacing:
        .05em;

    text-transform:
        uppercase;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.larry-read-more:hover {
    background:
        #b38a45;

    color:
        #111 !important;

    border-color:
        #b38a45;

    transform:
        translateY(-2px);
}


/* ----------------------------------------------------------
   DARK MODE
   ---------------------------------------------------------- */

[data-bs-theme="dark"]
.larry-post-item {
    box-shadow:
        none;
}


[data-bs-theme="dark"]
.larry-read-more {
    background:
        #b38a45;

    color:
        #111 !important;

    border-color:
        #b38a45;
}


[data-bs-theme="dark"]
.larry-read-more:hover {
    background:
        #d0aa65;

    border-color:
        #d0aa65;
}


/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media (max-width: 767.98px) {

    .larry-latest-posts {
        margin:
            2.5rem
            0;
    }


    .larry-post-item
    .accordion-button {
        align-items:
            flex-start;

        padding:
            1rem;
    }


    .larry-accordion-title {
        font-size:
            1.05rem;
    }


    .larry-accordion-date {
        display:
            none;
    }


    .larry-post-item
    .accordion-body {
        padding:
            1rem;
    }


    .larry-accordion-excerpt {
        font-size:
            1rem !important;

        line-height:
            1.65 !important;
    }

}

/* ==========================================================
   TOPICS PAGE
   Larry Kelley Editorial Theme
   ========================================================== */


/* ----------------------------------------------------------
   TOPIC HERO
   ---------------------------------------------------------- */

.topic-hero {
    max-width: 900px;

    margin:
        3.5rem
        auto
        2.5rem;

    text-align:
        center;
}


.topic-hero-label {
    margin-bottom:
        .5rem;

    color:
        #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .78rem;

    font-weight:
        800;

    letter-spacing:
        .2em;

    text-transform:
        uppercase;
}


.topic-hero h1 {
    margin:
        0
        0
        .75rem;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            2.5rem,
            5vw,
            4rem
        );

    font-weight:
        700;

    line-height:
        1.1;

    text-transform:
        capitalize;
}


.topic-hero h1::after {
    display:
        block;

    width:
        72px;

    height:
        3px;

    margin:
        1rem
        auto;

    background:
        #b38a45;

    content:
        "";
}


.topic-hero p {
    max-width:
        650px;

    margin:
        0
        auto;

    color:
        var(--bs-secondary-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.05rem !important;

    line-height:
        1.65 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   TOPIC SUBSCRIPTION SECTION
   ---------------------------------------------------------- */

.topic-subscribe-section {
    max-width:
        1050px;

    margin:
        0
        auto
        4rem;
}


#theTopics
.accordion-item {
    overflow:
        hidden;

    background:
        var(--bs-body-bg);

    border:
        1px solid
        var(--bs-border-color);

    border-left:
        5px solid
        #b38a45;

    border-radius:
        6px;

    box-shadow:
        0
        5px
        20px
        rgba(0,0,0,.05);
}



/* ----------------------------------------------------------
   NOTIFICATION BUTTON
   ---------------------------------------------------------- */

.topic-notify-button {
    display:
        flex;

    align-items:
        center;

    gap:
        1rem;

    padding:
        1.2rem
        1.4rem;

    background:
        var(--bs-tertiary-bg) !important;

    color:
        var(--bs-emphasis-color) !important;

    box-shadow:
        none !important;
}


.topic-notify-button:not(.collapsed) {
    background:
        var(--bs-tertiary-bg) !important;

    color:
        var(--bs-emphasis-color) !important;
}


.topic-notify-icon {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        44px;

    height:
        44px;

    flex-shrink:
        0;

    background:
        #b38a45;

    color:
        #111;

    border-radius:
        50%;

    font-size:
        1.05rem;
}


.topic-notify-text {
    display:
        block;

    text-align:
        left;
}


.topic-notify-text strong {
    display:
        block;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.1rem;

    line-height:
        1.3;
}


.topic-notify-text small {
    display:
        block;

    margin-top:
        .2rem;

    color:
        var(--bs-secondary-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .8rem;

    font-weight:
        500;
}



/* ----------------------------------------------------------
   NOTIFICATION FORM
   ---------------------------------------------------------- */

.topic-notify-body {
    padding:
        1.5rem;
}


.topic-notify-intro {
    margin-bottom:
        .75rem;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1rem !important;

    line-height:
        1.65 !important;

    letter-spacing:
        normal !important;
}


.topic-notify-note {
    margin-bottom:
        1.5rem;

    padding:
        .75rem
        1rem;

    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-secondary-color);

    border-left:
        3px solid
        #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .88rem !important;

    line-height:
        1.5 !important;

    letter-spacing:
        normal !important;
}


.topic-notify-body
.form-label {
    margin-bottom:
        .35rem;

    color:
        var(--bs-emphasis-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .82rem;

    font-weight:
        700;
}


.topic-notify-body
.form-control,

.topic-notify-body
.form-select {
    min-height:
        44px;
}


.topic-notify-body
.form-control:focus,

.topic-notify-body
.form-select:focus {
    border-color:
        #b38a45;

    box-shadow:
        0 0 0 .2rem
        rgba(179,138,69,.15);
}



/* Subscribe button */

.topic-subscribe-button {
    min-height:
        44px;

    background:
        #142334;

    color:
        #fff;

    border:
        1px solid
        #142334;

    border-radius:
        4px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .83rem;

    font-weight:
        800;

    letter-spacing:
        .05em;

    text-transform:
        uppercase;
}


.topic-subscribe-button:hover {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}



/* ----------------------------------------------------------
   RESULTS AREA
   ---------------------------------------------------------- */

.topic-results {
    margin-bottom:
        5rem;
}


.topic-results-heading {
    display:
        flex;

    align-items:
        flex-end;

    justify-content:
        space-between;

    gap:
        1rem;

    margin-bottom:
        1.75rem;

    padding-bottom:
        1rem;

    border-bottom:
        1px solid
        var(--bs-border-color);
}


.topic-results-label {
    display:
        block;

    margin-bottom:
        .25rem;

    color:
        #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .72rem;

    font-weight:
        800;

    letter-spacing:
        .16em;

    text-transform:
        uppercase;
}


.topic-results-heading h2 {
    margin:
        0;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            1.7rem,
            3vw,
            2.35rem
        );

    font-weight:
        700;
}


.topic-post-count {
    flex-shrink:
        0;

    color:
        var(--bs-secondary-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .82rem;

    font-weight:
        700;

    text-transform:
        uppercase;
}



/* ----------------------------------------------------------
   ARTICLE CARDS
   ---------------------------------------------------------- */

.topic-post-card {
    display:
        flex;

    flex-direction:
        column;

    overflow:
        hidden;

    background:
        var(--bs-body-bg);

    border:
        1px solid
        var(--bs-border-color);

    border-radius:
        6px;

    box-shadow:
        0
        6px
        22px
        rgba(0,0,0,.06);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.topic-post-card:hover {
    transform:
        translateY(-4px);

    box-shadow:
        0
        12px
        30px
        rgba(0,0,0,.11);
}



/* ----------------------------------------------------------
   FEATURED IMAGE
   ---------------------------------------------------------- */

.topic-post-image-link {
    display:
        block;

    overflow:
        hidden;

    background:
        var(--bs-tertiary-bg);
}


.topic-post-image {
    display:
        block;

    width:
        100%;

    aspect-ratio:
        16 / 9;

    object-fit:
        cover;

    margin:
        0 !important;

    transition:
        transform .35s ease;
}


.topic-post-card:hover
.topic-post-image {
    transform:
        scale(1.025);
}



/* ----------------------------------------------------------
   CARD BODY
   ---------------------------------------------------------- */

.topic-post-body {
    display:
        flex;

    flex:
        1;

    flex-direction:
        column;

    padding:
        1.4rem;
}



/* ----------------------------------------------------------
   DATE
   ---------------------------------------------------------- */

.topic-post-meta {
    margin-bottom:
        .65rem;

    color:
        #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .74rem;

    font-weight:
        700;

    letter-spacing:
        .05em;

    text-transform:
        uppercase;
}



/* ----------------------------------------------------------
   TITLE
   ---------------------------------------------------------- */

.topic-post-title {
    margin:
        0
        0
        .9rem;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.4rem;

    font-weight:
        700;

    line-height:
        1.25;
}


.topic-post-title a {
    color:
        var(--bs-emphasis-color);

    text-decoration:
        none;

    transition:
        color .2s ease;
}


.topic-post-title a:hover {
    color:
        #b38a45;
}



/* ----------------------------------------------------------
   EXCERPT
   ---------------------------------------------------------- */

.topic-post-excerpt {
    flex:
        1;

    margin-bottom:
        1.25rem;

    color:
        var(--bs-secondary-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1rem !important;

    line-height:
        1.65 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   READ MORE
   ---------------------------------------------------------- */

.topic-read-more {
    display:
        inline-flex;

    align-items:
        center;

    align-self:
        flex-start;

    margin-top:
        auto;

    color:
        #a77f3d;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .8rem;

    font-weight:
        800;

    letter-spacing:
        .06em;

    text-decoration:
        none;

    text-transform:
        uppercase;

    transition:
        color .2s ease,
        transform .2s ease;
}


.topic-read-more:hover {
    color:
        var(--bs-emphasis-color);

    transform:
        translateX(3px);
}



/* ----------------------------------------------------------
   CARD FOOTER
   ---------------------------------------------------------- */

.topic-post-footer {
    padding:
        .8rem
        1.4rem;

    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-secondary-color);

    border-top:
        1px solid
        var(--bs-border-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .76rem;
}



/* ----------------------------------------------------------
   EMPTY STATE
   ---------------------------------------------------------- */

.topic-empty-state {
    max-width:
        700px;

    margin:
        4rem
        auto;

    padding:
        3rem
        2rem;

    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-body-color);

    border:
        1px solid
        var(--bs-border-color);

    border-radius:
        6px;

    text-align:
        center;
}


.topic-empty-state > i {
    margin-bottom:
        1rem;

    color:
        #b38a45;

    font-size:
        2.5rem;
}


.topic-empty-state h2 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;
}


.topic-empty-state p {
    margin-bottom:
        0;

    color:
        var(--bs-secondary-color);

    font-size:
        1rem !important;

    line-height:
        1.6 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   DARK MODE
   ---------------------------------------------------------- */

[data-bs-theme="dark"]
.topic-post-card,

[data-bs-theme="dark"]
#theTopics
.accordion-item {
    box-shadow:
        none;
}


[data-bs-theme="dark"]
.topic-subscribe-button {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}


[data-bs-theme="dark"]
.topic-subscribe-button:hover {
    background:
        #d0aa65;

    border-color:
        #d0aa65;
}



/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media
(max-width: 767.98px) {

    .topic-hero {
        margin:
            2.5rem
            auto
            2rem;
    }


    .topic-hero h1 {
        font-size:
            2.25rem;
    }


    .topic-subscribe-section {
        margin-bottom:
            3rem;
    }


    .topic-notify-button {
        padding:
            1rem;
    }


    .topic-notify-icon {
        width:
            38px;

        height:
            38px;
    }


    .topic-notify-text strong {
        font-size:
            1rem;
    }


    .topic-results-heading {
        align-items:
            flex-start;

        flex-direction:
            column;
    }


    .topic-post-count {
        margin-top:
            .25rem;
    }


    .topic-post-title {
        font-size:
            1.25rem;
    }

}

/* ==========================================================
   SEARCH PAGE
   Larry Kelley Editorial Theme
   ========================================================== */


/* ----------------------------------------------------------
   SEARCH HERO
   ---------------------------------------------------------- */

.search-hero {
    max-width: 900px;

    margin:
        3.5rem
        auto
        2rem;

    text-align: center;
}


.search-hero-label {
    margin-bottom: .5rem;

    color: #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: .78rem;

    font-weight: 800;

    letter-spacing: .2em;

    text-transform: uppercase;
}


.search-hero h1 {
    margin:
        0
        0
        .75rem;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            2.5rem,
            5vw,
            4rem
        );

    font-weight: 700;

    line-height: 1.1;
}


.search-hero h1::after {
    display: block;

    width: 72px;
    height: 3px;

    margin:
        1rem
        auto;

    background:
        #b38a45;

    content: "";
}


.search-hero p {
    max-width: 680px;

    margin:
        0
        auto;

    color:
        var(--bs-secondary-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.05rem !important;

    line-height:
        1.65 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   SEARCH FORM
   ---------------------------------------------------------- */

.search-form-section {
    max-width: 900px;

    margin:
        0
        auto
        3rem;
}


.search-page-form {
    padding:
        1.25rem;

    background:
        var(--bs-tertiary-bg);

    border:
        1px solid
        var(--bs-border-color);

    border-left:
        5px solid
        #b38a45;

    border-radius:
        6px;

    box-shadow:
        0
        5px
        20px
        rgba(0,0,0,.05);
}


.search-page-form
.form-control {
    min-height:
        52px;

    font-size:
        1rem;
}


.search-page-form
.form-control:focus {
    border-color:
        #b38a45;

    box-shadow:
        0 0 0 .2rem
        rgba(179,138,69,.15);
}


.search-page-button {
    min-width:
        135px;

    background:
        #142334;

    color:
        #fff;

    border-color:
        #142334;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .85rem;

    font-weight:
        800;

    letter-spacing:
        .04em;

    text-transform:
        uppercase;
}


.search-page-button:hover,
.search-page-button:focus {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}



/* ----------------------------------------------------------
   RESULTS
   ---------------------------------------------------------- */

.search-results-section {
    margin-bottom:
        5rem;
}


.search-results-grid {
    align-items:
        stretch;
}



/* ----------------------------------------------------------
   EXISTING GENERALSEARCH CARDS
   ----------------------------------------------------------
   These styles intentionally target your existing Bootstrap
   cards so generalSearch() does not need to be rewritten.
   ---------------------------------------------------------- */

.search-results-section
.card {
    height:
        100%;

    overflow:
        hidden;

    background:
        var(--bs-body-bg);

    border:
        1px solid
        var(--bs-border-color);

    border-radius:
        6px;

    box-shadow:
        0
        6px
        22px
        rgba(0,0,0,.06);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.search-results-section
.card:hover {
    transform:
        translateY(-4px);

    box-shadow:
        0
        12px
        30px
        rgba(0,0,0,.11);
}



/* Card image */

.search-results-section
.card-img-top,

.search-results-section
.card img {
    width:
        100%;

    aspect-ratio:
        16 / 9;

    object-fit:
        cover;
}



/* Card body */

.search-results-section
.card-body {
    padding:
        1.4rem;

    color:
        var(--bs-body-color);
}



/* Search result headings */

.search-results-section
.card-title,

.search-results-section
.card h2,

.search-results-section
.card h3 {
    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight:
        700;

    line-height:
        1.25;
}


.search-results-section
.card-title a,

.search-results-section
.card h2 a,

.search-results-section
.card h3 a {
    color:
        inherit;

    text-decoration:
        none;
}


.search-results-section
.card-title a:hover,

.search-results-section
.card h2 a:hover,

.search-results-section
.card h3 a:hover {
    color:
        #b38a45;
}



/* Search card paragraph */

.search-results-section
.card-body p {
    color:
        var(--bs-secondary-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1rem !important;

    line-height:
        1.65 !important;

    letter-spacing:
        normal !important;
}



/* Existing Bootstrap buttons */

.search-results-section
.card .btn-primary {
    background:
        #142334;

    color:
        #fff;

    border-color:
        #142334;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .8rem;

    font-weight:
        800;

    letter-spacing:
        .05em;

    text-transform:
        uppercase;
}


.search-results-section
.card .btn-primary:hover {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}



/* Footer */

.search-results-section
.card-footer {
    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-secondary-color);

    border-top:
        1px solid
        var(--bs-border-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .78rem;
}



/* ----------------------------------------------------------
   HIGHLIGHTED SEARCH TERMS
   ---------------------------------------------------------- */

.highlighted {
    padding:
        .05em
        .15em;

    background:
        rgba(
            179,
            138,
            69,
            .28
        );

    color:
        var(--bs-emphasis-color);

    border-radius:
        2px;

    font-weight:
        700;
}



/* ----------------------------------------------------------
   EMPTY SEARCH STATE
   ---------------------------------------------------------- */

.search-empty-state {
    max-width:
        700px;

    margin:
        3rem
        auto;

    padding:
        3rem
        2rem;

    background:
        var(--bs-tertiary-bg);

    color:
        var(--bs-body-color);

    border:
        1px solid
        var(--bs-border-color);

    border-radius:
        6px;

    text-align:
        center;
}


.search-empty-state > i {
    margin-bottom:
        1rem;

    color:
        #b38a45;

    font-size:
        2.5rem;
}


.search-empty-state h2 {
    margin-bottom:
        .5rem;

    font-family:
        Georgia,
        "Times New Roman",
        serif;
}


.search-empty-state p {
    margin-bottom:
        0;

    color:
        var(--bs-secondary-color);

    font-size:
        1rem !important;

    line-height:
        1.6 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   DARK MODE
   ---------------------------------------------------------- */

[data-bs-theme="dark"]
.search-page-form,

[data-bs-theme="dark"]
.search-results-section
.card {
    box-shadow:
        none;
}


[data-bs-theme="dark"]
.search-page-button,

[data-bs-theme="dark"]
.search-results-section
.card
.btn-primary {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}


[data-bs-theme="dark"]
.search-page-button:hover,

[data-bs-theme="dark"]
.search-results-section
.card
.btn-primary:hover {
    background:
        #d0aa65;

    border-color:
        #d0aa65;
}



/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media
(max-width: 767.98px) {

    .search-hero {
        margin:
            2.5rem
            auto
            1.75rem;
    }


    .search-hero h1 {
        font-size:
            2.25rem;
    }


    .search-page-form {
        padding:
            1rem;
    }


    .search-page-form
    .input-group {
        display:
            flex;

        flex-direction:
            column;

        gap:
            .75rem;
    }


    .search-page-form
    .form-control,

    .search-page-button {
        width:
            100%;

        border-radius:
            var(--bs-border-radius) !important;
    }


    .search-results-section
    .card-body {
        padding:
            1.2rem;
    }

}

/* ==========================================================
   LARRY KELLEY COMMENTS
   ========================================================== */


/* ----------------------------------------------------------
   COMMENTS SECTION
   ---------------------------------------------------------- */

.post-comments-section {
    margin:
        4rem
        0
        2rem;

    padding:
        3.5rem
        0;

    background:
        var(--bs-tertiary-bg);

    border-top:
        1px solid
        var(--bs-border-color);

    border-bottom:
        1px solid
        var(--bs-border-color);
}


.post-comments-section > .container {
    max-width:
        960px;
}



/* ----------------------------------------------------------
   HEADING
   ---------------------------------------------------------- */

.comments-heading {
    margin-bottom:
        2.25rem;

    text-align:
        center;
}


.comments-heading-label {
    margin-bottom:
        .35rem;

    color:
        #b38a45;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .75rem;

    font-weight:
        800;

    letter-spacing:
        .18em;

    text-transform:
        uppercase;
}


.comments-heading h2 {
    margin:
        0;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(
            1.9rem,
            4vw,
            2.7rem
        );

    font-weight:
        700;
}


.comments-heading h2::after {
    display:
        block;

    width:
        60px;

    height:
        3px;

    margin:
        .9rem
        auto;

    background:
        #b38a45;

    content:
        "";
}


.comments-heading p {
    margin:
        0;

    color:
        var(--bs-secondary-color);

    font-size:
        .95rem !important;

    line-height:
        1.5 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   COMMENT LIST
   ---------------------------------------------------------- */

.comment-list {
    display:
        flex;

    flex-direction:
        column;

    gap:
        1.25rem;
}



/* ----------------------------------------------------------
   INDIVIDUAL COMMENT
   ---------------------------------------------------------- */

.reader-comment {
    overflow:
        hidden;

    background:
        var(--bs-body-bg);

    color:
        var(--bs-body-color);

    border:
        1px solid
        var(--bs-border-color);

    border-radius:
        7px;

    box-shadow:
        0
        5px
        18px
        rgba(0,0,0,.05);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.reader-comment:hover {
    transform:
        translateY(-2px);

    box-shadow:
        0
        8px
        25px
        rgba(0,0,0,.08);
}



/* ----------------------------------------------------------
   COMMENT HEADER
   ---------------------------------------------------------- */

.reader-comment-header {
    display:
        flex;

    align-items:
        center;

    gap:
        .9rem;

    padding:
        1rem
        1.25rem;

    background:
        var(--bs-tertiary-bg);

    border-bottom:
        1px solid
        var(--bs-border-color);
}



/* Avatar */

.reader-comment-avatar {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        44px;

    height:
        44px;

    flex-shrink:
        0;

    background:
        #142334;

    color:
        #d0aa65;

    border:
        2px solid
        #b38a45;

    border-radius:
        50%;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.05rem;

    font-weight:
        700;
}



/* Author */

.reader-comment-author h3 {
    margin:
        0
        0
        .15rem;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1rem;

    font-weight:
        700;
}



/* Date */

.reader-comment-date {
    color:
        var(--bs-secondary-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .72rem;

    line-height:
        1.3;
}



/* ----------------------------------------------------------
   COMMENT BODY
   ---------------------------------------------------------- */

.reader-comment-body {
    padding:
        1.25rem
        1.4rem
        1.4rem;
}


.reader-comment-body p {
    margin:
        0;

    color:
        var(--bs-body-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.05rem !important;

    line-height:
        1.7 !important;

    letter-spacing:
        normal !important;

    text-align:
        left !important;
}



/* ----------------------------------------------------------
   COMMENT FORM SECTION
   ---------------------------------------------------------- */

.comment-form-section {
    margin:
        2rem
        0
        5rem;
}


.comment-form-section > .container {
    max-width:
        900px;
}


.comment-form-wrapper {
    padding:
        1.75rem;

    background:
        var(--bs-body-bg);

    border:
        1px solid
        var(--bs-border-color);

    border-top:
        4px solid
        #b38a45;

    border-radius:
        7px;

    box-shadow:
        0
        6px
        22px
        rgba(0,0,0,.06);
}



/* ----------------------------------------------------------
   COMMENT FORM HEADING
   ---------------------------------------------------------- */

.comment-form-heading {
    display:
        flex;

    align-items:
        center;

    gap:
        1rem;

    margin-bottom:
        1.4rem;
}


.comment-form-icon {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        46px;

    height:
        46px;

    flex-shrink:
        0;

    background:
        #b38a45;

    color:
        #111;

    border-radius:
        50%;

    font-size:
        1rem;
}


.comment-form-heading h2 {
    margin:
        0
        0
        .15rem;

    color:
        var(--bs-emphasis-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.45rem;

    font-weight:
        700;
}


.comment-form-heading p {
    margin:
        0;

    color:
        var(--bs-secondary-color);

    font-size:
        .85rem !important;

    line-height:
        1.4 !important;

    letter-spacing:
        normal !important;
}



/* ----------------------------------------------------------
   TEXTAREA
   ---------------------------------------------------------- */

.comment-form-wrapper
.form-label {
    color:
        var(--bs-emphasis-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .82rem;

    font-weight:
        700;
}


.comment-form-wrapper
textarea.form-control {
    min-height:
        150px;

    resize:
        vertical;

    background:
        var(--bs-body-bg);

    color:
        var(--bs-body-color);

    border:
        1px solid
        var(--bs-border-color);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1rem;

    line-height:
        1.6;
}


.comment-form-wrapper
textarea.form-control:focus {
    background:
        var(--bs-body-bg);

    color:
        var(--bs-body-color);

    border-color:
        #b38a45;

    box-shadow:
        0 0 0 .2rem
        rgba(179,138,69,.15);
}


.comment-form-help {
    margin-top:
        .45rem;

    color:
        var(--bs-secondary-color);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .72rem;
}



/* ----------------------------------------------------------
   COMMENT BUTTON
   ---------------------------------------------------------- */

.comment-form-actions {
    display:
        flex;

    justify-content:
        flex-end;
}


.comment-submit-button {
    padding:
        .7rem
        1.2rem;

    background:
        #142334;

    color:
        #fff;

    border:
        1px solid
        #142334;

    border-radius:
        4px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size:
        .82rem;

    font-weight:
        800;

    letter-spacing:
        .05em;

    text-transform:
        uppercase;
}


.comment-submit-button:hover,
.comment-submit-button:focus {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}



/* ----------------------------------------------------------
   SIGNUP TO COMMENT
   ---------------------------------------------------------- */

.comment-signup-section {
    margin:
        2rem
        0
        5rem;
}


.comment-signup-box {
    display:
        flex;

    align-items:
        center;

    gap:
        1.2rem;

    max-width:
        900px;

    margin:
        0
        auto;

    padding:
        1.4rem
        1.5rem;

    background:
        var(--bs-tertiary-bg);

    border:
        1px solid
        var(--bs-border-color);

    border-left:
        5px solid
        #b38a45;

    border-radius:
        6px;
}


.comment-signup-icon {
    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    width:
        44px;

    height:
        44px;

    flex-shrink:
        0;

    background:
        #142334;

    color:
        #d0aa65;

    border-radius:
        50%;
}


.comment-signup-box h2 {
    margin:
        0
        0
        .2rem;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        1.15rem;
}


.comment-signup-box p {
    margin:
        0;

    color:
        var(--bs-secondary-color);

    font-size:
        .85rem !important;

    line-height:
        1.4 !important;

    letter-spacing:
        normal !important;
}


.comment-signup-button {
    margin-left:
        auto;

    flex-shrink:
        0;

    background:
        #142334;

    color:
        #fff;

    border-color:
        #142334;

    font-size:
        .8rem;

    font-weight:
        700;
}


.comment-signup-button:hover {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}



/* ----------------------------------------------------------
   DARK MODE
   ---------------------------------------------------------- */

[data-bs-theme="dark"]
.reader-comment-avatar,

[data-bs-theme="dark"]
.comment-signup-icon {
    background:
        #0b1520;
}


[data-bs-theme="dark"]
.reader-comment,

[data-bs-theme="dark"]
.comment-form-wrapper {
    box-shadow:
        none;
}


[data-bs-theme="dark"]
.comment-submit-button,

[data-bs-theme="dark"]
.comment-signup-button {
    background:
        #b38a45;

    color:
        #111;

    border-color:
        #b38a45;
}



/* ----------------------------------------------------------
   MOBILE
   ---------------------------------------------------------- */

@media
(max-width: 767.98px) {

    .post-comments-section {
        margin-top:
            3rem;

        padding:
            2.5rem
            0;
    }


    .reader-comment-header {
        padding:
            .9rem
            1rem;
    }


    .reader-comment-body {
        padding:
            1rem;
    }


    .reader-comment-body p {
        font-size:
            1rem !important;
    }


    .comment-form-wrapper {
        padding:
            1.2rem;
    }


    .comment-signup-box {
        align-items:
            flex-start;

        flex-direction:
            column;
    }


    .comment-signup-button {
        width:
            100%;

        margin-left:
            0;
    }


    .comment-form-actions {
        justify-content:
            stretch;
    }


    .comment-submit-button {
        width:
            100%;
    }

}