/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
	font-family: sans-serif;
/* 1 */
	line-height: 1.15;
/* 2 */
	-ms-text-size-adjust: 100%;
/* 3 */
	-webkit-text-size-adjust: 100%;
/* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
/* 1 */
	height: 0;
/* 1 */
	overflow: visible;
/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
/* 1 */
	font-size: 1em;
/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
/* 1 */
	-webkit-text-decoration-skip: objects;
/* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
/* 1 */
	text-decoration: underline;
/* 2 */
	text-decoration: underline dotted;
/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
/* 1 */
	font-size: 1em;
/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
/* 1 */
	font-size: 100%;
/* 1 */
	line-height: 1.15;
/* 1 */
	margin: 0;
/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
/* 1 */
	color: inherit;
/* 2 */
	display: table;
/* 1 */
	max-width: 100%;
/* 1 */
	padding: 0;
/* 3 */
	white-space: normal;
/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
/* 1 */
	vertical-align: baseline;
/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
/* 1 */
	padding: 0;
/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
/* 1 */
	outline-offset: -2px;
/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
/* 1 */
	font: inherit;
/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/**
 * Basic typography style for copy text
 */
body {
	color: #222222;
	font-family: "Source Sans Pro", sans-serif;
}

/**
 * Basic typography style for header text
 */
h1, h2, h3, h4, h5, h6 {
	font-family: "Sansita", sans-serif;
}

/**
 * Set up a decent box model on the root element
 */
html {
	box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
::before,
::after {
	box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
	color: #00ADBA;
	text-decoration: none;
	box-shadow: none !important;
}

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

hr {
	border-top: 3px dotted black;
	background: none;
	margin-top: 1.5em;
}

/**
 * Clear inner floats
 */
.clearfix::after, .wcorg-speaker::after,
.wcorg-organizer::after {
	clear: both;
	content: '';
	display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
	overflow: hidden;
	padding: 0;
/* 1 */
	text-indent: 101%;
	white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/**
 * Extend this class or add it to the HTML whenever you want the children in a container to
 * 1) vertically align
 * 2) horizontally stretch to fill the space
 */
.flex-stretch, #top-menu, .about-content-bottom, .get-involved {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*Remove Entry-Header Section*/
.entry-header {
	display: none;
	float: none !important;
	width: 0 !important;
}

.entry-content {
	float: none !important;
	width: 100% !important;
	padding: 0;
}

/*To widen content container on $large screen*/
@media (min-width: 1024px) {
	.wrap {
		padding: 0;
	}
}

/**
 * The code below came from the original site (pre-2018), and manage the layout of the logo and tagline
 */
.custom-logo-link img {
	max-height: auto;
	width: auto;
}

.site-description {
	font-size: 1.5rem;
	color: white !important;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 0 0 2px black;
	margin-top: .5rem;
	display: none;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: block;
	text-align: center;
}

.site-title {
	display: none;
}

.site-branding a {
	transition: opacity .2s;
	text-align: center;
	margin: 0 auto;
	display: none;
	padding-right: 0;
}

.site-branding a:hover {
	opacity: 1;
}

/**
 * The code below is written for the 2018 theme
 */
.navigation-top {
	background: #00ADBA;
	text-transform: uppercase;
}

.navigation-top .wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.navigation-top .menu-main-navigation-container {
	display: none;
}

@media (min-width: 768px) {
	.navigation-top .menu-main-navigation-container {
		display: block;
	}
}

.navigation-top .main-navigation.toggled-on .menu-main-navigation-container {
	display: block;
}

@media (min-width: 768px) {
	.navigation-top a {
		color: white;
	}
	
	.navigation-top a:hover {
		text-decoration: none;
		color: white;
		opacity: .9;
	}
	
	.navigation-top .current_page_item a {
		color: white;
		text-decoration: underline;
	}
}

#top-menu {
	background: #00ADBA;
}

@media (max-width: 767px) {
	#top-menu {
		display: none;
	}
}

nav#site-navigation.main-navigation.toggled-on #top-menu {
	display: block;
}

@media (min-width: 768px) {
	nav#site-navigation.main-navigation.toggled-on #top-menu {
		display: flex;
	}
}

.main-navigation ul ul {
	background: #00ADBA !important;
	text-decoration: none;
}

.custom-header {
	margin-bottom: -1.5em;
	background-image: url('https://2018.nyc.wordcamp.org/files/2018/08/mobile-top@2x.jpg');
	background-size: auto;
	background-color: #05080f;
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
}

