/**
* Type
*/
/**
 * Palette
 */
/**
* Animation
*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/**
* General
*/
html {
	background-color: #35ba91;
}

body {
	opacity: 0;
	background-color: #35ba91;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: 300;
}

body:before {
	box-shadow: none !important;
}

html.wf-active body {
	opacity: 1;
	animation-name: fadeIn;
	animation-duration: .33s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #003d3a;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: 900;
	text-transform: uppercase;
}

a {
	color: #021d37;
}

input[type="text"],
input[type="email"] {
	font-family: "brix-slab", "Noto Serif", "Georgia", serif !important;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
	font-family: "brix-slab", "Noto Serif", "Georgia", serif !important;
}

textarea {
	font-family: "brix-slab", "Noto Serif", "Georgia", serif !important;
}

.entry-title {
	text-shadow: -1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	text-transform: uppercase;
}

#masthead {
	margin-top: -5px;
	border: 0 !important;
}

/**
* Sidebar and Main Navigation
*/
.sidebar {
	border: 0 !important;
	color: #c5e2e0;
}

.sidebar a {
	color: #076863;
	text-shadow: 1px 2px 0 rgba(182,221,216,0.66);
	transition: all .33s ease-out;
}

.sidebar a:hover {
	color: #b15d53;
	transition: all .33s ease-out;
}

.sidebar li.current-menu-item + a {
	color: #b15d53;
	transition: all .33s ease-out;
}

.sidebar li.current-menu-item + a:hover {
	color: #b15d53;
	transition: all .33s ease-out;
}

.sidebar li a:before {
	font-size: 36px;
}

.sidebar h4.sponsor-level-title {
	padding: 5px;
	color: #b6ddd8;
	background: #076863;
	text-align: center;
}

.sidebar a.sponsor-logo {
	padding: 8px 12px;
	background-color: #b6ddd8;
}

.site-header {
	padding: 5.6923% 7.6923%;
	border-bottom: 1px solid rgba(244,238,195,0.15);
	background-color: transparent;
}

.site-branding {
	display: block;
	position: relative;
	right: 10px;
	width: 320px;
	height: 320px;
/* Logo with burned in dates for mobile when hero is hidden */
	background-image: url('https://2016.phoenix.wordcamp.org/files/2016/06/cropped-wcphx-2016-logo-1-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-transform: uppercase;
}

@media (min-width: 620px) {
	.site-branding {
	/* logo just as jonny made it */
		background-image: url('https://2016.phoenix.wordcamp.org/files/2016/06/cropped-wcphx-2016-logo.png');
	}
}

.site-title {
	font-family: "brix-slab", "Noto Serif", "Georgia", serif !important;
	font-size: 3.3rem;
	font-weight: 700;
}

.site-title a {
	display: block;
	position: relative;
	text-indent: -1000px;
}

.site-title a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 25px;
	content: "WCPHX";
}

.main-navigation ul {
	border: 0 !important;
}

.main-navigation li {
	border: 0 !important;
}

.main-navigation a {
	padding: 6px 4px;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
}

.main-navigation .sub-menu {
	display: block !important;
}

.main-navigation .sub-menu li a {
	font-size: 18px;
}

.main-navigation button {
	display: none !important;
}

.dropdown-toggle {
	display: none !important;
}

button.secondary-toggle {
	border: 1px solid #076863;
	border: 1px solid rgba(244,238,195,0.3);
}

.secondary-toggle {
	top: 20px;
}

.secondary-toggle:before {
	color: #076863;
}

.social-navigation a {
	text-shadow: 2px -2px 25px rgba(255,255,255,0.5);
}

.widget-button {
	width: 100%;
	color: #fff;
	background-color: #021d37;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	width: 100%;
	color: #fff;
	background-color: #021d37;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

/**
 * Home Hero
 */
body.home #content {
	background-image: url('https://2016.phoenix.wordcamp.org/files/2016/07/WCPHX_Header_V1.png');
	background-repeat: no-repeat;
	background-position: 50% 58px !important;
	background-size: 75%;
}

