/**!
 * Theme Name: Boston 2017
 * Template: wordcamp-base-v2
 */
* {
	box-sizing: border-box;
}

body {
	font-family: "adobe-caslon-pro";
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.555555;
	color: #514645;
	background-color: #F2E0C9;
	background-image: url('https://2017.boston.wordcamp.org/files/2017/04/wcbos-background-pattern.jpg');
	background-repeat: repeat;
	background-size: 50%;
}

button,
input,
select,
textarea {
	font-family: "adobe-caslon-pro";
}

#page {
	margin: 0 auto;
	max-width: 1000px;
}

@media (max-width: 1040px) {
	#page {
		margin: 0 20px;
	}
}

hr {
	height: 2px;
	background-color: #C8B9A6;
}

p {
	margin: 0 0 15px;
}

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

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

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

.entry-content h1, .entry-content h2 {
	margin: 30px 0 15px;
	line-height: 1.32143;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h2 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color: #514645;
	background: #E6D4BC;
	border: 1px solid #B49F81;
	border-radius: 0;
	box-shadow: inset 2px 2px 2px 0 rgba(81,70,69,0.2);
}

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: none;
	border-color: #514645;
}

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

select {
	width: auto;
	padding: 10px 30px 5px 15px;
	line-height: 1.5;
	border-radius: 5px;
	box-shadow: inset 0 -30px 20px -20px #DDCBB4;
	background: #E6D4BC url('http://svg.redradar.net/boston-2017/arrows.svg') no-repeat 95% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

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: 14px 30px 8px;
	border-radius: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: #B43D0A;
	background-image: linear-gradient(-180deg,#B43D0A 0%,#9A380E 100%);
	border: 1px solid #9A380E;
	border-radius: 5px;
	text-shadow: none;
	box-shadow: none;
}

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 {
	color: white;
	outline: none;
	background: #C64711;
	background-image: linear-gradient(-180deg,#C64711 0%,#A73F12 100%);
	border: 1px solid #531B04;
	border-radius: 5px;
	box-shadow: none;
}

.widget .callout,
.entry-content .callout {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 13px;
	background: #B43D0A;
	border: 1px solid #9A380E;
	color: white;
	border-radius: 5px;
}

.widget .callout a,
  .entry-content .callout a {
	color: white;
	box-shadow: inset 0 -2px 0 #fff;
}

.widget .callout a:hover, .widget .callout a:active, .widget .callout a:focus,
    .entry-content .callout a:hover,
    .entry-content .callout a:active,
    .entry-content .callout a:focus {
	text-decoration: none;
	box-shadow: inset 0 -3px 0 #fff;
}

.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;
}

.wcfd-disabled-form.wcfd-disabled-form #wcorg-login-message {
	background: #B43D0A;
}

.wcfd-disabled-form.wcfd-disabled-form #wcorg-login-message a {
	color: white !important;
	text-decoration: underline;
}

.site-header .site-title a {
	display: block;
	margin: 40px 0;
	height: 185px;
	background: transparent url('http://svg.redradar.net/boston-2017/logo.svg') no-repeat center;
	text-indent: -9999em;
}