@media (min-width: 768px) {
	.custom-header {
		background-image: url('https://2018.nyc.wordcamp.org/files/2018/08/tablet-top@2x.jpg');
		height: 380px;
	}
}

@media (min-width: 1024px) {
	.custom-header {
		background-image: url('https://2018.nyc.wordcamp.org/files/2018/08/desktop-w-top@2x.jpg');
		height: 508px;
	}
}

div.custom-header {
	margin-bottom: 51px;
}

/* The animation code */
@keyframes triangle {
	from {
		transform: rotate(-5deg);
	}
	
	to {
		transform: rotate(5deg);
	}
}

.navigation-top:before {
	display: none;
}

@media (min-width: 768px) {
	.navigation-top:before {
		display: block;
		position: absolute;
		content: url('https://2018.nyc.wordcamp.org/files/2018/08/buyTickets_triangle.png');
		bottom: 20px;
		left: 66%;
		animation-name: triangle;
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}
}

footer {
	background: #122334;
	color: white;
}

footer a {
	color: white !important;
}

footer .social-links {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	margin: 0;
}

footer .social-links li:not(:last-child) {
	margin-right: 1.5rem;
}

footer .social-links a {
	box-shadow: none;
}

footer .social-links a img {
	box-shadow: none;
}

footer.site-footer .widget-column.footer-widget-1 {
	float: none;
	width: 100%;
}

footer.site-footer .widget-column.footer-widget-2 {
	float: none;
	width: 100%;
}

footer.site-footer .widget-column.footer-widget-2 > section:last-of-type {
	padding-bottom: 0;
}

.site-info {
	display: none;
}

.footer-widget-1 .widget-title {
	color: white;
	margin-bottom: 3rem;
	font-size: 2rem;
	text-transform: none;
	text-align: center;
}

.footer-widget-1 .opt-in {
	margin-top: 30px;
}

.footer-widget-1 form.contact-form {
	width: 75%;
	margin: auto;
}

.footer-widget-1 form.contact-form p.contact-submit {
	margin-top: 1.5rem;
	text-align: center;
}

.footer-widget-1 form.contact-form input:not([type="submit"]) {
	width: 100%;
}

.footer-widget-1 form.contact-form input[type="submit"] {
	font-size: 1rem;
}

.footer-widget-1 form.contact-form label {
	color: white;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 10px;
}

.footer-widget-1 form.contact-form span {
	display: none;
}

.footer-widget-1 form.contact-form input[type=radio] {
	margin-bottom: 0;
	margin-left: 10px;
}

.sponsor-sidebar {
	margin-top: 5rem;
	text-align: center;
	max-width: 300px;
	margin: auto;
	padding: 0 .5rem;
}

@media (min-width: 1024px) {
	.sponsor-sidebar {
		margin-top: 0;
		float: left;
		width: 25%;
		padding-left: 3rem;
		border-left: 3px dotted black;
	}
}

.sponsor-sidebar .wcorg-sponsors h3 {
	display: none;
}

.sponsor-sidebar .wcorg-sponsors h2 {
	border-bottom: 3px dotted black;
	border-top: 3px dotted black;
	padding: .5rem;
	margin-bottom: 3rem;
	display: block;
	width: 100%;
	color: inherit;
	font-size: 1.625rem;
	background: none;
	border-right: 0;
	border-left: 0;
	box-shadow: none;
}

.sponsor-sidebar .wcorg-sponsor {
	margin-bottom: 2rem;
}

.sponsor-sidebar .wcorg-sponsor:last-of-type {
	margin-bottom: 4rem;
}