@media (max-width: 620px) {
	body.home #content {
		background-position: 50% 25px !important;
	}
}

body.home #main {
	margin-top: 35%;
}

@media (max-width: 620px) {
	body.home #main {
		margin-top: 55%;
	}
}

/**
* Edge-to-Edge Images &  on Location Page
*/
.page-id-252 figure,
.page-id-11 figure,
.postid-2584 figure,
#main #post-2584 figure {
	margin-right: -12.5%;
	margin-left: -12.5%;
}

.page-id-252 figure > img,
.page-id-11 figure > img,
.postid-2584 figure > img,
#main #post-2584 figure > img {
	width: 125% !important;
	max-width: 125% !important;
}

.page-id-252 iframe,
.page-id-11 iframe,
.postid-2584 iframe,
#main #post-2584 iframe {
	width: 125% !important;
	max-width: 125% !important;
	margin-right: -12.5%;
	margin-left: -12.5%;
}

.page-id-252 figcaption.wp-caption-text,
.page-id-11 figcaption.wp-caption-text,
.postid-2584 figcaption.wp-caption-text,
#main #post-2584 figcaption.wp-caption-text {
	width: 125%;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: 300;
	text-align: center;
}

.single-wcb_sponsor article header {
	display: none;
}

.single-wcb_sponsor article .post-thumbnail img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
}

.single-wcb_sponsor .nav-links {
	display: none;
}

/**
* Content
*/
.hentry {
	background-color: #c5e2e0;
}

.post-navigation {
	background-color: #c5e2e0;
}

.sticky-post {
	background-color: #021d37;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	font-family: "brix-slab", "Noto Serif", "Georgia", serif !important;
	font-size: 22px;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
	border-bottom: 2px solid #021d37;
	color: #021d37;
	transition: all .33s ease-out;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	border-bottom: 2px solid #b15d53;
	color: #021d37;
	transition: all .33s ease-out;
}

.pingback .comment-body > a {
	border-bottom: 2px solid #021d37;
	color: #021d37;
	transition: all .33s ease-out;
}

.pingback .comment-body > a:hover {
	border-bottom: 2px solid #b15d53;
	color: #021d37;
	transition: all .33s ease-out;
}

.entry-footer {
	background-color: #fff;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

/**
* Tickets Page (part 1)
*/
.tix-notice {
	display: none;
}

#tix {
	padding-top: 0;
}

#tix input[type="submit"] {
	float: none;
	width: 100%;
}

body.admin-bar #tix {
	padding-top: 0;
}

table {
	border: none;
}

th {
	border: none;
}

td {
	border: none;
}

.tix-ticket-form input[type="text"],
.tix-private-form input[type="text"],
.tix-attendee-form input[type="text"],
.tix-receipt-form input[type="text"] {
	width: 100%;
}

.tix-ticket-form input[type="email"],
.tix-private-form input[type="email"],
.tix-attendee-form input[type="email"],
.tix-receipt-form input[type="email"] {
	width: 100%;
}

.tix-ticket-form input[type="url"],
.tix-private-form input[type="url"],
.tix-attendee-form input[type="url"],
.tix-receipt-form input[type="url"] {
	width: 100%;
}

.tix-ticket-form textarea,
.tix-private-form textarea,
.tix-attendee-form textarea,
.tix-receipt-form textarea {
	width: 100%;
}

table.tix_tickets_table td {
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: 300;
}

table.tix_tickets_table td:first-of-type {
	padding-left: 0;
}

table.tix_tickets_table td:last-of-type {
	padding-right: 0;
}

table.tix_tickets_table thead {
	display: none !important;
}

table.tix_tickets_table tr {
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: 300;
}

table.tix_tickets_table .tix-ticket-title {
	font-weight: 900;
	text-transform: uppercase;
}

table.tix_tickets_table .tix-column-description {
	width: 50%;
}

