/*
Theme Name: DecemberMag_3.0
Theme URI: http://example.com/decembermag2
Author: Jennifer Goldring
Author URI: http://jennifergoldring.com
Description: Custom theme by Jennifer Goldring.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: decembermag2
Tags: custom-header, custom-background, responsive
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Typography */
body {
    font-family: 'Nanum Myeongjo', serif;
    line-height: 1.6;
    color: rgb(38, 25, 17);
    background-color: rgb(249, 246, 239);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Geologica', sans-serif;
}

a {
    color: #f76d39;
}

a:hover {
    color: #ed7448ce;
}

/* Wordpress Custom CSS */
.wp-block-verse {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 1.0em;
    line-height: 1.5;
}

blockquote {
    font-family: 'Nanum Myeongjo', serif; /* Match your site's font */
    font-size: 1.2em; /* Slightly larger for emphasis */
    line-height: 1.6;
    border-left: 4px solid #f76d39; /* Add a colored border to the left */
    padding-left: 15px;
    color: #333;
}

ul, ol {
    font-family: 'Nanum Myeongjo', serif;
    margin-left: 20px; /* Indent lists */
    line-height: 1.6;
}

ul li::marker {
    color: #f76d39; /* Customize bullet color */
}

ol li {
    color: #333; /* Customize number color */
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Nanum Myeongjo', serif;
    margin-bottom: 1.5em;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

table th {
    background-color: #f76d39;
    color: #fff;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}


/* Custom Container to align with Bootstrap */
.container-custom {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Custom Class for Alignment */
.custom-align-center {
    text-align: center;
}

/* Custom Class for Background Colors */
.custom-bg-blue {
    background-color: #3498db;
    color: #fff;
    padding: 20px;
}

/* Style for Media and Text Blocks */



/* Style for File Blocks */
.wp-block-file {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.wp-block-file__embed {
    width: 100%;
    height: 500px; /* Adjust height as necessary */
}

.wp-block-file__button {
    background-color: #f76d39;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 20px;
}

.wp-block-file__button:hover {
    background-color: #e65a2e;
}


/* Header and Logo Styles */
header.site-header, .site-header-content {
    background-color: #A8D2F9;
    text-align: center;
    padding: 5px 0;
}

.site-logo img, .site-header-content .site-logo img {
    max-width: 70%;
    height: auto;
}

/* Top Bar Adjustments */
.top-bar {
    background-color: #A8D2F9;
    padding: 0.5rem 0;
}

.top-bar .search-form {
    display: flex;
    align-items: center;
}

.top-bar .search-form input[type="search"] {
    width: 150px;
    margin-right: 0.5rem;
}

.top-bar .search-form button, .search-button {
    background-color: #f76d39;
    border: none;
    color: white;
    cursor: pointer;
}

.top-bar .search-form button {
    padding: 0.375rem 0.75rem;
}

.top-bar .search-form button:hover {
    background-color: #f76c397b;
}

.top-bar .cart-icon a {
    color: rgb(9, 8, 8);
}

/* Navbar Styles */
nav.navbar {
    background-color: #f76d39; /* Background color */
    width: 100%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

nav ul.navbar-nav {
    justify-content: center;
    text-align: center;
    width: 100%;
}

nav ul.navbar-nav li.nav-item a.nav-link {
    text-decoration: none;
    color: #FFDE59; /* Yellow link color */
    font-weight: 400;
    font-family: 'Geologica', sans-serif;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

nav ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #7cc0ff; /* Hover color for links */
}

/* Dropdown Menu Styling */
.navbar-nav .dropdown-menu {
    display: none; /* Hidden by default */
    background-color: #fff; /* Dropdown background color */
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.5rem 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

/* Show dropdown on hover */
.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown Item Styling */
.navbar-nav .dropdown-menu .dropdown-item {
    color: #555555 !important; /* Darker text color for dropdown items */
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff; /* White text color on hover */
    background-color: #f76d39; /* Background color on hover */
}



/* Social Media Icons */
.fb-color i, .tw-color i, .yt-color i, .ig-color i {
    color: #3b5998 !important;
    font-size: 1.3em;
}

.tw-color i {
    color: #55acee !important;
}

.yt-color i {
    color: #dd4b39 !important;
}

.ig-color i {
    color: #ac2bac !important;
}

/* Search Form Styles */
.search-input {
    height: 30px;
    margin-right: 5px;
    font-size: 0.9em;
}

.search-button {
    width: 40px;
    height: 30px;
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 10px;
}

.search-button i {
    font-size: 1em;
    margin: 0;
}

.form-inline {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.form-inline .form-control {
    margin-right: 5px;
}

.form-inline .btn {
    border-color: #f76d39;
    background-color: #A8D2F9;
    margin-left: 5px;
}

.form-inline .btn:hover {
    border-color: #ffffff;
    background-color: #f76d39;
}

.form-inline .btn .fa-search {
    color: #f76d39;
}

.form-inline .form-control {
    height: 20px;
    font-size: 0.9em;
    margin-right: 5px;
}

/* Footer Styles */
.site-footer {
    background-color: #f76d39;
    color: #fff;
    padding: 0;
    text-align: center;
}

.footer-widgets {
    padding: 20px 0;
}

.footer-widgets .container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-logos {
    max-width: 20%;
    height: auto;
    text-align: center;
}

.site-info {
    background-color: #444;
    color: #ccc;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.site-info p {
    margin: 0;
}

.footer-logo img {
    max-width: 100px;
    height: auto;
}

.newsletter-signup .form-control {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 5px; /* Adjusted for consistent padding */
    margin-bottom: 5px; /* Adds space between the fields */
    border-radius: 5px; /* Adds a bit of rounding to the corners */
}

.newsletter-signup button {
    background-color: #A8D2F9; /* Your website's blue color */
    color: #333; /* Adjust the text color if needed for better contrast */
    padding: 30px 20px;
    margin-top: 10px;
    border-radius: 5px;
    border: none; /* Remove any default border */
    cursor: pointer;
}

.newsletter-signup button:hover {
    background-color: #91c1f3; /* Slightly darker blue for the hover state */
}



/* Footer Photo Grid Container */
.footer-photo-grid-container {
    max-width: 400px;
    margin: 0 auto;
}

/* Footer Photo Grid */
.footer-photo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Increased gap for better spacing */
    justify-content: center;
    padding: 10px;
}

.footer-photo-grid img {
    width: 80px; /* Adjusted size for better visibility */
    height: 80px; /* Adjusted size for better visibility */
    max-width: 100%; /* Ensure the images don't exceed the container */
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 5px; /* Adjusted margin for better spacing */
}

/* Footer Photo Widget */
.footer-photo-widget img {
    width: 100px; /* Set the desired width for the images */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Ensure the image scales properly */
    object-fit: cover; /* Ensure the image covers the area without distortion */
    margin: 5px; /* Optional: Add some space around each image */
    display: block; /* Ensures the image is treated as a block-level element */
}

/* Section Header */
.section-header {
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Ensure proper alignment and spacing for footer widgets */
.footer-widgets .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -15px;
}

/* Specific Column Adjustments */
.footer-widgets .col-md-4 {
    padding: 0 15px;
    text-align: center;
}

/* Override padding for the specific column in the current issue widget */


/* Footer Secondary Menu */
.footer-secondary-menu {
    text-align: center;
    margin-bottom: 20px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-nav li {
    margin: 5px 15px;
}

.footer-nav a {
    text-decoration: none;
    color: #A8D2F9;
    font-size: 1em;
    font-family: 'Geologica', sans-serif;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #e0eaf4;
}

/* Visual Art Section */
.visual-art-header-image {
    display: block;
    margin: 0 auto 20px auto;
}

.visual-art-item {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.visual-art-content {
    text-align: center;
    margin-top: 20px;
}

.visual-art-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.category-featured-image {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
}

/* Featured Content Styles */
.featured-content {
    text-align: center;
    margin: 20px 0;
}

.featured-content img {
    max-width: 70%;
    height: auto;
}

.featured-content p {
    margin-top: 10px;
}

/* Author Spotlight Section */
.author-spotlight {
    margin: 40px 0;
    text-align: center;
}

.author-spotlight-header-image {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.spotlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.spotlight-image {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.spotlight-content {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    padding-left: 20px;
}

.spotlight-title {
    font-family: 'Geologica', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.spotlight-content p {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 1rem;
    color: rgb(38, 25, 17);
}

.read-more {
    color: rgb(102, 74, 50);
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    color: rgb(191, 175, 160);
}

/* Hover effect for spotlight image */
.spotlight-link img {
    transition: transform 0.3s ease;
}

.spotlight-link:hover img {
    transform: scale(1.05);
}

/* Category Column */
.category-column {
    border-right: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
}

.category-column:last-child {
    border-right: none;
}


/* Adjust font size and italicize the post title */
.frontpage-post-title {
    font-size: 1.6rem; /* Title size */
    font-style: italic; /* Italicize the title */
    color: #000000; /* Ensure the title is a specific color */
    margin: 0.7em 0; /* Adjust spacing */
}

/* Ensure piece author and artist name have smaller font size */
.piece-author {
    font-size: 1.1rem !important; /* Smaller font size */
    color: #262525; /* Subtle gray color for the author/artist names */
    display: block; /* Display each on a new line */
    font-style: normal; /* Normal font style */
    padding-bottom: 10px;
}

.artist-name {
    font-size: .9rem !important; /* Smaller font size */
    color: #262525; /* Subtle gray color for the author/artist names */
    display: block; /* Display each on a new line */
    font-style: normal; /* Normal font style */
}



/* Category Posts Grid */
.category-posts .row {
    display: flex;
    flex-wrap: wrap;
}

.category-column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Category Thumbnails */
.category-thumbnail {
    position: relative;
    overflow: hidden;
    width: 90%;
    padding-top: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.category-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.category-thumbnail .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.category-thumbnail:hover .hover-text {
    opacity: 1;
}

.category-thumbnail:hover img {
    transform: scale(1.05);
}

.category-column h2.post-title {
    font-family: 'Geologica', sans-serif;
    font-size: 1.5em;
    margin-top: 10px;
}

.category-column p {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 1em;
}

.image-caption {
    text-align: center;
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}

/* Divider Line */
.divider-line {
    text-align: center;
    margin: 10px 0;
}

.divider-line .divider-image {
    width: 70%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.divider-line img.divider-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.divider-line2 img.divider-image2 {
    max-width: 30%;
    height: auto;
    display: block;
    margin: 0px auto;
}

/* News section styling */
.news-post .section-title {
    text-align: center;
    font-family: 'Geologica', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.news-post .news-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: 'Geologica', sans-serif; /* Consolidated font-family */
}

.news-post .news-item {
    padding: 100px;
    color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 300px;
    font-size: 2.0rem; /* This applies to the title */
}

.news-title {
    font-weight: 150;
    font-size: 1.7rem; /* Title size */
}

.news-excerpt {
    font-size: 1.2em;
    display: inline-block;
    /* Color inherits from .news-item, so no need to set it again */
}


.news-item-1, .news-item-2, .news-item-3 {
    padding: 30px;
    margin-bottom: 10px;
}

.news-item-1 {
    background-color: #F76D39;
    color: #FFDE59;
    margin-left: 0;
}

.news-item-2 {
    background-color: #FFDE59;
    color: black;
    margin-left: 30px;
}

.news-item-3 {
    background-color: #A8D2F9;
    color: #F76D39;
    margin-left: 60px;
}


/* Donation Modal */
.donation-modal {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    width: 80%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .donation-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  
  .donation-btn {
    background-color: #004b69;
    color: white;
    padding: 15px 30px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
  }
  
  .donation-btn:hover {
    background-color: #0073a1;
  }
  


/* Current Issue Widget Area */

/* The main widget container */
.current-issue-widget {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Ensures the image is placed at the top */
    padding-bottom: 10px; /* Adjust this value if needed */
}

/* The image within the widget */
.current-issue-widget img {
    border-radius: 10px;
    display: block;
    width: 95%;
    height: auto;
    max-height: 255px; /* Restrict image height to leave room for text */
    margin: 0 auto;
    transition: transform 0.3s ease;
    object-fit: contain;
    /* Add top margin to push image closer to heading */
    margin-top: 0;
}

/* Text under the widget */
.current-issue-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 5px 0; /* Ensure there's padding above and below */
    margin: 0; /* Remove extra margin */
}

/* Hover effect */
.current-issue-widget .hover-text {
    position: absolute;
    top: 50%; /* Ensure hover text stays centered in the middle of the image */
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5); /* Add background for better contrast */
    padding: 10px 20px;
    border-radius: 10px;
}

.current-issue-widget:hover img {
    transform: scale(1.05);
}

.current-issue-widget:hover .hover-text {
    opacity: 1;
}


/* Hover Effect for Posts */
.post-item {
    position: relative;
}

.post-item img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.post-item .post-info {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
}

.post-item:hover img {
    opacity: 0.3;
}

.post-item:hover .post-info {
    display: block;
}

/* Page and Single Post Styles */

.content-container {
    max-width: 800px; /* Adjust this value to control the content width */
    margin: 0 auto;   /* Center the content */
    padding: 0 20px;  /* Optional: Adds some padding on the sides */
}

.page-content {
    width: 100%; /* Ensures the overall page is full-width */
}


.page-content, .single-post-content {
    margin-top: 20px;
}

.page-header, .entry-header {
    text-align: center;
    margin-bottom: 20px;
}

.page-title, .entry-title {
    font-size: 2.0em;
    margin-bottom: 20px;
}

.entry-meta {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 20px;
}

.entry-content {
    font-size: 1.1em;
    line-height: 1.8;
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
    .footer-menu, .footer-logos {
        font-family: 'Geologica', sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }

    .categories-grid {
        flex-direction: column;
    }

    .category-column:not(:last-child)::after {
        content: none;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li {
        margin: 5px 0;
    }

    .featured-content img {
        width: 100%;
    }

    .static-announcement .announcement-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .static-announcement .announcement-image {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .divider-image-wrapper {
        display: none;
    }

    .visual-art-header-image {
        max-width: 100%;
    }
}

/* Error 404 Page Styles */
.error-404 {
    text-align: center;
    margin-top: 50px;
}

.error-404 .page-title {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.error-404 .page-content {
    font-size: 1.2em;
    margin-bottom: 40px;
}

.error-404 .page-content p {
    margin-bottom: 20px;
}

.error-404 .page-content h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.error-404 .page-content ul {
    list-style-type: none;
    padding: 0;
}

.error-404 .page-content ul li {
    margin-bottom: 10px;
}

.error-404 .page-content ul li a {
    text-decoration: none;
    color: #f76d39;
}

.error-404 .page-content ul li a:hover {
    text-decoration: underline;
}

/* Shortcode Styling */

.custom-quote {
    font-style: italic;
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 5px solid #f76d39;
    background-color: #f9f9f9;
}

.custom-quote-default {
    color: #333;
}

.custom-quote cital {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #f76d39;
}

.custom-image-caption {
    text-align: center;
    margin: 20px 0;
}

.custom-image-caption .caption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
}

.custom-box {
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.custom-box-info {
    background-color: #A8D2F9;
    color: #333;
}

.custom-box-warning {
    background-color: #f76d39;
    color: #fff;
}

.custom-box-success {
    background-color: #90EE90; /* Example for success */
    color: #333;
}


/* Page Header Styles */
.page-header {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-title {
    font-size: 2.0em;
    margin-bottom: 20px;
}

.archive-description {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 20px;
}

/* Post List Styles */
.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.archive-thumbnail {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    font-size: 2.0em;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 0.9em;
    color: #999;
}

.entry-summary {
    margin-bottom: 20px;
}

/* Remove the grey box and style the Read More button */
.entry-footer a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f76d39; /* Change this to your desired button color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px; /* Rounded corners */
    box-shadow: none; /* Removes any shadow (which could create a "box" effect) */
    border: none; /* Removes any border */
}

.entry-footer a:hover {
    background-color: #e65a2e; /* Hover color */
}

/* If the grey box is caused by another element, make sure the background is transparent */
.entry-footer {
    background-color: transparent; /* Ensure no background color */
    padding: 0; /* Remove any padding that could create space around the button */
    border: none; /* Remove any border */
    box-shadow: none; /* Remove any shadow */
}


/* Compact Post Layout */
.compact-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.compact-post {
    flex: 0 1 48%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.post-thumbnail-small {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 50%; /* Circular thumbnail */
    object-fit: cover;
}

.entry-title {
    font-size: 2.0em;
    margin-bottom: 10px;
}

.entry-summary {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #666;
}
/* More specific targeting of the Read More button */
.post-list .read-more-small {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f76d39; /* Button background color */
    color: #fff; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    box-shadow: none; /* Removes any shadow */
    border: none; /* Removes any border */
}

.post-list .read-more-small:hover {
    background-color: #e65a2e; /* Hover color */
}

/* Ensure the footer background is transparent */
.post-list .entry-footer {
    background-color: transparent; /* No background color */
    padding: 0; /* Remove padding */
    border: none; /* Remove any border */
    box-shadow: none; /* Remove any shadow */
}



.load-more-container {
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

.load-more-container .button {
    padding: 10px 20px;
    background-color: #f76d39;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.load-more-container .button:hover {
    background-color: #e65a2e;
}


/* Pagination Styles */
.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
    background-color: #f76d39;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination .page-numbers:hover {
    background-color: #e65a2e;
}

.pagination .current {
    background-color: #333;
    color: #fff;
}

.pagination .page-numbers:focus {
    outline: 2px solid #A8D2F9; /* Example outline color */
    outline-offset: 2px;
}


/* Read Page Styles */
.read-page {
    padding: 40px 0;
}

.category-column {
    padding: 20px;
    text-align: center;
}

.category-header img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.post-item {
    margin-bottom: 30px;
}

.post-title a {
    font-family: 'Geologica', sans-serif;
    font-size: 1.5em;
    color: #333;
    text-decoration: none;
}

.post-title a:hover {
    color: #f76d39;
    text-decoration: underline;
}

.post-excerpt {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 1em;
    color: rgb(38, 25, 17);
    margin-bottom: 15px;
}

.read-more {
    margin-top: 20px;
}

.read-more .btn-primary {
    background-color: #f76d39;
    border-color: #f76d39;
    font-family: 'Geologica', sans-serif;
}

.read-more .btn-primary:hover {
    background-color: #e65a2e;
    border-color: #e65a2e;
}



/* More specific targeting of the image within post-thumbnail */
.read-page .post-thumbnail img {
    border-radius: 50%; /* Makes the image a circle */
    width: 150px; /* Set the width for the circle */
    height: 150px; /* Ensure the height matches the width */
    object-fit: cover; /* Ensures the image covers the circle without distortion */
    border: 2px solid #f76d39; /* Optional: Add a border around the circle */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}





/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.footer-column {
    flex: 1;
    padding: 0 15px;
}

.footer-column h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #f76d39;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.breadcrumbs {
    font-family: 'Geologica', sans-serif;
    font-size: 0.9em;
    margin-bottom: 1em;
}

.breadcrumbs a {
    color: #f76d39;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    color: #333;
}


/* Checkout Button on Cart and Checkout Pages */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    background-color: #333; /* Dark grey background */
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #F76D39 !important; /* Your orange color for hover */
}

/* Product Header (Title) */
.woocommerce div.product .product-header {
    font-size: 1.2em !important; /* Smaller font size for the header */
    margin-bottom: 10px !important; /* Adjust margin for spacing */
    padding: 10px !important; /* Add some padding to reduce size */
}

/* Product Title (inside the header) */
.woocommerce div.product .product_title {
    font-size: 1.3em !important; /* Adjust title size */
    line-height: 1.2em !important; /* Adjust line height to reduce spacing */
}

/* Product Image */
.woocommerce div.product div.images img {
    max-width: 150px !important; /* Significantly reduce product image size */
    height: auto !important; /* Maintain aspect ratio */
    margin-bottom: 10px !important; /* Add some margin below the image */
}

/* Add to Cart Button */
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce a.button.alt, 
.woocommerce div.product form.cart .button.alt {
    background-color: #333 !important; /* Dark grey background */
    color: #fff !important; /* White text */
    padding: 10px 20px !important; /* Adjust padding */
    font-size: 1em !important; /* Adjust font size */
    text-transform: uppercase !important; /* Make text uppercase */
    border: none !important; /* Remove borders */
    border-radius: 4px !important; /* Optional rounded corners */
    cursor: pointer !important;
    transition: background-color 0.3s ease !important; /* Smooth hover transition */
}

/* Add to Cart Button Hover */
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce div.product form.cart .button.alt:hover {
    background-color: #F76D39 !important; /* Change to your orange color on hover */
}

/* Product Layout */
.woocommerce div.product {
    padding: 20px !important; /* Adjust padding around the product */
    margin: 0 auto !important; /* Center content */
    max-width: 500px !important; /* Reduce the product layout width */
}

/* Product Image */
.woocommerce div.product div.images img {
    max-width: 150px !important; /* Reduce product image size to 150px */
    height: auto !important; /* Maintain aspect ratio */
}

/* Style for the "Proceed to PayPal" button */
#place_order.button,
.woocommerce #place_order.button.alt {
    background-color: #333 !important; /* Dark grey background */
    color: #fff !important; /* White text */
    padding: 10px 20px !important; /* Adjust padding */
    font-size: 1em !important; /* Font size */
    border: none !important; /* Remove any borders */
    border-radius: 4px !important; /* Optional rounded corners */
    cursor: pointer !important;
    transition: background-color 0.3s ease !important; /* Smooth hover transition */
}

/* Hover effect for the "Proceed to PayPal" button */
#place_order.button:hover,
.woocommerce #place_order.button.alt:hover {
    background-color: #F76D39 !important; /* Orange hover */
    color: #fff !important; /* Ensure white text remains */
}

/* Adjust Single Product Page Layout */
.single-product .site-content {
    max-width: 500px !important; /* Reduce the content width further */
    margin: 0 auto;
    padding: 20px;
    display: flex;
    gap: 15px; /* Add space between the image and the text */
    align-items: flex-start; /* Align the image and text to the top */
}

/* Product Image */
.product-image {
    flex-basis: 25% !important; /* Further reduce image width to 25% */
    max-width: 100%; /* Make sure it’s responsive */
}

.product-image img {
    width: 100%; /* Ensure the image fills the container */
    height: auto;
    border-radius: 4px;
}

/* Product Information (Text) */
.product-container {
    flex-basis: 75% !important; /* Reduced text section width to 75% */
    margin-left: 20px; /* Ensure there is space between image and text */
}

/* Adjust Product Title */
.woocommerce div.product .product_title {
    font-size: 1.4rem; /* Reduce the title size */
    color: #333;
    margin-bottom: 10px;
}

/* Product Price */
.woocommerce div.product .price {
    color: #f76d39; /* Price color */
    font-size: 1.2rem; /* Keep the price size consistent */
    margin-bottom: 10px;
}

/* Product Description */
.product-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    max-width: 90%; /* Prevent the text from going edge to edge */
}

/* Stock Status */
.stock-status {
    font-size: 1rem;
    color: #ff0000; /* Red color for stock status */
    margin-bottom: 20px;
}

/* Adjust Add to Cart Button */
.single_add_to_cart_button, .single_add_to_cart_button.alt {
    background-color: #A8D2F9 !important; /* Button color */
    color: #333 !important; /* Text color */
    border: none;
    padding: 10px 20px; /* Balanced padding for better look */
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.single_add_to_cart_button:hover, .single_add_to_cart_button.alt:hover {
    background-color: #87bde0 !important;
    color: #333 !important;
}

/* Space between quantity and Add to Cart button */
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust spacing between quantity and button */
}

/* Product Purchase Section */
.product-purchase {
    text-align: left; /* Align the purchase button to the left */
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Add padding below product-purchase to separate button from footer */
.product-purchase {
    margin-bottom: 30px;
}
