/**!
 * Theme Name: Montclair 2018
 * Template: campsite-2017
 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	color: #1d215f;
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.55;
}

.site-header::before {
	content: '';
	position: relative;
	width: 100%;
	height: 300px;
	background: url('https://2019.montclair.wordcamp.org/files/2018/12/wc_mtc_nj.jpg') no-repeat;
	background-size: cover;
}

button,
input,
select,
textarea {
	font-family: "proxima-nova", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
	font-family: "freight-sans-condensed-pro", sans-serif;
}

.wp-block-separator,
hr {
	height: 2px;
	max-width: 66%;
	border-bottom: 0;
	background-color: #a00a74;
}

p {
	margin: 0 0 15px;
}

ul,
ol {
	margin-left: 0;
	padding-left: 20px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a,
a:visited {
	color: #a00a74;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited:hover,
a:visited:active,
a:visited:focus {
	color: #880963;
	text-decoration: underline;
}

.entry-title {
	font-size: 56px;
	font-size: 5.6rem;
}

.entry-content h1,
.entry-content h2 {
	margin: 30px 0 15px;
	line-height: 1.32143;
}

.entry-content h1 {
	font-size: 56px;
	font-size: 5.6rem;
}

.entry-content h2 {
	font-size: 42px;
	font-size: 4.2rem;
	color: #b95e21;
}

.entry-content h3 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	margin: 0;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	color: #1d215f;
	background: #ffffff;
	border: 1px solid #c9ccdd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.15);
}

input[type="text"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
select ::-moz-placeholder,
textarea ::-moz-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
select :-ms-input-placeholder,
textarea :-ms-input-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
select :-moz-placeholder,
textarea :-moz-placeholder {
	color: rgba(29,33,95,0.5);
	opacity: 1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
	outline: 2px solid rgba(29,33,95,0.6);
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 12px 20px 15px;
}

select {
	width: auto;
	padding: 10px 30px 5px 15px;
	line-height: 1.5;
}

textarea {
	padding: 10px 20px 8px;
	width: 100%;
	line-height: 1.5;
	border-width: 1px;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
a.cta-button {
	display: inline-block;
	margin: 0;
	padding: 12px 20px 15px;
	border-radius: 0;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #255488;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type='button']:hover,
input[type='button']:active,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:active,
input[type='reset']:focus,
button:hover,
button:active,
button:focus,
a.cta-button:hover,
a.cta-button:active,
a.cta-button:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
	box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
}

input[type='button']:focus,
input[type='submit']:focus,
input[type='reset']:focus,
button:focus,
a.cta-button:focus {
	outline: 2px solid #1d215f;
}

.entry-content .wp-block-button__link {
	border-radius: 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #38ccd5;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:active,
.entry-content .wp-block-button__link:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
	box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
}

.entry-content .wp-block-button__link:focus {
	outline: 2px solid #1d215f;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:active,
.entry-content .wp-block-button__link:focus {
	color: #1d215f;
	background: #38ccd5;
}

.wp-caption {
	border: none;
	margin-bottom: 1em;
}

.wp-caption img {
	margin: 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 10px 0 8px;
	text-align: left;
}

.page-navigation-container {
	position: relative;
	z-index: 1;
	background: #255488;
}

.page-navigation-container .menu-primary-nav-container {
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
}

.page-navigation-container a {
	padding: 30px 20px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-weight: 900;
}

.page-navigation-container {
	text-align: center;
}

@media screen and (max-width: 800px) {
	.page-navigation-container {
		text-align: left;
	}
}

.page-navigation-container .sub-menu {
	text-align: left;
}

.page-navigation-container li {
	float: none;
	display: inline-block;
	margin-left: -5px;
}

@media screen and (max-width: 800px) {
	.page-navigation-container li {
		margin-left: 0;
	}
}

.page-navigation-container li:hover,
.page-navigation-container li.focus {
	background: #ffffff;
}

.page-navigation-container li:hover a,
.page-navigation-container li.focus a {
	color: #255488;
	text-decoration: none;
}

.page-navigation-container ul ul {
	top: 78px;
	background: #ffffff;
	padding: 10px 0 20px;
}

.page-navigation-container ul ul a {
	padding: 8px 30px;
	color: #255488;
	width: 17em;
}

.page-navigation-container ul ul li:hover a,
.page-navigation-container ul ul li.focus a {
	color: #1d215f;
}

.page-navigation-container .callout {
	position: absolute;
	right: 0;
	background: #1d215f;
}

.page-navigation-container .callout a {
	padding: 30px 50px;
}

.page-navigation-container .callout:hover,
.page-navigation-container .callout.focus {
	background: #ff9700;
}

.page-navigation-container .callout:hover a,
.page-navigation-container .callout.focus a {
	color: #1d215f;
}

@media (min-width: 1160px) {
	.page-navigation-container:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: calc(50vw + 580px);
	}
}

#site-navigation {
	display: none !important;
}

.js .menu-toggle {
	width: 100%;
}

@media screen and (max-width: 37.5em) {
	.js .dropdown-toggle {
		display: none;
	}
	
	.page-navigation-container li {
		display: block;
		float: none;
	}
	
	.page-navigation-container li:hover,
		.page-navigation-container li.focus {
		background: transparent;
	}
	
	.page-navigation-container li:hover a,
		.page-navigation-container li.focus a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.page-navigation-container a:focus {
		background: #ffffff;
		color: #255488 !important;
	}
	
	.page-navigation-container a {
		padding: 10px !important;
	}
	
	.page-navigation-container ul ul {
		display: block;
		float: none;
		position: static;
		padding: 0 0 0 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
	}
	
	.page-navigation-container ul ul a {
		width: 100%;
		color: #ffffff;
	}
	
	.page-navigation-container .callout {
		position: static;
		width: 100%;
		background: #38ccd5;
	}
	
	.page-navigation-container .callout a {
		color: #1d215f;
	}
}

.custom-header {
	background: transparent;
	position: absolute;
	height: 300px;
	top: 0;
	left: 100px;
}

.admin-bar .custom-header {
	top: 32px;
}

.custom-header img {
	max-height: 200px;
	position: relative;
	top: 50px;
	left: 0;
	width: auto;
}

.site-branding {
	display: none;
}

.widget {
	margin: 0;
}

.widget+.widget {
	margin-top: 30px;
}

#content-widget-1 {
	margin: 0 auto;
	max-width: 1160px;
	margin-bottom: 120px;
}

#content-widget-1 .custom-html-widget {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#content-widget-1 .widget+.widget {
	margin-top: 60px;
}

#content-widget-1 .level-1 {
	grid-column: 1 / span 2;
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.1;
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-weight: 900;
	color: #a00a74;
}

#content-widget-1 .level-2 {
	font-size: 42px;
	font-size: 4.2rem;
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-weight: 900;
}

#content-widget-1 .button {
	display: inline-block;
	padding: 30px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #ff9700;
}

#content-widget-1 .button:hover,
#content-widget-1 .button:active,
#content-widget-1 .button:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
}

#content-widget-1 .button:focus {
	outline: 2px solid #1d215f;
}

#content-widget-1 .button.span-2 {
	grid-column: 1 / span 2;
}

#content-widget-1 .button:nth-of-type(2) {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #38ccd5;
}

#content-widget-1 .button:nth-of-type(2):hover,
#content-widget-1 .button:nth-of-type(2):active,
#content-widget-1 .button:nth-of-type(2):focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
	box-shadow: 0 2px 7px 2px rgba(22,82,85,0.2), 0 1px 1px 0 rgba(22,82,85,0.1);
}

#content-widget-1 .button:nth-of-type(2):focus {
	outline: 2px solid #1d215f;
}

#content-widget-1 .button:nth-of-type(3) {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #c6dc00;
}

#content-widget-1 .button:nth-of-type(3):hover,
#content-widget-1 .button:nth-of-type(3):active,
#content-widget-1 .button:nth-of-type(3):focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
}

#content-widget-1 .button:nth-of-type(3):focus {
	outline: 2px solid #1d215f;
}

@media screen and (max-width: 800px) {
	#content-widget-1 .custom-html-widget {
		grid-template-columns: 1fr;
		grid-gap: 30px 0;
		text-align: center;
	}
}

@media screen and (max-width: 450px) {
	#content-widget-1 .level-1 {
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	#content-widget-1 .level-2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}

#primary-sidebar {
	margin-top: 60px;
	overflow: hidden;
}

#primary-sidebar .widget-title {
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.2;
	text-align: center;
	margin-top: 0;
	margin-bottom: 60px;
}

#primary-sidebar .widget_custom_html {
	margin: 30px -10px 90px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
	background: #a00a74;
}

#primary-sidebar .widget_custom_html:before,
#primary-sidebar .widget_custom_html:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	right: -10px;
	z-index: -1;
}

#primary-sidebar .widget_custom_html:before {
	background: #a00a74;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#primary-sidebar .widget_custom_html:after {
	z-index: -2;
	background: #38ccd5;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

#primary-sidebar .custom-html-widget {
	margin: 0 auto;
	max-width: 780px;
	padding: 60px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#primary-sidebar .custom-html-widget .label {
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.1;
	color: #ffffff;
}

#primary-sidebar .custom-html-widget .label.span-2 {
	grid-column: 1 / span 2;
}

#primary-sidebar .custom-html-widget a {
	display: inline-block;
	padding: 20px 30px;
	font-family: "proxima-nova", sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #a00a74;
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#primary-sidebar .custom-html-widget a:hover,
#primary-sidebar .custom-html-widget a:active,
#primary-sidebar .custom-html-widget a:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(102,102,102,0.2), 0 1px 1px 0 rgba(102,102,102,0.1);
	box-shadow: 0 2px 7px 2px rgba(102,102,102,0.2), 0 1px 1px 0 rgba(102,102,102,0.1);
}

#primary-sidebar .custom-html-widget a:focus {
	outline: 2px solid #a00a74;
}

#primary-sidebar .custom-html-widget a:hover,
#primary-sidebar .custom-html-widget a:active,
#primary-sidebar .custom-html-widget a:focus {
	-webkit-box-shadow: 0 2.5px 7.5px 2.5px rgba(0,0,0,0.2), 0 .5px .5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2.5px 7.5px 2.5px rgba(0,0,0,0.2), 0 .5px .5px 0 rgba(0,0,0,0.1);
}

#primary-sidebar .custom-html-widget a:focus {
	-webkit-box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 4px #a00a74;
	box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 4px #a00a74;
}

@media screen and (max-width: 800px) {
	#primary-sidebar .custom-html-widget {
		grid-template-columns: 1fr;
		grid-gap: 30px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#primary-sidebar .wcb_widget_sponsors {
	margin: 0 auto;
	max-width: 1160px;
	padding: 0 40px;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level.bronze,
#primary-sidebar .wcb_widget_sponsors .sponsor-level.silver,
#primary-sidebar .wcb_widget_sponsors .sponsor-level.small-business,
#primary-sidebar .wcb_widget_sponsors .sponsor-level.consultant,
#primary-sidebar .wcb_widget_sponsors .sponsor-level .sponsor-level-title {
	display: none;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 800px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-level {
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 450px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-level {
		grid-template-columns: 1fr;
	}
}

#primary-sidebar .wcb_widget_sponsors .sponsor-logo {
	padding: 0;
}

#footer-widget-1 {
	background: #1d215f;
	margin: 120px 0 60px;
	padding: 120px 20px;
}

#footer-widget-1 .widget-title {
	margin-top: 0;
	color: white;
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.2;
	text-align: center;
}

#footer-widget-1 .widget {
	margin: 0 auto;
	max-width: 780px;
	color: #ffffff;
}

#footer-widget-1 form {
	display: grid;
	grid-template-columns: 1fr 200px;
}

@media screen and (max-width: 450px) {
	#footer-widget-1 form {
		grid-template-columns: 1fr;
	}
}

#footer-widget-1 form input {
	border-radius: 0;
}

#footer-widget-1 form p {
	margin-bottom: 0;
}

#footer-widget-1 #subscribe-email input {
	width: 100%;
}

#footer-widget-1 #subscribe-text {
	grid-column: 1 / span 2;
}

@media screen and (max-width: 450px) {
	#footer-widget-1 #subscribe-text {
		grid-column: 1;
	}
}

#footer-widget-1 input[type="submit"] {
	width: 100%;
	height: 100%;
}

body:not(.home) .site-main {
	margin: 0 auto;
	max-width: 780px;
	padding: 0 20px;
}

.hentry+.hentry {
	margin-top: 60px;
}

.page-header {
	margin: 40px auto 20px;
}

.page-title {
	margin-bottom: 10px;
}

.entry-header,
.entry-footer {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-header span+span,
.entry-footer span+span {
	margin-left: 8px;
}

.entry-header .byline,
.entry-footer .byline {
	display: none;
}

body.single .entry-header .byline,
body.single .entry-footer .byline {
	display: inline;
	margin-left: 4px;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 20px;
	color: #255488;
	font-weight: 900;
	line-height: 1.1;
}

.entry-summary {
	margin: 20px 0;
}

.entry-content {
	margin: 20px 0 0;
}

.entry-content .contact-form label {
	margin-bottom: 5px;
}

.entry-content .contact-form label span {
	color: #255488;
}

.post-navigation {
	border-top: 1px solid #89dfee;
	border-bottom: 1px solid #89dfee;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.post-navigation a {
	color: #1d215f;
}

.post-navigation a:hover,
.post-navigation a:active,
.post-navigation a:focus {
	color: #1d215f;
}

.post-navigation .nav-previous:before {
	content: '\2190';
	margin-right: 4px;
}

.post-navigation .nav-next:after {
	content: '\2192';
	margin-left: 4px;
}

body.home .entry-header,
body.home .entry-footer {
	display: none;
}

body.home .hentry {
	position: relative;
	height: 100vh;
	min-height: 600px;
	max-height: 960px;
	background-size: cover;
	display: grid;
}

body.home .hentry:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 20vh;
	min-height: 120px;
	max-height: 192px;
	background-size: 100% 100%;
}

body.home .entry-content {
	max-width: 780px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.55;
	padding-top: 2em;
	color: #000;
	margin: auto;
}

body.home .entry-content .cfa-title {
	display: block;
	margin-bottom: 30px;
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1.1;
	font-family: "freight-sans-condensed-pro", sans-serif;
	font-weight: 900;
	text-align: center;
}

body.home .entry-content a {
	display: inline-block;
	padding: 30px 50px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #c6dc00;
}

body.home .entry-content a:hover,
body.home .entry-content a:active,
body.home .entry-content a:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
}

body.home .entry-content a:focus {
	outline: 2px solid #1d215f;
}

body.home .entry-content a:hover,
body.home .entry-content a:active,
body.home .entry-content a:focus {
	color: #1d215f;
}

body.error404 .page-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

body.error404 .page-content> :nth-child(1),
body.error404 .page-content> :nth-child(2) {
	grid-column: 1 / span 2;
}

.page .site-content {
	background: #ffffff;
	padding-top: 2em;
}

.site-footer {
	background: #ffffff;
	border-top: 2px solid #255488;
	padding-top: 2em;
}

body.error404 .page-content .widget+.widget {
	margin: 0;
}

body.error404 .search-form {
	display: grid;
	grid-template-columns: 1fr 200px;
}

body.error404 .search-form label {
	margin: 0;
}

body.error404 .search-form input {
	border-radius: 0;
}

.wcorg-organizers .wcorg-organizer {
	clear: both;
	padding-top: 30px;
}

.wcorg-organizers h2 {
	margin-top: 0;
}

.wcorg-organizers .avatar {
	float: left;
	margin-right: 30px;
	border-radius: 50%;
	-webkit-box-shadow: 7px 7px 0 #a00a74, -7px -7px 0 #1d215f;
	box-shadow: 7px 7px 0 #a00a74, -7px -7px 0 #1d215f;
}

.comments-title,
.comment-reply-title {
	margin: 40px 0;
	font-size: 28px;
	font-size: 2.8rem;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0 0 0 20px;
}

.comment-list .comment {
	margin-bottom: 40px;
}

.comment-list .comment-meta {
	display: grid;
	grid-template-columns: 2fr 1fr;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-list .comment-meta .avatar {
	margin-right: 10px;
}

.comment-list .comment-meta .comment-metadata {
	text-align: right;
}

.comment-list .comment-reply-link {
	display: inline-block;
	padding: 10px 20px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #ff9700;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.comment-list .comment-reply-link:hover,
.comment-list .comment-reply-link:active,
.comment-list .comment-reply-link:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(102,60,0,0.2), 0 1px 1px 0 rgba(102,60,0,0.1);
}

.comment-list .comment-reply-link:focus {
	outline: 2px solid #1d215f;
}

.comment-list .thread-even .comment-reply-link {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #1d215f;
	background: #c6dc00;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.comment-list .thread-even .comment-reply-link:hover,
.comment-list .thread-even .comment-reply-link:active,
.comment-list .thread-even .comment-reply-link:focus {
	-webkit-box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
	box-shadow: 0 2px 7px 2px rgba(79,88,0,0.2), 0 1px 1px 0 rgba(79,88,0,0.1);
}

.comment-list .thread-even .comment-reply-link:focus {
	outline: 2px solid #1d215f;
}

.comment-form {
	margin-bottom: 60px;
}

.site-info {
	padding: 0 0 60px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.site-info a {
	color: #1d215f;
	text-decoration: underline;
}

.site-info a:hover,
.site-info a:active,
.site-info a:focus {
	color: #a00a74;
}

.site-info .site-info-generator:after {
	display: block;
	content: '';
	height: 16px;
}

.custom-header .wp-custom-header,
.custom-header .custom-logo-link {
	text-align: center;
}

.wcorg-organizers .avatar {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#tix {
	padding: 30px !important;
	background-color: #eee;
}

#tix th {
	text-align: left;
	background-color: #ccc;
	padding: 5px;
}

#tix td {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.site-header::before {
	height: 320px;
	background: url('https://2019.montclair.wordcamp.org/files/2019/01/New-Montclair-WordCamp-Header.png') no-repeat;
}

footer#colophon {
	height: 236px;
	background: url('https://2019.montclair.wordcamp.org/files/2019/01/New-Montclair-WordCamp-Footer.png') no-repeat !important;
}

.wcorg-sponsor {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

.menu-item-265 {
	background-color: #d25d12;
}

/* Custom CSS from 2019.montclair.wordcamp.org */