table.tix_tickets_table .tix-column-price {
	width: 25%;
	text-align: center;
}

table.tix_tickets_table .tix-column-quantity {
	width: 25%;
}

table.tix_tickets_table .tix-column-quantity select {
	display: block;
	width: 80px;
	margin-left: auto;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.tix-column-remaining {
	display: none !important;
}

p.tix-submit select {
	opacity: 0;
}

/**
* Ticket Order Summary
*/
table.tix-order-summary tr:first-of-type td:first-of-type {
	padding-left: 0 !important;
}

table.tix-order-summary tr:first-of-type td:last-of-type {
	padding-right: 0 !important;
}

table.tix-order-summary .tix-column-description {
	width: 25%;
	text-transform: uppercase;
}

table.tix-order-summary .tix-column-price {
	width: 25%;
	text-align: right;
}

table.tix-order-summary .tix-column-price:before {
	font-weight: 900;
	content: "Total: ";
}

table.tix-order-summary .tix-column-per-ticket {
	width: 80px;
	text-align: center;
}

table.tix-order-summary .tix-column-quantity {
	width: 30px;
	text-align: center;
}

table.tix-order-summary tr.tix-row-total {
	display: none;
}

table.tix-attendee-form input {
	font-family: "brix-slab", "Noto Serif", "Georgia", serif !important;
	font-weight: 300 !important;
}

/**
* Attendees Styles
*/
@media (max-width: 640px) {
	#tix-attendees .tix-columns-2 li {
		width: 100% !important;
	}
}

#tix-attendees .tix-attendee-name {
	font-size: 17px;
	font-weight: 700;
}

#tix-attendees a {
	border-bottom: 0;
}

#tix-attendees a:hover {
	border-bottom: 0;
}

/**
* Organizer / Speaker Styles
*/
.wcorg-organizer,
.wcorg-speaker {
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
	padding: 4%;
	background: #fff;
	background: rgba(255,255,255,0.5);
	font-size: 16px;
}

.wcorg-organizer h2,
.wcorg-speaker h2 {
	margin: 0;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-size: 22px;
	line-height: 1.1667;
	text-transform: uppercase;
}

.wcorg-organizer .avatar,
.wcorg-speaker .avatar {
	float: left;
	margin-right: 20px;
	margin-bottom: 10%;
	border: 3px solid #fff;
	box-shadow: 0 2px 4px rgba(31,31,31,0.33);
}

.wcorg-organizer p,
.wcorg-speaker p {
	text-indent: 1.33em;
}

.wcorg-sponsor {
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
	padding: 4%;
	background: #fff;
	background: rgba(255,255,255,0.5);
	font-size: 16px;
}

.wcorg-sponsor h3 {
	margin-top: 35px;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 24px;
	line-height: 1.1667;
}

.wcorg-session {
	overflow: hidden;
	position: relative;
	margin-bottom: 4%;
	padding: 4%;
	background: #fff;
	background: rgba(255,255,255,0.5);
	font-size: 16px;
}

.wcorg-session h2 {
	margin-top: 1em;
}

.wcorg-speaker-tbd {
	display: none;
}

.wcorg-organizer-description {
	padding-top: 4%;
}

.wcorg-speaker-description {
	padding-top: 4%;
}

.wcorg-speaker-description h3 {
	margin-top: 1.5em;
	margin-bottom: 5px;
}

.wcorg-sponsor-description {
	padding-top: 4%;
}

.wcorg-session-description h3 {
	margin-top: 1.5em;
	margin-bottom: 5px;
}

.wcb_session h3 {
	margin-top: 1.5em;
	margin-bottom: 5px;
}

.wcb_session h2.session-speakers {
	display: none;
}

.wcb_session ul#session-speaker-names {
	display: none;
}

.wcb_speaker h3 {
	margin-top: 1.5em;
	margin-bottom: 5px;
}

.wcb_speaker .speaker-avatar {
	display: none;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: 4%;
}

.wcb_speaker h2.speaker-sessions {
	display: none;
}