.site-description {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.main-navigation,
.main-small-navigation {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #C8B9A6;
}

.main-navigation a {
	display: inline-block;
	padding: 20px 20px 14px 0;
	color: #514645;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
	color: #B43D0A;
}

.main-navigation .callout {
	float: right;
	list-style: none;
}

.main-navigation .callout a {
	padding-right: 0;
	color: #B43D0A;
}

.main-navigation .callout a:hover, .main-navigation .callout a:active, .main-navigation .callout a:focus {
	color: #9c3509;
}

@media (max-width: 900px) {
	.main-navigation .callout {
		display: none;
	}
}

.main-navigation .callout:hover > ul,
  .main-navigation .callout.focus > ul {
	left: auto;
	right: 0;
}

.main-navigation ul li {
	display: list-item;
	width: auto;
	list-style: upper-roman;
	list-style-position: inside;
}

.main-navigation ul .menu-item-has-children > a:after {
	content: '\2193';
	margin-left: 5px;
}

.main-navigation ul ul {
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	line-height: 1.3;
	box-shadow: none;
	background: #F2E0C9;
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: #C8B9A6;
}

.main-navigation ul ul li {
	list-style: none;
}

.main-navigation ul ul .menu-item-has-children > a:after {
	content: '';
	margin-left: 0;
}

.main-navigation ul ul a {
	padding: 10px 20px;
	width: 260px;
}

.main-navigation ul ul ul {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	border: none;
}

.main-small-navigation {
	padding: 0;
	z-index: 10;
}

.main-small-navigation .menu-toggle {
	padding: 20px 20px 14px;
	text-align: center;
	line-height: 20px;
}

.main-small-navigation a {
	display: inline-block;
	padding: 10px 0 4px;
	line-height: 16px;
}

.main-small-navigation ul {
	margin: 0;
	padding: 0 20px 20px;
}

.main-small-navigation ul li {
	display: list-item;
	width: auto;
	list-style: upper-roman;
	list-style-position: inside;
}

.main-small-navigation ul ul {
	padding: 0;
	padding-left: 30px;
}

#after-header-widgets .widget_text {
	position: relative;
	padding-top: 60px;
	padding-bottom: 36px;
	margin-bottom: 0;
	clear: both;
	text-align: center;
	background-image: url('https://2017.boston.wordcamp.org/files/2017/04/wcbos-header-image-coloradjust.png');
	background-size: cover;
}

@media (max-width: 782px) {
	#after-header-widgets .widget_text {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#after-header-widgets .level-1,
#after-header-widgets .level-2,
#after-header-widgets .level-3,
#after-header-widgets .level-4,
#after-header-widgets .level-5 {
	margin: 0 0 36px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#after-header-widgets .level-1 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 6px;
}

#after-header-widgets .level-2 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 6px;
}

#after-header-widgets .level-3 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 6px;
}

#after-header-widgets .level-4 {
	font-size: 13px;
	font-size: 1.3rem;
	color: #70655E;
}

#after-header-widgets .level-5 {
	margin-bottom: 0;
}

#after-header-widgets .level-5 .cta-button {
	font-size: 13px;
	font-size: 1.3rem;
}

#before-content-widgets .jetpack_subscription_widget,
#before-content-widgets .mock_subscription_widget {
	padding: 30px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-width: 2px 0;
	border-style: solid;
	border-color: #C8B9A6;
}

#before-content-widgets .jetpack_subscription_widget .widget-title,
  #before-content-widgets .mock_subscription_widget .widget-title {
	-ms-flex: 1;
	flex: 1;
}

#before-content-widgets .jetpack_subscription_widget .widget-title,
  #before-content-widgets .mock_subscription_widget .widget-title {
	line-height: 1.3;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 500px) {
	#before-content-widgets .jetpack_subscription_widget .widget-title,
	      #before-content-widgets .mock_subscription_widget .widget-title {
		min-width: 460px;
	}
}

#before-content-widgets .jetpack_subscription_widget p,
  #before-content-widgets .mock_subscription_widget p {
	display: inline;
}

#before-content-widgets .jetpack_subscription_widget form,
  #before-content-widgets .mock_subscription_widget form {
	width: 100%;
	border-bottom: 1px solid #C8B9A6;
}

#before-content-widgets .jetpack_subscription_widget #subscribe-email input,
  #before-content-widgets .jetpack_subscription_widget input[type="submit"],
  #before-content-widgets .mock_subscription_widget #subscribe-email input,
  #before-content-widgets .mock_subscription_widget input[type="submit"] {
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

#before-content-widgets .jetpack_subscription_widget #subscribe-email input,
  #before-content-widgets .mock_subscription_widget #subscribe-email input {
	padding: 8px 2px 0;
	width: calc(100% - 170px);
	line-height: 20px;
}

#before-content-widgets .jetpack_subscription_widget #subscribe-email input::-webkit-input-placeholder,
    #before-content-widgets .mock_subscription_widget #subscribe-email input::-webkit-input-placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: #B49F81;
}

#before-content-widgets .jetpack_subscription_widget #subscribe-email input:-ms-input-placeholder,
    #before-content-widgets .mock_subscription_widget #subscribe-email input:-ms-input-placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: #B49F81;
}

#before-content-widgets .jetpack_subscription_widget #subscribe-email input::placeholder,
    #before-content-widgets .mock_subscription_widget #subscribe-email input::placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: #B49F81;
}

