@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

#top_page {
    background-image: url(/ctm/31280/projects/stlouis/gallery/2025/11/bg-header-banner_v4_advent.png);
	    background-color: #6e3c88;
}

@media screen and (min-width:1180px) {    
    section.has_aside aside { 
		background-image: url(/ctm/31280/projects/stlouis/gallery/2025/11/bg-menu2-advent.png);
    }
}


.advent h1 {
    font-family: "Allura", cursive !important;
    color: #800080;
    font-size: clamp(47px, 6vw, 85px);
    font-weight: lighter;
    padding-bottom: 0;
}




/*----------------------------------------------------------- HALF COLOR SECTION ---------------*/
@media screen and (min-width:1180px) {
	.wrap_half {
		position: relative;
		background-color: var(--white);
		height: auto;
	}
	.Half_ColorR {
		background: #80008029;
		height: 100%;
		width: 50%;
		position: absolute;
		z-index: 0;
		background-size: cover;
		color: white;
		right: 0;
	}

	.Half_ColorL {
		background: #80008029;
		height: 100%;
		width: 50%;
		position: absolute;
		z-index: 0;
		background-size: cover;
		color: white;
		left: 0;
	}
}
@media screen and (max-width:1179px) {
  .wrap_half section > .flex > .fx_2 {
    width: 100%;
    background-color: var(--white);
  }
}

.content_f2 {
    padding: 10px 0;
}


.addthis_inline_share_toolbox {
    right: 75px !important;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover { transform: translateY(0) !important;}

article.share {
    margin-top: 31px;
}




.advent_wrap {
	background: #8000800d url(/ctm/31280/projects/stlouis/gallery/2025/11/bg-texture-advent.png);
    padding: 40px 0;
    background-size: 14%;
}

.boxevent {
    background: #fff9ff;
    width: 100%;
}

.event_title {
	text-align: center;
    background: #800080;
    margin-bottom: 24px;
    padding: 12px;
}

.specialdate .event_title{
    background: #a28951;
}


.event_title h2{
    color: #FFF;
    margin: 0;
    font-size: 19px;
}

.event_info {
    margin: 0 auto 35px auto;
    width: 96%;
    padding: 0 30px 0 15px;
    height: 435px;
    overflow-y: auto;
    scrollbar-color: #800080 #fff9ff;
    scrollbar-width: thin;
}

.event_info ul li {
   font-size: 16px;
}
.event_info ul li::before, .advent  ul li::before{
    color: #800080;
}
.specialdate .event_info ul li::before {
    color: #a28951;
}

.event_info a {
    color: hsl(300deg 100% 25.1%);
    font-weight: bold;
}
.event_info a {
    color: hsl(300deg 100% 25.1%);
    font-weight: bold;
}

 .event_info h3 {
    color: #800080;
    font-size: 17px !important;
}

.specialdate .event_info h3 {
    color: #a28951;
    font-size: 17px !important;
}

.event_info p {
    font-size: 16px;
    margin-bottom: 10px;
}

ul.horizontal-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}

ul.horizontal-list li {
    background: #f9f2f9;
    float: left;
    border-radius: 5px;
    padding: 5px 10px;
    border: solid 1px #800080;
    align-content: center;
    align-items: center;
}

ul.horizontal-list li::before {
    content: '' !important;
}