.wcb_speaker ul#speaker-session-names {
	display: none;
}

/**
* Content Areas
*/
.content-area button {
	color: #fff;
	background-color: rgba(255,255,255,0.5);
	background-color: #021d37;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.content-area input {
	background-color: rgba(255,255,255,0.5);
}

.content-area select {
	background-color: rgba(255,255,255,0.5);
}

.content-area textarea {
	background-color: rgba(255,255,255,0.5);
}

.content-area input[type="button"],
.content-area input[type="reset"],
.content-area input[type="submit"],
.content-area .post-password-form input[type="submit"] {
	color: #fff;
	background-color: #021d37;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

.button {
	padding: .5em;
	color: #fff;
	background-color: #021d37;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: bold;
}

.button:hover {
	color: #b15d53;
}

/**
 * Schedules
 */
body.page-id-1977 .hentry,
body.page-id-275 .hentry {
	background-color: #35ba91 !important;
	box-shadow: none !important;
}

body.page-id-1977 .hentry .entry-content:before,
body.page-id-275 .hentry .entry-content:before {
	display: none;
	float: right;
	position: relative;
	z-index: 999;
	top: 47.5px;
	width: 50px;
	height: 50px;
	margin-right: -18%;
	background: #35ba91;
	content: "";
	transform: rotate(-98.33deg) skewX(-50deg);
}

@media (min-width: 700px) {
	body.page-id-1977 .hentry .entry-content:before,
		body.page-id-275 .hentry .entry-content:before {
		display: inline;
	}
}

@media (min-width: 840px) and (max-width: 956px) {
	body.page-id-1977 .hentry .entry-content:before,
		body.page-id-275 .hentry .entry-content:before {
		margin-right: -17.33%;
	}
}

@media (min-width: 957px) and (max-width: 1079px) {
	body.page-id-1977 .hentry .entry-content:before,
		body.page-id-275 .hentry .entry-content:before {
		margin-right: -19.33%;
	}
}

@media (min-width: 1080px) and (max-width: 1180px) {
	body.page-id-1977 .hentry .entry-content:before,
		body.page-id-275 .hentry .entry-content:before {
		margin-right: -18.66%;
	}
}

@media (min-width: 1260px) {
	body.page-id-1977 .hentry .entry-content:before,
		body.page-id-275 .hentry .entry-content:before {
		margin-right: -17.66%;
	}
}

@media (min-width: 1380px) {
	body.page-id-1977 .hentry .entry-content:before,
		body.page-id-275 .hentry .entry-content:before {
		margin-right: -16.66%;
	}
}

body.page-id-1977 .hentry img.schedule-cactus,
body.page-id-275 .hentry img.schedule-cactus {
	position: absolute;
	z-index: 999;
	top: 63px;
	right: 5px;
	width: 14.75%;
}

body.page-id-275 .hentry .wcb-track-room-1 {
	min-width: 320px;
}

@media (min-width: 630px) {
	body.page-id-275 .hentry .wcb-track-room-1 {
		min-width: 300px;
	}
}

body.page-id-275 .hentry .wcpt-time-930AM {
	border-top: 0 !important;
}

body.page-id-275 .hentry .wcpt-time-930AM td {
	border-top: 0 !important;
}

@media (min-width: 630px) {
	body.page-id-275 .hentry td[class*="security-panel-risk"] span.wcpt-session-speakers {
		padding-left: 16px;
	}
}

table.wcpt-schedule {
/* TIME */
/* SESSION TITLES */
/* LUNCH */
/* KEYNOTE */
/* PHX PUBLIC MARKET */
/* MOBILE  STYLES */
}

@media (min-width: 700px) {
	table.wcpt-schedule {
		width: 120.1%;
		margin-bottom: 5.25em;
		margin-left: -10%;
	}
}

table.wcpt-schedule:after {
	display: none;
	position: relative;
	top: -10px;
	width: 80px;
	height: 200px;
	background-color: #35ba91;
	content: "";
	transform: rotate(-42.5deg);
}

@media (min-width: 700px) {
	table.wcpt-schedule:after {
		display: block;
	}
}

table.wcpt-schedule a {
	color: #021d37;
}

table.wcpt-schedule thead {
	display: none;
}

table.wcpt-schedule tbody {
	display: table-caption;
}

@media (min-width: 700px) {
	table.wcpt-schedule tbody {
		box-shadow: 36px 90px 0 0 #116863;
	}
}

table.wcpt-schedule tbody:before {
	display: none;
	float: right;
	width: 36px;
	height: 120px;
	margin-right: -36px;
	background: #116863;
	content: "";
}

@media (min-width: 700px) {
	table.wcpt-schedule tbody:before {
		display: block;
	}
}

table.wcpt-schedule tbody:after {
	display: none;
	float: left;
	position: relative;
	top: 100px;
	width: 40px;
	height: 100px;
	margin-top: -100px;
	background: #116863;
	content: "";
}

@media (min-width: 700px) {
	table.wcpt-schedule tbody:after {
		display: block;
	}
}

@media (min-width: 700px) {
	table.wcpt-schedule tr {
		height: 180px;
	}
}

table.wcpt-schedule th.wcpt-col-time {
	width: 125px;
}

table.wcpt-schedule td {
	position: relative;
	padding: 1.33em 1em;
}

@media (min-width: 700px) {
	table.wcpt-schedule td {
		border: .2em solid #116863;
	}
}

table.wcpt-schedule span.wcpt-session-speakers {
	position: absolute;
	right: 1em;
	bottom: 2px;
	padding-top: 8px;
	padding-bottom: 12px;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-size: 16px;
}

table.wcpt-schedule span.wcpt-session-speakers a {
	border-bottom: 0 !important;
}

table.wcpt-schedule td.wcb-track-room-1,
table.wcpt-schedule td.wcb-track-room-2 {
	box-shadow: inset -6px -6px 20px 0 rgba(25,137,131,0.38);
}

table.wcpt-schedule td.wcpt-time {
	border-left: 0 !important;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
}

table.wcpt-schedule tr.wcpt-time-800AM td {
	border-top: 0 !important;
}

table.wcpt-schedule a.wcpt-session-title {
	display: block;
	border-bottom: 0;
	font-family: "brandon-grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
	font-weight: 700;
	line-height: 1.18;
	text-decoration: none;
}

@media (min-width: 700px) {
	table.wcpt-schedule tr.global-session {
		height: 66px;
	}
}

table.wcpt-schedule tr.global-session td[colspan="2"] {
	background-color: rgba(182,221,216,0.66);
}

table.wcpt-schedule tr.global-session .wcpt-session-title {
	display: block;
	text-align: center;
}

table.wcpt-schedule tr.food-truck-lunch,
table.wcpt-schedule tr.intermission {
	background-color: #ec7c6e;
}

@media (min-width: 700px) {
	table.wcpt-schedule tr.food-truck-lunch,
		table.wcpt-schedule tr.intermission {
		height: 100px;
	}
}

table.wcpt-schedule tr.food-truck-lunch .wcpt-time,
table.wcpt-schedule tr.intermission .wcpt-time {
	border-right-color: #b15d53 !important;
}

table.wcpt-schedule tr.food-truck-lunch td[colspan="2"],
table.wcpt-schedule tr.intermission td[colspan="2"] {
	border-right-color: #b15d53 !important;
	border-left-color: #b15d53 !important;
	background: none !important;
	box-shadow: none !important;
}

@media (min-width: 700px) {
	table.wcpt-schedule tr.keynote {
		height: 100px;
	}
}

table.wcpt-schedule tr.keynote .wcpt-time {
	border-right-color: #44b2a2 !important;
}

table.wcpt-schedule tr.keynote td[colspan="2"] {
	border-right-color: #44b2a2 !important;
	border-left-color: #44b2a2 !important;
}

table.wcpt-schedule tr.keynote td {
	background: #77dbd6 !important;
}

table.wcpt-schedule tr[class*="party"] {
	height: 220px !important;
}

table.wcpt-schedule tr[class*="party"] td[colspan="2"] {
	background-image: url('https://2016.phoenix.wordcamp.org/files/2016/08/photomania-76d9454f63cf5387cb7b8d01309fd368.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

table.wcpt-schedule tr[class*="party"] .wcpt-session-title {
	color: #b6ddd8;
	text-shadow: 5px 2px 1px #111;
	font-size: 140%;
	font-weight: 900;
}

@media (max-width: 700px) {
	table.wcpt-schedule tr {
		border: 0;
	}
	
	table.wcpt-schedule span.wcpt-session-speakers:before,
		table.wcpt-schedule .wcpt-session-type-session:before {
		display: none;
		opacity: 0;
		content: "";
	}
	
	table.wcpt-schedule tr.global-session td[colspan="2"] {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	table.wcpt-schedule td.wcpt-session-type-session {
		padding-bottom: 40px !important;
	}
	
	table.wcpt-schedule td[class*="maximize-your"] {
		padding-bottom: 66px !important;
	}
	
	table.wcpt-schedule td[class*="maximize-your"] .wcpt-session-speakers {
		max-width: 185px;
	}
}

@media (max-width: 700px) {
	table.wcpt-schedule td.wcpt-time {
		width: 144.5%;
		margin-bottom: .66em;
		margin-left: -22.2%;
		color: #b6ddd8;
		background-color: #116863;
		text-align: center;
	}
}

@media (max-width: 620px) {
	table.wcpt-schedule td.wcpt-time {
		width: 121%;
		margin-bottom: .66em;
		margin-left: -12%;
	}
}

@media (max-width: 700px) {
	table.wcpt-schedule tr.keynote > td.wcpt-time {
		color: #021d37 !important;
	}
}

#masthead .secondary-toggle {
	display: none;
	top: 80px;
	width: 64px;
}

@media (max-width: 1024px) {
	#masthead .secondary-toggle {
		display: block;
		clear: both;
		position: fixed;
		z-index: 9999999;
		top: 20px;
		right: 0;
		width: 38px;
	}
	
	#masthead .secondary-toggle:before {
		color: #b6ddd8;
	}
}

@media (max-width: 960px) {
	#masthead .secondary-toggle {
		width: 38px;
	}
}