#before-content-widgets .jetpack_subscription_widget input[type="submit"],
  #before-content-widgets .mock_subscription_widget input[type="submit"] {
	margin: 0;
	float: right;
	padding: 8px 2px 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
	color: #B43D0A;
}

#before-content-widgets .jetpack_subscription_widget input[type="submit"]:hover, #before-content-widgets .jetpack_subscription_widget input[type="submit"]:focus,
    #before-content-widgets .mock_subscription_widget input[type="submit"]:hover,
    #before-content-widgets .mock_subscription_widget input[type="submit"]:focus {
	outline: 1px dotted;
}

@media (max-width: 400px) {
	#before-content-widgets .jetpack_subscription_widget #subscribe-email input,
	    #before-content-widgets .jetpack_subscription_widget input[type="submit"],
	    #before-content-widgets .mock_subscription_widget #subscribe-email input,
	    #before-content-widgets .mock_subscription_widget input[type="submit"] {
		display: block;
		margin: 0;
		width: 100%;
	}
}

@media (max-width: 782px) {
	#before-content-widgets .jetpack_subscription_widget,
	    #before-content-widgets .mock_subscription_widget {
		display: block;
	}
	
	#before-content-widgets .jetpack_subscription_widget .widget-title,
	      #before-content-widgets .jetpack_subscription_widget .textwidget form,
	      #before-content-widgets .mock_subscription_widget .widget-title,
	      #before-content-widgets .mock_subscription_widget .textwidget form {
		text-align: center;
	}
	
	#before-content-widgets .jetpack_subscription_widget .widget-title,
	      #before-content-widgets .mock_subscription_widget .widget-title {
		margin-bottom: 10px;
	}
}

#primary-sidebar {
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
}

#primary-sidebar:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

#primary-sidebar .wcb_widget_sponsors {
	margin-left: -10px;
	margin-right: -10px;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #C8B9A6;
}

#primary-sidebar .wcb_widget_sponsors .widget-title {
	margin: 40px 10px 20px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level {
	display: inline;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level-title {
	margin: 0 10px;
	padding-top: 40px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-level-title:after {
	content: ' Sponsors';
}

#primary-sidebar .wcb_widget_sponsors .sponsor-logo {
	float: left;
	position: relative;
	margin: 10px;
	width: calc(25% - 20px);
	height: 110px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

#primary-sidebar .wcb_widget_sponsors .sponsor-logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
}

@media (max-width: 750px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-logo {
		width: calc(33.33333% - 20px);
	}
}

@media (max-width: 550px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-logo {
		width: calc(50% - 20px);
	}
}

@media (max-width: 350px) {
	#primary-sidebar .wcb_widget_sponsors .sponsor-logo {
		width: calc(100% - 20px);
	}
}

#before-content-widgets .widget_text {
	margin-bottom: 0;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #C8B9A6;
	font-size: 24px;
	font-size: 2.4rem;
}

#before-content-widgets .widget_text p {
	margin: 0;
	text-align: center;
}

#main {
	clear: both;
	margin: 0 auto;
}

#content {
	margin: 60px auto 0;
	padding: 0 30px;
	max-width: 760px;
}

#content .hentry + .hentry {
	margin: 40px 0;
	padding: 60px 0 0;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #C8B9A6;
}

#content .wp-post-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .wp-post-image + .hentry {
	margin-top: 40px;
}

#content .entry-header {
	margin: 0;
	text-align: center;
}

#content .entry-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 782px) {
	#content .entry-title {
		letter-spacing: 2px;
	}
}

#content .entry-title a {
	color: #514645;
}

#content .entry-title a:hover, #content .entry-title a:active, #content .entry-title a:focus {
	text-decoration: none;
	color: #B43D0A;
}

#content .entry-meta {
	color: #70655E;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#content .entry-meta a {
	font-style: italic;
}

#content footer.entry-meta {
	display: none;
}

#content .entry-content,
  #content .entry-summary {
	margin: 30px 0 0;
}

#content .paging-navigation,
  #content .post-navigation {
	margin: 60px -30px 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

#content .paging-navigation .meta-nav,
    #content .post-navigation .meta-nav {
	position: absolute;
	display: inline-block;
	width: 25px;
}

