/* Removes second listing of title on page. */
h2.wp-block-post-title{
	display:none;
}
/* Adds maroon audience background image to footer. */
footer.wp-block-template-part {
     background-image: url("wp-content/uploads/2022/10/maroon-audience.png");
	background-size: cover;
	 background-repeat: no-repeat;
        }
/* Removes top navigation from events calendar, so people can't view previous events. */
.tribe-events-header {
display: none!important;
}
/* Removes subscribe to calendar option/button from events calendar. */
.tribe-events-c-subscribe-dropdown {
display: none!important;
}
/* Removes view previous events from bottom of event calendar. */
.tribe-events .tribe-events-c-nav__list-item--prev {
display: none!important;
}
/* Aligns Next Events to the right at bottom of photo events calendar - is not working as of 3/7/2023 */
.tribe-events .tribe-events-c-nav__list-item--next {
align-content: right;
}
/* Removes start and end times from events in photo view. */
.tribe-events-pro .tribe-events-pro-photo__event-datetime {
display: none;	
}
/* Meant to decrease padding at top of event calendar in photo view to 10px from 96px. Not working as of 7/14/2023. */
tribe-common-l-container tribe-events-l-container { 
padding-top: 0 !important; 
padding-bottom: 0 !important; 
}
/* Floats NJCA logo with text */
.table_row_last { width:400px; border-bottom: #022356 2px solid;  }
.table_column_1 { width: 170px; }							
.table_column_2 { width: 230px; color: #022356; font-weight: normal; font-size: 14px; text-decoration:none; color: #022356; line-height:16px; }  
.table_column_3 { width: 400px; }	
}
/*Test of Adobe Font */
.ofelia h3 {font-family: "ofelia-display", sans-serif;
font-weight: 700;
font-style: normal;
}
/*Hide header on from page test - currently not working */
.page-id-8518 .has-small-font-size is-responsive items-justified-right social-links wp-block-navigation has-small-font-size is-horizontal is-content-justification-right is-layout-flex wp-container-3 wp-block-navigation-is-layout-flex {
   display: none !important;
}
/* Display images at full screen width on event pages*/
.tribe-events-event-image img { 
    width: 100%; 
    height: auto; 
}
/*Do not display back link to all events at top of event pages*/
p.tribe-events-back{
	display:none
}
/*Do not display date and run time to individual events at top of page*/
span.tribe-event-date-start{
	display:none
}
span.tribe-event-time{
	display:none
}
/*Do not display event SEO title on top of individual event page*/
h1.tribe-events-single-event-title{
	display:none
}
/*Do not display anything above featured image on individual event pages*/
div.tribe-events-schedule tribe-clearfix{
	display:none
}
/*Test - 100% width to properly display VBO as a grid on the home page*/
div.EventDateTabs FloatLeft{
	display:none
}
/*Test - Change VBO footer links from blue to gold*/
div.FooterCurrency{
	display:none
}
/*Add padding to Dinner & A Show image*/
img.dinner{
	padding-right: 50px
}
/*Do not display end time on top of indiviudal event page*/
span.tribe-event-date-end{
	display:none
}
/*Changes Cover Photo Overlay Subhead to White*/
p.has-text-align-center{
	color: white
}
}
/*Changes Cover Photo Overlay Subhead to White*/
p.smallprint: font-size: 6px;
}
.small {
font-size: 8px;
}

.youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Centering Related Events Text*/
.tribe-related-events-title {
	text-align: center;
}
/*Do not display category on blog posts page*/
h1.wp-block-query-title{
	display:none
}
/*Do not display Leave a Reply heading on blog posts page*/
div#respond.comment-respond.wp-block-post-comments-form{
display:none
}