@media (max-width: 768px) {
	#masthead .secondary-toggle {
		top: 24px;
	}
}

@media (max-width: 440px) {
	#masthead .secondary-toggle {
		display: block;
		width: 40px;
	}
}

/**
 * Event Sticky Header
 */
#event-stickyhead {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	background-color: #076863;
}

#event-stickyhead #event-wrap {
	width: 320px;
}

#event-stickyhead #event-wrap #wifi #ssid {
	max-width: 160px;
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 52px;
	color: #fff;
	background-image: url('https://2016.phoenix.wordcamp.org/files/2016/09/wifizzle.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 24px !important;
}

@media (max-width: 480px) {
	#event-stickyhead #event-wrap #wifi #ssid {
		max-width: 120px;
		margin-top: 14px !important;
		font-size: 16px !important;
	}
}

#event-stickyhead #event-wrap #wifi #pwd {
	position: relative;
	top: -34px;
	left: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 32px;
	color: #fff;
	background-image: url('https://2016.phoenix.wordcamp.org/files/2016/09/keypwd.png');
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 24px !important;
}

@media (max-width: 1060px) {
	#event-stickyhead #event-wrap #wifi #pwd {
		top: -30px;
	}
}

@media (max-width: 768px) {
	#event-stickyhead #event-wrap #wifi #pwd {
		top: -32px;
	}
}