#content .paging-navigation .nav-previous,
    #content .post-navigation .nav-previous {
	padding-left: 25px;
}

#content .paging-navigation .nav-previous .meta-nav,
      #content .post-navigation .nav-previous .meta-nav {
	left: 0;
}

#content .paging-navigation .nav-next,
    #content .post-navigation .nav-next {
	padding-right: 25px;
}

#content .paging-navigation .nav-next .meta-nav,
      #content .post-navigation .nav-next .meta-nav {
	right: 0;
}

@media (max-width: 600px) {
	#content {
		padding: 0;
	}
	
	#content .paging-navigation,
	      #content .post-navigation {
		margin-left: 0;
		margin-right: 0;
	}
	
	#content .nav-previous,
	      #content .nav-next {
		float: none;
		width: 100%;
	}
	
	#content .nav-previous + .nav-next {
		margin-top: 20px;
	}
}

.blog #content:before,
.home:not(.page) #content:before {
	content: "Recent Posts";
	display: block;
	margin-bottom: 50px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.blog #content .entry-title,
.home:not(.page) #content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 4px;
}

@media (max-width: 782px) {
	.blog #content .entry-title,
	    .home:not(.page) #content .entry-title {
		letter-spacing: 2px;
	}
}

.blog #content footer.entry-meta,
.home:not(.page) #content footer.entry-meta {
	display: none;
}

.contact-form > div {
	margin-bottom: 20px;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
	margin-right: 5px;
	margin-bottom: 7px !important;
	vertical-align: middle;
}

.contact-form .grunion-radio-label,
.contact-form .grunion-checkbox-multiple-label,
.contact-form .grunion-checkbox-label {
	font-weight: normal !important;
}

.contact-form .grunion-field-label {
	margin-bottom: 10px;
	font-weight: normal;
}

.contact-form .grunion-field-label span {
	margin-left: 10px;
	color: #514645;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.entry-content [class*="wcorg-sponsor-level"] {
	margin: 0 0 40px;
	padding: 0 0 10px;
	border-width: 0 0 2px;
	border-style: solid;
	border-color: #B49F81;
}

.entry-content .wcorg-sponsor {
	margin-bottom: 40px;
}

.entry-content .wcorg-sponsor h3 {
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.entry-content .wcorg-sponsor .wp-post-image {
	display: block;
	margin: 0 auto 20px;
}

.wcorg-organizers .wcorg-organizer {
	margin-bottom: 60px;
	min-height: 100px;
}

.wcorg-organizers h2, .wcorg-organizers p {
	margin-left: 120px;
}

.wcorg-organizers .avatar {
	float: left;
	margin-top: -41px;
	margin-right: 20px;
}

@media (max-width: 500px) {
	.wcorg-organizers h2, .wcorg-organizers p {
		margin-left: 0;
	}
	
	.wcorg-organizers .avatar {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
}

.tix_tickets_table .tix-column-description,
.tix-ticket-form .tix-column-description {
	max-width: 200px;
}

.tix_tickets_table td.tix-column-description,
.tix-ticket-form td.tix-column-description {
	padding-top: 15px;
}

.tix_tickets_table .tix-column-remaining,
.tix-ticket-form .tix-column-remaining {
	display: none;
}

.tix_tickets_table .tix-column-quantity,
.tix-ticket-form .tix-column-quantity {
	text-align: right;
}

.tix_tickets_table .tix-row-coupon td,
.tix-ticket-form .tix-row-coupon td {
	padding-top: 15px;
}

.tix_tickets_table th,
.tix-ticket-form th {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#tix {
	margin-bottom: 30px;
}

#tix .tix-error {
	background: #f6e8e0;
	border: solid 1px #B43D0A;
}

.tix-order-summary .tix-column-quantity {
	text-align: left;
}

.tix-order-summary .tix-row-total td,
.tix-order-summary .tix-column-price {
	text-align: right;
}

.tix-order-summary .tix-row-total td {
	padding-top: 15px;
}

.tix-attendee-form th, .tix-attendee-form td {
	padding-bottom: 20px;
}

.tix-attendee-form .tix-right {
	padding-left: 8px;
}

.tix-attendee-form .tix-right label {
	font-weight: normal;
}

.tix-attendee-form .tix-right br {
	display: none;
}

.tix-attendee-form .tix-right textarea {
	width: 100%;
	height: 150px;
	resize: vertical;
}

#tix-coupon-container {
	width: 100%;
	border-bottom: 1px solid #C8B9A6;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: baseline;
	align-items: baseline;
}

