/*
Theme Name: JSSD
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.2.1689098387
Updated: 2023-07-11 17:59:47

*/


.page-id-817 .entry-header-inner {
    display: none;
}

.page-id-817 .post-inner.thin {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-id-817 .entry-content h1 {
    text-align: center;
    margin-bottom: 20px;
}

.bannerBottomBar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #e3dec8;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
}
.bannerBottomBar a {
	margin: 0 10px;
}
.desktopView {
	display: block !important;
}
.mobileView {
	display: none !important;
}
.home__banner .items img {
	object-position: top;
}


body.archive article.event .entry-content article.event {
    display: grid;
    grid-template-columns: 1fr;
	margin: 0;
}
body.archive article.event .entry-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
body.archive article.event .entry-content > nav.eo-events-nav {
	display: none;
}
body.archive .pagination-wrapper.section-inner .navigation.pagination {
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}
body.archive .pagination-wrapper.section-inner .navigation.pagination .nav-links a, 
body.archive .pagination-wrapper.section-inner .navigation.pagination .nav-links span.page-numbers  {
    background-color: #d86015;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
	display: inline-block;
    margin: 5px 2px;
}
body.archive .pagination-wrapper.section-inner .navigation.pagination .nav-links span.page-numbers {
	background-color: #ccc;
	color: #333;
}


@media only screen and (max-width: 767px) {
	.desktopView { display: none !important; }
	.mobileView { display: block !important; }
	.home__banner .items { background: #1d1d1d;}
	.home__banner .items img.mobileView { height: 100vh; max-height: none; min-height: auto; object-fit: contain;}
	body.archive article.event .entry-content {grid-template-columns: 1fr;}
}