@media (max-width: 630px) {
	#event-stickyhead #event-wrap #wifi #pwd {
		top: -28px;
	}
}

@media (max-width: 480px) {
	#event-stickyhead #event-wrap #wifi #pwd {
		left: 140px;
		margin-top: 8px !important;
		font-size: 16px !important;
	}
}

body.admin-bar #event-stickyhead {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar #event-stickyhead {
		top: 44px;
	}
}

/**
* Sponsor Page Styles
*/
body.page-id-8 .wcorg-sponsor p {
	display: none;
}

body.page-id-8 .wcorg-sponsor h3 {
	margin-top: -8px;
	font-size: 80%;
}

body.page-id-8 .wcorg-sponsor h3 a {
	border-bottom: 0 !important;
}

@media (max-width: 630px) {
	body.page-id-8 .wcorg-sponsor h3 {
		margin-top: 0;
	}
}

body.page-id-8 [class*="wcorg-sponsor-level"] .wcorg-sponsor {
	display: inline-block;
	width: 32%;
	height: 140px;
}

@media (max-width: 630px) {
	body.page-id-8 [class*="wcorg-sponsor-level"] .wcorg-sponsor {
		width: 45%;
		height: 110px;
	}
}

body.page-id-8 .wcorg-sponsor-level-master-builder .wcorg-sponsor {
	display: inline-block;
	width: 45%;
}