#tix-coupon-container:before {
	content: 'Coupon Code:';
	display: inline-block;
	width: 100px;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	color: #70655E;
}

#tix-coupon-container input {
	background: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

#tix-coupon-container #tix-coupon-input {
	padding: 8px 2px 0;
	width: calc(100% - 250px);
	line-height: 20px;
}

#tix-coupon-container #tix-coupon-input::-webkit-input-placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: #B49F81;
}

#tix-coupon-container #tix-coupon-input:-ms-input-placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: #B49F81;
}

#tix-coupon-container #tix-coupon-input::placeholder {
	font-style: italic;
	text-transform: lowercase;
	color: #B49F81;
}

#tix-coupon-container input[name="tix_coupon_submit"] {
	margin: 0;
	float: right;
	padding: 8px 2px 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
	color: #B43D0A;
}

#tix-coupon-container input[name="tix_coupon_submit"]:hover, #tix-coupon-container input[name="tix_coupon_submit"]:focus {
	outline: 1px dotted;
}

@media (max-width: 400px) {
	#tix-coupon-container input {
		display: block;
		margin: 0;
		width: 100%;
	}
}

.page-slug-schedule #content {
	max-width: 100%;
	padding: 0;
}

.wcpt-schedule {
	margin-bottom: 60px;
}

.wcpt-schedule th {
	padding: 20px 15px 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-bottom: 2px solid #C8B9A6;
	color: #B43D0A;
	text-align: center;
}

.wcpt-schedule .wcpt-track-description {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
	letter-spacing: 0;
	color: #514645;
}

.wcpt-schedule .wcpt-session-type-session:before {
	border: none;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #B43D0A;
}

.wcpt-schedule td {
	font-size: 18px;
	font-size: 1.8rem;
	box-sizing: border-box;
	padding: 20px 15px;
	border-bottom: 2px solid #C8B9A6;
}

@media screen and (min-width: 701px) {
	.wcpt-schedule td {
		width: 22.5%;
		border-right: 2px solid #C8B9A6;
	}
	
	.wcpt-schedule td.wcpt-time {
		padding-left: 0;
		width: 10%;
	}
}

@media screen and (max-width: 700px) {
	.wcpt-schedule td {
		margin-bottom: 0;
	}
	
	.wcpt-schedule td:last-of-type {
		border-bottom: none;
	}
}

.wcpt-schedule .global-session td {
	text-align: center;
}

.wcpt-schedule .global-session td.wcpt-time {
	text-align: left;
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
	font-style: italic;
}

.wcpt-schedule td[class*='wcb-track']:before {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #514645;
}

@media screen and (min-width: 701px) {
	.wcpt-schedule .wcb-track-advanced-developers:before {
		content: 'Advanced Development';
	}
	
	.wcpt-schedule .wcb-track-business:before {
		content: 'Business';
	}
	
	.wcpt-schedule .wcb-track-designers:before {
		content: 'Design';
	}
	
	.wcpt-schedule .wcb-track-developers:before {
		content: 'Development';
	}
	
	.wcpt-schedule .wcb-track-everyone:before {
		content: 'Everyone';
	}
	
	.wcpt-schedule .wcb-track-higher-education:before {
		content: 'Higher Education';
	}
	
	.wcpt-schedule .wcb-track-intro-to-development:before {
		content: 'Intro to Development';
	}
	
	.wcpt-schedule .wcb-track-intro-to-wordpress:before {
		content: 'Intro to WordPress';
	}
	
	.wcpt-schedule .wcb-track-users:before {
		content: 'Using WordPress';
	}
	
	.wcpt-schedule .wcb-track-writers:before {
		content: 'Writers';
	}
	
	.wcpt-schedule .global-session td:before {
		content: '';
	}
}

@media screen and (max-width: 700px) {
	.wcpt-schedule .global-session td[class*='wcb-track']:before {
		content: 'Large Ballroom';
	}
}

