/* WordCamp Montclair 2025
------------------------------------------- 

Table of contents
	- Header
	- Globals
	- Front Page
	- Media Queries

------------------------------------------- */
/* Form Elements
-------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border-radius: 40px !important;
	border: 1px solid #000;
	font-size: 18px;
}

.contact-form .grunion-field-wrap input.checkbox-multiple, 
.contact-form .grunion-field-wrap input.radio {
	background-color: #fff;
}

.wp-block-jetpack-contact-form {
	align-items: flex-start;
}

.wp-block-jetpack-contact-form .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-jetpack-contact-form .contact-form__input-error {
	background-color: #b32e2e;
	color: #fff;
	padding: 8px;
}

.wp-block-jetpack-contact-form label {
	font-size: 18px;
}

.wp-block-jetpack-contact-form label .grunion-label-required {
	font-size: 14px;
}

.wp-block-button__link, 
.wp-element-button,
.contact-form :is([type=submit],button:not([type=reset])),
.wp-block-jetpack-button:not(.is-style-outline) button {
	background-color: #cc5b40 !important;
	border: 1px solid #cc5b40;
	border-radius: 40px;
	color: #fff;
	font-size: 18px !important;
	font-weight: 700 !important;
	padding: 16px 32px !important;
	transition: all .2s;
	width: auto !important;
}

.wp-block-button__link:focus, 
.wp-element-button:focus,
.contact-form :is([type=submit],button:not([type=reset])):focus,
.wp-block-jetpack-button:not(.is-style-outline) button:focus,
.wp-block-button__link:hover, 
.wp-element-button:hover,
.contact-form :is([type=submit],button:not([type=reset])):hover,
.wp-block-jetpack-button:not(.is-style-outline) button:hover {
	background-color: #000 !important;
	border: 1px solid #000;
	color: #fff;
}

a,
.wp-block-read-more:where(:not([style*=text-decoration])) {
	color: #cc5a40;
	text-decoration: underline;
	transition: all .2s;
}

a:focus,
a:hover,
.wp-block-read-more:where(:not([style*=text-decoration])):focus,
.wp-block-read-more:where(:not([style*=text-decoration])):hover {
	color: #000;
	text-decoration: none;
}

.subscribe-form.wp-block-jetpack-contact-form {
	align-items: flex-end;
	padding: 0 !important;
}

/* Navigation
-------------------------------------------- */
.wp-block-navigation__container >.wp-block-navigation-item > .wp-block-navigation-item__content {
	padding: 4px 0;
}

.wp-block-navigation__container >.wp-block-navigation-item > .wp-block-navigation-item__content:focus,
.wp-block-navigation__container >.wp-block-navigation-item > .wp-block-navigation-item__content:hover {
	color: #000;
}

.wp-block-navigation__container >.wp-block-navigation-item.button > .wp-block-navigation-item__content {
	background-color: #000;
	border-radius: 40px;
	color: #fff;
	padding: 8px 16px;
}