@media (max-width: 630px) {
	body.page-id-8 .wcorg-sponsor-level-master-builder .wcorg-sponsor {
		width: 100%;
		height: 165px;
	}
}

body.page-id-8 .wcorg-sponsor-description div {
	display: none;
}

/**
* Media Queries
*/
@media (max-width: 954px) {
	#secondary {
		background: #35ba91 !important;
	}
	
	.page-id-252 figure,
		.page-id-11 figure {
		margin-right: -11.2%;
		margin-left: -11.2%;
	}
	
	.page-id-252 figure > img,
		.page-id-11 figure > img {
		max-width: 122.4% !important;
	}
	
	.page-id-252 iframe,
		.page-id-11 iframe {
		max-width: 122.4% !important;
		margin-right: -11.2%;
		margin-left: -11.2%;
	}
	
	.page-id-252 figcaption.wp-caption-text,
		.page-id-11 figcaption.wp-caption-text {
		width: 122.4% !important;
	}
}

@media (max-width: 620px) {
	.page-id-252 figure > img,
		.page-id-11 figure > img {
		max-width: 120.2% !important;
	}
	
	.page-id-252 iframe,
		.page-id-11 iframe {
		max-width: 120.2% !important;
	}
	
	.page-id-252 figcaption.wp-caption-text,
		.page-id-11 figcaption.wp-caption-text {
		width: 120.2% !important;
	}
	
	.tix_tickets_table {
		font-size: 15px;
	}
	
	.wcorg-organizer .avatar {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (min-width: 38.75em) {
	.side-branding {
		background-position: center center;
	}
	
	.site-title a {
		display: block;
		position: relative;
		text-indent: 0;
	}
	
	.site-title a:before {
		display: none;
		content: "";
	}
	
	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: calc(7.6923% + 24px);
	}
	
	.site-footer {
		background-color: transparent;
		box-shadow: none;
		text-align: center;
	}
	
	.site-footer a {
		color: #076863;
	}
	
	.site-footer a:hover {
		color: #076863;
	}
}

@media screen and (min-width: 59.6875em) {
	body:before {
		background-color: transparent;
		box-shadow: 0 0 1px rgba(244,238,195,0.3);
	}
	
	.site-header {
		padding: 0 10%;
		border-bottom: 0;
	}
	
	.site-branding {
		right: 20px;
		width: 385px;
		height: 385px;
		padding: 80px 0 0;
		background-position: center top;
		text-align: center;
	}
	
	.secondary {
		margin-right: 1px;
		box-shadow: 0 0 0;
	}
	
	.main-navigation {
		margin: 0 20% 3%;
	}
	
	.social-navigation {
		margin-bottom: 14%;
	}
}

@media (max-width: 320px) {
	.site-branding {
		right: 25px;
	}
}