.wcpt-time:after {
	display: block;
}

.wcpt-time-800am .wcpt-time:after {
	content: '– 9:00 am';
}

.wcpt-time-900am .wcpt-time:after {
	content: '– 9:10 am';
}

.wcpt-time-910am .wcpt-time:after {
	content: '– 10:00 am';
}

.wcpt-time-1010am .wcpt-time:after {
	content: '– 10:50 am';
}

.wcpt-schedule-saturday .wcpt-time-1100am .wcpt-time:after {
	content: '– 11:40 am';
}

.wcpt-time-1150am .wcpt-time:after {
	content: '– 12:30 pm';
}

.wcpt-time-1230pm .wcpt-time:after {
	content: '– 2:00 pm';
}

.wcpt-time-200pm .wcpt-time:after {
	content: '– 2:40 pm';
}

.wcpt-time-250pm .wcpt-time:after {
	content: '– 3:30 pm';
}

.wcpt-time-330pm .wcpt-time:after {
	content: '– 3:50 pm';
}

.wcpt-time-350pm .wcpt-time:after {
	content: '– 4:30 pm';
}

.wcpt-time-440pm .wcpt-time:after {
	content: '– 5:20 pm';
}

.wcpt-time-530pm .wcpt-time:after {
	content: '– 9:00 pm';
}

.wcpt-schedule-sunday .wcpt-time-1100am .wcpt-time:after {
	content: '– 11:30 am';
}

.wcpt-time-1130am .wcpt-time:after {
	content: '– 12:10 pm';
}

.wcpt-time-1220pm .wcpt-time:after {
	content: '– 1:00 pm';
}

.wcpt-time-110pm .wcpt-time:after {
	content: '– 1:50 pm';
}

.wcpt-time-150pm .wcpt-time:after {
	content: '– 2:10 pm';
}

.wcpt-time-210pm .wcpt-time:after {
	content: '– 2:50 pm';
}

.wcpt-time-300pm .wcpt-time:after {
	content: '– 3:40 pm';
}

@media screen and (max-width: 700px) {
	.wcpt-time:after {
		display: inline-block;
		margin-left: 5px;
	}
}

.speaker-gravatar-list {
	display: none;
}

.wcorg-speakers .wcorg-speaker {
	position: relative;
	clear: both;
	padding: 140px 0 40px;
	border-bottom: 2px solid #E6D4BC;
}

.wcorg-speakers .wcorg-speaker + .wcorg-speaker {
	margin-top: 40px;
}

.wcorg-speakers h2 {
	margin: 0 0 15px;
	text-align: center;
	text-transform: none;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0;
	color: #B43D0A;
}

.wcorg-speakers .avatar {
	position: absolute;
	top: 0;
	left: calc(50% - 53px);
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
	border: 3px solid #C8B9A6;
}

.wcorg-speakers:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.single-wcb_speaker .entry-meta {
	display: none;
}

.single-wcb_speaker .speaker-avatar {
	text-align: center;
}

.single-wcb_speaker .speaker-avatar img {
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
	border: 3px solid #C8B9A6;
}

.page-slug-attendees #content {
	max-width: 100%;
	padding: 0;
}

.page-slug-attendees #tix-attendees li,
.page-slug-sponsors #tix-attendees li {
	padding: 10px;
}

.page-slug-attendees #tix-attendees li:nth-of-type(3n + 1),
  .page-slug-sponsors #tix-attendees li:nth-of-type(3n + 1) {
	padding-left: 0;
}

.page-slug-attendees #tix-attendees li:nth-of-type(3n),
  .page-slug-sponsors #tix-attendees li:nth-of-type(3n) {
	padding-right: 0;
}

.page-slug-attendees #tix-attendees .tix-field,
.page-slug-sponsors #tix-attendees .tix-field {
	margin-left: 90px;
	font-size: 18px;
	font-size: 1.8rem;
}

.page-slug-attendees #tix-attendees .avatar,
.page-slug-sponsors #tix-attendees .avatar {
	width: 75px;
	height: 75px;
}

.page-slug-attendees #tix-attendees .tix-attendee-name,
.page-slug-sponsors #tix-attendees .tix-attendee-name {
	font-weight: bold;
}