.wp-block-navigation__container >.wp-block-navigation-item.button > .wp-block-navigation-item__content:focus,
.wp-block-navigation__container >.wp-block-navigation-item.button > .wp-block-navigation-item__content:hover {
	background-color: #fff;
	color: #000;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
	left: 0;
	right: unset;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border: 1px solid #000;
	border-radius: 16px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation-item:first-of-type {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation-item:last-of-type {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation-item {
	transition: all .2s;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation-item:focus,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation-item:hover {
	background-color: rgb(71 110 110 / 50%);
}

/* Globals
-------------------------------------------- */
.wp-block-image {
	position: relative;
}

.wp-block-image .wp-element-caption {
	bottom: 0;
	background-color: #000;
	left: 0;
	margin: 0;
	padding: 8px 12px;
	position: absolute;
}

.hidden-row {
	display: none;
}

/* Front Page
-------------------------------------------- */
.hero-row .wp-block-group.has-custom-red-background-color {
	background: #cc5a40 url('/2025/files/2024/11/Wapuu.webp') no-repeat right bottom/contain;
	margin-bottom: 24px;
	width: 100%;
}

.hero-row .has-custom-red-background-color .wp-block-columns {
	flex-direction: column-reverse;
}

.hero-img-col .wp-block-image {
	margin-bottom: -40px;
}

.hero-row-white {
	justify-content: center;
	width: 100%;
}

.recent-posts-wrap .wp-block-post {
	border: 1px solid color(srgb 0.0666667 0.0666667 0.0666667 / 0.2);
	border-radius: 10px;
	font-size: 18px;
	margin-bottom: 24px;
	padding: 30px;
}

.recent-posts-wrap .recent-post .wp-block-post-date {
	color: #000;
	font-weight: 700;
	margin-bottom: 8px;
	margin-left: 0 !important;
}

.recent-posts-wrap .recent-post .wp-block-post-title {
	font-size: 24px;
	margin-top: 0;
	margin-left: 0 !important;
}

.recent-posts-wrap .recent-post .wp-block-post-title a {
	color: #000;
}

.recent-posts-wrap .recent-post .wp-block-post-title a:focus,
.recent-posts-wrap .recent-post .wp-block-post-title a:hover {
	color: #cc5a40;
}

.recent-posts-wrap .recent-post .wp-block-post-excerpt {
	margin-bottom: 24px;
}

.recent-posts-wrap .recent-post .wp-block-read-more {
	margin-left: 0 !important;
	margin-top: auto;
}

/* Organizers
------------------------------------------- */
.organizers-list {
	font-size: 18px;
}

.wcb_organizer {
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	font-size: 18px;
	padding: 30px;
}

.wcb_organizer h3 {
	font-size: 24px;
}

.wcb_organizer h3 a {
	color: #000;
}

.wcb_organizer h3 a:focus,
.wcb_organizer h3 a:hover {
	color: #cc5a40;
}

.wcb_organizer .wp-block-post-excerpt {
	margin-bottom: 0;
}

/* Become a Sponsor
-------------------------------------------- */
.sponsor-card {
	display: flex;
	flex-direction: column;
}

.sponsor-card .wp-block-buttons {
	margin-top: auto;
	padding-top: 24px;
}

/* Tickets
-------------------------------------------- */
/* .tix-js form {
	border: 1px solid color(srgb 0.0666667 0.0666667 0.0666667 / 0.2);
    border-radius: 10px;
	padding: 24px;
} */
.tix-tickets-list {
	border-spacing: 0;
	width: 100%;
}

.tix-tickets-list thead th,
.tix-tickets-list thead td {
	border-bottom: 4px solid color(srgb 0.0666667 0.0666667 0.0666667 / 0.2);
	padding-bottom: 24px;
}

.tix-tickets-list .tix-column-description {
	font-weight: bold;
}

.tix-tickets-list tbody tr th,
.tix-tickets-list tbody tr td {
	border-bottom: 1px solid color(srgb 0.0666667 0.0666667 0.0666667 / 0.2);
	padding-bottom: 24px;
	padding-top: 24px;
}

.tix-column-quantity select {
	padding: 8px;
	width: 100%;
}

/* Schedule
------------------------------------------- */
#wordcamp-schedule__day-2025-06-28-tracks-all {
	background-color: #fbfaf3;
	border: 1px solid rgb(17, 17, 17, .1);
	border-radius: 10px;
	gap: 0;
}

.is-spanning-all-tracks .wordcamp-schedule__session-title {
	justify-content: center;
}

body:not(.block-editor-page) .wordcamp-schedule:not(.is-style-single-column-layout) .wordcamp-schedule__column-header,
.wordcamp-schedule__day {
	background-color: transparent;
}

body:not(.block-editor-page) .wordcamp-schedule:not(.is-style-single-column-layout) .editor-styles-wrapper h3.wordcamp-schedule__time-slot-header,body:not(.block-editor-page) .wordcamp-schedule:not(.is-style-single-column-layout) .wordcamp-schedule__session,body:not(.block-editor-page) .wordcamp-schedule:not(.is-style-single-column-layout) .wordcamp-schedule__time-slot-header {
	box-shadow: none;
}

.wordcamp-schedule__column-header.is-column-time,
.wordcamp-schedule__column-header.is-column-track-auditorium {
	border-right: 1px solid rgb(17, 17, 17, .1) !important;
}

.wordcamp-schedule__time-slot-header,
.wordcamp-schedule__time-slot-header.has-sessions,
.wordcamp-schedule__session {
	border: 1px solid rgb(17, 17, 17, .1) !important;
	border-left: none !important;
}

.wordcamp-schedule__session.has-slug-registration,
.wordcamp-schedule__session.has-slug-lunch,
.wordcamp-schedule__session.has-slug-closing-remarks {
	border-bottom: none !important;
}

.wordcamp-schedule__time-slot-header {
	border-bottom: none !important;
	border-top: none !important;
}

.wordcamp-schedule__time-slot-header:first-of-type,
.wordcamp-schedule__time-slot-header:nth-of-type(10),
.wordcamp-schedule__time-slot-header:last-of-type {
	border-bottom: none !important;
}

.wordcamp-schedule__session.has-track-classroom {
	border-right: none !important;
}

.wordcamp-schedule__time-slot-header {
	background-color: #000;
}

@media only screen and (max-width: 550px) {
	.wordcamp-schedule__time-slot-header,
			.wordcamp-schedule__time-slot-header.has-sessions,
			.wordcamp-schedule__session {
		border-bottom: none !important;
		border-right: none !important;
	}
	
	.wordcamp-schedule__time-slot-header {
		background-color: #000;
		color: #fff;
		margin: 0;
	}
}

/* Media Queries
------------------------------------------- */
@media only screen and (min-width: 768px) {
	/* Form Elements
			-------------------------------------------- */
	.subscribe-form.wp-block-jetpack-contact-form {
		gap: 0;
		position: relative;
	}
	
	.subscribe-form .grunion-field-email-wrap {
		flex: 0 0 63%;
	}
	
	.subscribe-form .wp-block-button {
		flex: 0 0 37%;
	}
	
	.subscribe-form .grunion-field-email-wrap input {
		border-radius: 40px 0 0 40px !important;
	}
	
	.subscribe-form .wp-block-button button {
		border-radius: 0 40px 40px 0;
	}
	
	.subscribe-form .contact-form__error,
		.subscribe-form .contact-form__input-error {
		position: absolute;
	}
	
	.subscribe-form .contact-form__error {
		bottom: -170px;
		left: 0;
		width: 100%;
	}
	
	/* Header
			-------------------------------------------- */
	.site-logo {
		left: 24px;
		position: absolute;
		top: -40px;
		width: 200px;
		z-index: 9;
	}
	
	/* Front Page
			-------------------------------------------- */
	.hero-row {
		margin-bottom: 48px !important;
	}
	
	.hero-row .has-custom-red-background-color .wp-block-columns {
		flex-direction: inherit;
		margin-bottom: 0;
	}
	
	.hero-img-col .wp-block-image {
		margin-bottom: -350px;
	}
	
	.hero-text-col > .wp-block-group {
		max-width: 500px;
	}
	
	.hero-row .hero-text-col h1.wp-block-heading {
		font-size: 56px !important;
	}
	
	.recent-posts-wrap ul {
		display: flex;
		gap: 40px;
	}
	
	.recent-posts-wrap .wp-block-post {
		display: flex;
		margin-bottom: 0;
		width: calc((100% - 80px) / 3);
	}
	
	.recent-posts-wrap .recent-post {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	
	/* Organizers
			------------------------------------------- */
	.organizers-list ul {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.organizers-list ul li {
		display: flex;
		margin-block-start: 0 !important;
		width: calc((100% - 40px) / 2);
	}
	
	.organizers-list ul li .wp-block-columns {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.has-custom-red-background-color .hero-text-col {
		padding-top: 0 !important;
	}
	
	#tix-attendees ul {
		margin-top: 0;
		padding-left: 0;
	}
	
	#tix-attendees .tix-columns-3 li {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.site-logo {
		width: 150px;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, 
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, 
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		align-items: center;
	}
}