.wp-block-gallery figcaption {
    position: static;
    text-align: center;
    margin-top: 5px;
    font-size: 0.9em; /* Adjust font size if needed */
    color: #333; /* Adjust caption text color */
}

.wp-block-gallery img {
    margin-bottom: 10px; /* Space between image and caption */
}/* Move captions below images in the gallery block */
.wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    top: 0;
    margin-top: 10px; /* Adjust space between image and caption */
    text-align: center;
    font-size: 14px; /* Adjust font size as needed */
.wp-block-gallery .blocks-gallery-item figcaption {
    position: static;
    margin-top: 5px; /* Adjust margin as needed */
	.site-banner::before,
.site-banner::after,
.site-header::before,
.site-header::after,
.page-fence::before,
.page-fence::after {
    content: none !important;
    display: none !important;
    border: none !important;
}

	.site-banner, 
.site-header, 
.site-banner img, 
.site-header img {
    border: none !important;
    border-bottom: none !important;
}

	.site-banner,
.site-header {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

	hr {
    display: none !important;
}

.site-banner hr,
.site-header hr {
    display: none !important;
}

	.site-banner img,
.site-header img {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

	.site-header::before,
.site-header::after {
    display: none;
}

    text-align: center; /* Optional: Center the caption */
}

.wp-block-gallery .blocks-gallery-item img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .single-post .entry-content {
        max-width: 100% !; /* Adjust this value as needed */
        margin: 0 auto;  /* Center the content */
    }
	.page-fence {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.post-2832 .page-fence {
    margin: 0 auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}
@media (min-width: 1024px) {
    .single-post .entry-content {
        max-width: 100% !important; /* Remove any width restriction */
        margin: 0 auto;  /* Center the content */
    }
}
	.page-fence {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.site-banner img {
    border: none !important;
    box-shadow: none !important;
}

.site-banner::before,
.site-banner::after {
    display: none !important;
}

.header-wrapper::before,
.header-wrapper::after {
    display: none !important;
}

.site-banner {
    background: transparent !important;
}
* {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