.page-slug-attendees #tix-attendees .tix-attendee-twitter,
.page-slug-attendees #tix-attendees .tix-attendee-url,
.page-slug-sponsors #tix-attendees .tix-attendee-twitter,
.page-slug-sponsors #tix-attendees .tix-attendee-url {
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 760px) {
	.page-slug-attendees #tix-attendees .tix-columns-3 li,
	  .page-slug-sponsors #tix-attendees .tix-columns-3 li {
		width: 50%;
		padding: 10px;
	}
	
	.page-slug-attendees #tix-attendees .tix-columns-3 li:nth-of-type(2n + 1),
	    .page-slug-sponsors #tix-attendees .tix-columns-3 li:nth-of-type(2n + 1) {
		padding-left: 0;
	}
	
	.page-slug-attendees #tix-attendees .tix-columns-3 li:nth-of-type(2n),
	    .page-slug-sponsors #tix-attendees .tix-columns-3 li:nth-of-type(2n) {
		padding-right: 0;
	}
}

@media (max-width: 500px) {
	.page-slug-attendees #tix-attendees .tix-columns-3 li,
	  .page-slug-sponsors #tix-attendees .tix-columns-3 li {
		width: 100%;
		padding: 10px 0;
	}
}

.page-slug-welcome-to-wordcamp-boston-2017 #content {
	max-width: 100%;
	padding: 60px 0;
}

@media (max-width: 599px) {
	.page-slug-welcome-to-wordcamp-boston-2017 #content {
		padding: 0;
	}
}

.page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title {
	display: table;
	width: 100%;
	margin: 40px 0;
}

.page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title a {
	display: table-cell;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 6px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #514645;
	text-shadow: 1px 1px 0 #F2E0C9, 1px -1px 0 #F2E0C9, -1px 1px 0 #F2E0C9, -1px -1px 0 #F2E0C9, 2px 2px 0 #F2E0C9, 2px -2px 0 #F2E0C9, -2px 2px 0 #F2E0C9, -2px -2px 0 #F2E0C9;
}

.page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title a:hover, .page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title a:active, .page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title a:focus {
	text-decoration: none;
}

@media (max-width: 760px) {
	.page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title a {
		font-size: 38px;
		font-size: 3.8rem;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 4px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (max-width: 400px) {
	.page-slug-welcome-to-wordcamp-boston-2017 .site-header .site-title a {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 4px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.page-slug-social-media-stream .entry-content .callout {
	margin-bottom: 0;
}

.tggr-media-item {
	background: #f3f0eb;
	border: 1px solid #dcccb7;
	border-radius: 5px;
}

.tggr-media-item .tggr-actions {
	text-align: left;
}

.tggr-item-content {
	margin: 0 0 .5em;
	line-height: 1.5;
}

.tggr-timestamp {
	bottom: 10px;
	font-size: 14px;
	color: rgba(0,0,0,0.6);
}

#tggr-media-item-container .tggr-actions a span {
	margin-left: 0;
	font-size: 14px;
	color: #B43D0A;
}

#tggr-media-item-container .tggr-actions a span + span {
	margin-left: 2px;
}

#tggr-media-item-container .tggr-actions a:hover span {
	text-decoration: none;
	color: #9A380E;
}

#tggr-media-item-container .tggr-author-profile {
	color: #514645;
}

.tggr-author-name {
	padding-top: 5px;
	color: #514645;
}

.tggr-author-username {
	color: rgba(0,0,0,0.6);
}

.comments-area {
	margin: 40px 0 0;
}

.comments-title,
.comment-reply-title {
	margin: 40px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.commentlist {
	list-style: none;
	margin: 0;
}

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

.commentlist article.comment {
	margin-bottom: 40px;
}

.commentlist article.comment .avatar {
	margin-right: 10px;
}

.commentlist article.comment .comment-meta {
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}

.site-footer {
	margin: 0 0 40px;
	padding: 30px 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #C8B9A6;
}

.site-footer .site-info-network {
	float: right;
}

.site-footer a {
	color: #70655E;
}

.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
	text-decoration: none;
	color: #B43D0A;
}

@media (max-width: 782px) {
	.site-footer a {
		display: block;
	}
	
	.site-footer .site-info-network {
		margin-top: 10px;
		float: none;
	}
}