button, input[type="submit"], input[type="reset"], .btn {
	background: #D37938;
	font-weight: normal;
	border-radius: 2rem;
	padding: 1rem 2rem;
	box-shadow: 0 2px 5px gray !important;
	color: white;
	font-family: "Sansita", sans-serif;
	font-size: 1.25rem;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, .btn:hover, .btn:focus {
	background: #b16127;
	color: white;
	text-decoration: none;
}

button:active, input[type="submit"]:active, input[type="reset"]:active, .btn:active {
	box-shadow: none !important;
	color: white;
	text-decoration: none;
}

a.btn {
	display: inline-block;
}

.section-title,
.wcorg-sponsors h2 {
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 1.75rem;
	font-weight: bold;
	background: black;
	border: 4px dotted white;
	box-shadow: 0 0 0 3px black;
	padding: .25rem 1.75rem;
/*position: relative;
    left: 50%;
    transform: translate(-50%);*/
}

.wcorg-speaker .avatar,
.wcorg-organizer .avatar {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	margin-top: .25rem;
	padding: .25rem;
	background: black;
	border: 1px dotted white;
	border-radius: .25rem;
	box-shadow: 0 0 0 3px black;
}

.wcorg-speaker:not(:last-child),
.wcorg-organizer:not(:last-child) {
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #222222;
}

.headline-teal {
	font-size: 1.5rem;
	color: #00ADBA;
	font-weight: 600;
	font-family: "Sansita", sans-serif;
	text-align: center;
}

.headline-teal a {
	text-decoration: underline;
}

@media (min-width: 1024px) {
	.home-content {
		float: left;
		width: 70%;
		margin-right: 3rem;
	}
}

.home-content .opening-blurb {
	font-family: "Sansita", sans-serif;
	font-size: 1.25rem;
	text-align: center;
}

.home-content .opening-ctas {
	text-align: center;
	margin-bottom: 3rem !important;
}

@media (min-width: 768px) {
	.home-content .opening-ctas {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		max-width: 500px;
		margin: auto;
	}
}

.home-content .opening-ctas a {
	box-shadow: none;
}

@media (min-width: 1024px) {
	.home-content .opening-ctas a {
		width: 100px;
	}
}

.home-content .opening-ctas a:hover {
	color: #222222;
	box-shadow: none;
	text-decoration: none;
}

.blog-feed ul {
	list-style-position: inside;
	text-align: center;
	font-size: 1.5em;
}

/** Override the two column layout of the theme styles */
.blog .page-header {
	display: none;
}

.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
	width: 100%;
	float: none;
}

.about-content-top {
	font-size: 18px;
}

.about-content-bottom {
	flex-direction: column-reverse;
	font-size: 20px;
}

@media (max-width: 1024px) {
	#wp-logo {
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}
}

@media (min-width: 1024px) {
	.about-content-bottom {
		flex-direction: row;
	}
	
	.about-text {
		flex: 2 1 0;
	}
	
	#wp-logo {
		flex: 1 1 0;
		padding-left: 56px;
	}
}

.location {
	display: flex;
	align-items: flex-end;
	flex-direction: column-reverse;
	font-size: 20px;
}

.location h3 {
	padding: 0;
}

.location h1 {
	margin: 0;
	padding: 0;
}

.location-text {
	flex: 1 1 50%;
	margin-bottom: 50px;
}

.slideshow {
	width: 100%;
}

#gallery-11-3-slideshow {
	background-color: white;
	border: white;
}

@media (min-width: 1024px) {
	.location {
		flex-direction: row;
	}
	
	.slideshow {
		flex: 2 1 50%;
		position: relative;
		top: -10px;
	}
	
	.location-text {
		padding-right: 56px;
	}
}

.directions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	font-size: 20px;
}

.directions ul {
	list-style-type: none;
	display: flex;
	margin-bottom: 0;
	margin-top: 28px;
}

.directions li {
	padding-right: 10px;
}

.subway {
	flex: 1 1 50%;
}

.parking {
	flex: 1 1 50%;
	margin-top: 40px;
}

.parking ul {
	flex-direction: column;
}

@media (min-width: 768px) {
	.directions {
		flex-direction: row;
	}
}

@media (min-width: 1024px) {
	.parking {
		margin-top: 0;
	}
}

.tickets-intro h1 {
	text-align: center;
	margin-top: -20px;
}

#tix-attendees .tix-columns-2 .avatar {
	width: 96px;
	height: 96px;
}

#tix-attendees .tix-columns-2 .tix-field {
	margin-left: 105px;
}

#tix-attendees .tix-columns-2 li {
	margin-bottom: 30px;
}

#tix-attendees .tix-columns-3 .avatar {
	display: none;
}

#tix-attendees .tix-columns-3 .tix-field {
	margin-left: 0;
}

.get-involved {
	flex-direction: column;
	text-align: center;
}

.get-involved h1 {
	margin-top: 0;
}

.involved-sections {
	width: 50%;
}

.involved-sections div {
	margin-top: 70px;
}

.involved-sections h3 {
	padding: 0;
	font-family: "Source Sans Pro", sans-serif !important;
}

/*# sourceMappingURL=main.css.map */