html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
	color: #ff1926;
	text-decoration: none;
	transition: .2s all ease;
}

a:active, a:hover {
	outline: 0;
}

a:hover {
	color: #ff1926;
	text-decoration: underline;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
	background: #ddd;
	border-radius: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/* Coming Soon*/
}

.wccsp-container {
	background-color: #f2f2f2;
}

.wccsp-header .wccsp-container {
	background-color: transparent;
/* Global */
}

body {
	background: #f2f2f2 url('//2016.saopaulo.wordcamp.org/files/2016/10/bg-site.png') center 100px repeat-x;
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.5;
}

body.home {
	background-position: center 360px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Poppins', serif;
	line-height: 1.1;
	color: #000;
}

h1 {
	font-size: 36px;
	letter-spacing: -.04em;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

ul li {
	list-style: square;
}

td, th {
	padding: 10px;
	border-bottom: 1px solid #bbb;
}

th {
	border-bottom: 2px solid #bbb;
}

hr {
	width: 100%;
	height: 2px;
	background: #bbb;
}

.btn-primary {
	background: #ff1926;
	color: #fff;
/* Page */
}

#page {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
/* Header */
}

#page:before, #page:after {
	content: " ";
	display: table;
}

#page:after {
	clear: both;
}

@media (min-width: 768px) {
	#page {
		width: 750px;
	}
}

@media (min-width: 992px) {
	#page {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	#page {
		width: 1170px;
	}
}

#masthead {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
	background: #fff;
	color: #000;
/* Menu */
}

#masthead:before, #masthead:after {
	content: " ";
	display: table;
}

#masthead:after {
	clear: both;
}

#masthead hgroup {
	max-width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

#masthead hgroup:before, #masthead hgroup:after {
	content: " ";
	display: table;
}

#masthead hgroup:after {
	clear: both;
}

@media (max-width: 767px) {
	#masthead hgroup {
		width: 170px;
	}
}

@media (max-width: 991px) {
	#masthead hgroup {
		width: 310px;
		float: none;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	#masthead hgroup {
		float: left;
		width: 33.33333%;
	}
}

#masthead .site-title {
	margin: 0;
	display: block;
	clear: none;
	max-width: 50%;
}

#masthead .site-title a, #masthead .site-description {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	float: left;
	display: block;
	clear: none;
	margin: 0;
}

#masthead .site-title a {
	background: url('//2017.saopaulo.wordcamp.org/files/2017/10/Logo_WCSP2017.png') center center no-repeat;
	background-size: contain;
	width: 130px;
	height: 70px;
	margin: 20px 0 20px 5px;
}

@media (min-width: 992px) {
	#masthead .site-title a {
		margin-right: 35px;
	}
}

#masthead .site-description {
	background: url('//2017.saopaulo.wordcamp.org/files/2017/10/Data_WCSP2017.png') center center no-repeat;
	background-size: contain;
	width: 150px;
	height: 70px;
	margin: 20px 0;
	max-width: 50%;
}

.main-navigation {
	padding: 0;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	font-family: 'Space Mono', monospaced;
	letter-spacing: .05em;
	clear: none;
}

@media (min-width: 768px) {
	.main-navigation {
		float: left;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.main-navigation {
		float: left;
		width: 66.66667%;
	}
}

@media (max-width: 768px) {
	.main-navigation {
		width: 100%;
	}
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	float: right;
}

@media (max-width: 768px) {
	.main-navigation ul {
		float: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.main-navigation li {
	list-style: none;
	float: left;
	padding: 0;
	display: block;
}

@media (max-width: 768px) {
	.main-navigation li {
		margin: 25px 15px 0 0;
	}
}

.main-navigation a {
	color: #000;
	display: block;
	text-transform: uppercase;
	padding: 20px 15px;
}

@media (min-width: 992px) {
	.main-navigation a {
		padding: 70px 15px 24px;
	}
}

.main-navigation a:hover {
	color: #fff;
	background: #ff1311;
	text-decoration: none;
}

.main-navigation .current-menu-item > a, .main-navigation li:hover > a {
	color: #fff;
	background: #ff1311;
}

.main-navigation .sub-menu {
	background: #fff;
	border: 1px solid #333;
	top: 60px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 992px) {
	.main-navigation .sub-menu {
		top: 110px;
	}
}

.main-navigation .sub-menu a {
	padding: 10px;
}

.main-small-navigation {
	font-size: 13px;
	font-family: 'Space Mono', monospaced;
	text-align: center;
}

.main-small-navigation h1 {
	font-size: 20px;
	margin-top: 40px;
	position: relative;
}

.main-small-navigation h1:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 15px;
	width: 30px;
	height: 100%;
	transition: all .3s ease;
	box-shadow: 0 5px 0 #fff, 0 10px 0 currentColor, 0 15px 0 #fff, 0 20px 0 currentColor, 0 25px 0 #fff, 0 30px 0 currentColor;
}

.main-small-navigation h1:hover:before {
	width: 35px;
	color: #ff1926;
}

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

.main-small-navigation li {
	list-style: none;
	padding: 10px;
	margin: 0;
}

.main-small-navigation a {
	display: block;
	text-transform: uppercase;
}

#main {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 20px;
}

#main:before, #main:after {
	content: " ";
	display: table;
}

#main:after {
	clear: both;
}

.home #main {
	margin-top: 0;
}

#primary {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
	padding: 60px;
}

@media (min-width: 768px) {
	#primary {
		float: left;
		width: 75%;
	}
}

@media (min-width: 992px) {
	#primary {
		float: left;
		width: 75%;
	}
}

@media (max-width: 991px) {
	#primary {
		padding: 20px;
	}
}

#secondary {
	font-size: 13px;
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
/* Tagregator page with full width */
}

@media (min-width: 768px) {
	#secondary {
		float: left;
		width: 25%;
	}
}

@media (min-width: 992px) {
	#secondary {
		float: left;
		width: 25%;
	}
}

@media (max-width: 991px) {
	#secondary {
		padding-top: 60px;
	}
}

@media (min-width: 1199px) {
	#secondary {
		padding-right: 0;
	}
}

.tagregator {
/* Content */
}

.tagregator #primary {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.tagregator #primary {
		float: left;
		width: 100%;
	}
}

.tagregator #secondary {
	display: none;
}

.site-content {
	line-height: 1.6;
}

.site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6 {
	margin: 1em 0;
}

.entry-title {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 10px;
	padding-top: 0;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover {
	color: #ff1926;
}

.entry-content {
	position: relative;
}

.entry-content .size-full {
	width: 100%;
	max-width: 100%;
	height: auto;
}

blockquote {
	background: #f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.5em 0;
	padding: 1em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

blockquote p {
	display: inline;
}

.entry-meta {
	text-transform: uppercase;
	font-family: 'Space Mono', monospaced;
	font-size: 10px;
	color: #aaa;
	letter-spacing: .15em;
}

footer.entry-meta {
	padding: 1.5em 0;
}

@media (min-width: 480px) {
	footer.entry-meta {
		max-width: calc(100% - 220px);
	}
}

footer.entry-meta .tag-links {
	padding-right: 15px;
}

.entry-meta a {
	color: currentColor;
}

.entry-meta a:hover {
	color: #ff1926;
}

.entry-meta .sep:first-child {
	display: none;
}

.text-center {
	display: block;
	text-align: center;
}

.hentry {
	margin-bottom: 0;
}

.hentry + .hentry {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
/* Widgets */
}

#logo-widget {
	height: 620px;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

@media (max-width: 992px) {
	#logo-widget {
		height: 300px;
	}
}

.widget-title {
	font-size: 21px;
	font-weight: bold;
	margin-top: 0;
}

#after-header-widgets {
	margin-left: -15px;
	margin-right: -15px;
}

#after-header-widgets.front-page {
	min-height: 420px;
	margin-top: 10px;
}

#after-header-widgets:before, #after-header-widgets:after {
	content: " ";
	display: table;
}

#after-header-widgets:after {
	clear: both;
}

#after-header-widgets strong {
	font-family: 'Poppins', serif;
	text-transform: uppercase;
}

#after-header-widgets .item {
	padding-top: 10px;
	padding-bottom: 10px;
}

#secondary .widget {
	background: #f2f2f2;
	padding: 30px;
}

#secondary #custom_html-3 {
	background: #000;
	color: #fff;
}

#secondary #custom_html-3 .widget-title {
	color: currentColor;
}

#secondary #custom_html-3 .button {
	display: block;
	text-align: center;
	background: #ff1926;
	color: #fff;
	margin-bottom: 5px;
}

#secondary #custom_html-3 .button:hover {
	background: #e80000;
	color: #fff;
}

#text-3, #text-4 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 992px) {
	#text-3, #text-4 {
		float: left;
		width: 100%;
	}
}

#before-content-widgets {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
/* Footer */
}

#before-content-widgets:before, #before-content-widgets:after {
	content: " ";
	display: table;
}

#before-content-widgets:after {
	clear: both;
}

@media (max-width: 767px) {
	#before-content-widgets {
		padding: 0 15px;
		background-image: linear-gradient(rgba(0,0,0,0),#000);
	}
}

#before-content-widgets aside {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	flex: 1 0 1;
	transition: all .3s ease;
	text-align: center;
}

@media (min-width: 768px) {
	#before-content-widgets aside {
		float: left;
		width: 25%;
	}
}

@media (min-width: 992px) {
	#before-content-widgets aside {
		float: left;
		width: 25%;
	}
}

#before-content-widgets aside:hover {
	transform: translateY(-10px);
}

#colophon {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 40px;
}

#colophon:before, #colophon:after {
	content: " ";
	display: table;
}

#colophon:after {
	clear: both;
}

#colophon h2 {
	margin-bottom: 20px;
}

#colophon a {
	color: #fff;
	text-decoration: underline;
}

#colophon a:hover {
	color: #fff;
	text-decoration: none;
}

#colophon .site-info {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	#colophon .site-info {
		float: left;
		width: 100%;
	}
}

#colophon .site-info a {
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#colophon .site-info a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

#footer-widgets {
	background-color: #fff;
	padding-top: 1em;
	color: #444;
/* Form */
}

input {
	font-family: ;
	font-size: 14px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	background: #fff;
	border: 2px solid #eee;
	padding: 10px !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#respond .form-submit input, #respond .form-submit input#comment-submit, #respond .comment-form-fields input[type="submit"], #respond p.form-submit input[type="submit"], #respond input[type="submit"], #commentform #submit, input[type="submit"], .more-link, .button {
	display: block;
	color: #fff;
	background: #ff1311;
	font-family: 'Space Mono', monospaced;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding: 10px !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	transition: all .3s ease;
}

#respond .form-submit input:hover, #respond .form-submit input#comment-submit:hover, #respond .comment-form-fields input[type="submit"]:hover, #respond p.form-submit input[type="submit"]:hover, #respond input[type="submit"]:hover, #commentform #submit:hover, input[type="submit"]:hover, .more-link:hover, .button:hover {
	background: #e80000;
	text-decoration: none;
	letter-spacing: .2em;
}

.more-link, .button {
	background: #e5e5e5;
	color: #000;
	display: inline-block;
	padding: 10px 20px !important;
}

.more-link:hover, .button:hover {
	background: #ff1311;
	color: #fff;
}

.more-link:visited, .button:visited {
	color: #000;
}

.btn-outline {
	background: transparent !important;
	border: 1px solid currentColor;
}

.btn-block {
	margin-bottom: 1px;
}

.more-link {
	position: absolute;
	right: 0;
	margin-top: 1.5em;
}

@media (max-width: 767px) {
	.more-link {
		position: relative;
		margin-top: 1.5em;
		right: 0;
	}
}

.ticket-button {
	text-transform: uppercase;
	text-align: center;
/* Plugins */
}

.ticket-button strong {
	font-size: 150%;
	display: block;
}

.ticket-button span {
	display: block;
}

.jetpack_subscription_widget input {
	width: 100% !important;
}

.jetpack_subscription_widget input #subscribe-submit {
	margin: 0;
}

.contact-form label {
	font-size: 14px;
/* Organizers and Speakers */
}

.wcorg-organizer h2, .speakers h2, .wcorg-organizer .speaker-name, .speakers .speaker-name {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

.wcorg-organizer .wcorg-organizer-description, .speakers .wcorg-organizer-description, .wcorg-organizer .speaker-bio, .speakers .speaker-bio {
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
}

.wcorg-organizer .wcorg-organizer-description:before, .speakers .wcorg-organizer-description:before, .wcorg-organizer .speaker-bio:before, .speakers .speaker-bio:before, .wcorg-organizer .wcorg-organizer-description:after, .speakers .wcorg-organizer-description:after, .wcorg-organizer .speaker-bio:after, .speakers .speaker-bio:after {
	content: " ";
	display: table;
}

.wcorg-organizer .wcorg-organizer-description:after, .speakers .wcorg-organizer-description:after, .wcorg-organizer .speaker-bio:after, .speakers .speaker-bio:after {
	clear: both;
}

.wcorg-organizer .wcorg-organizer-description img, .speakers .wcorg-organizer-description img, .wcorg-organizer .speaker-bio img, .speakers .speaker-bio img {
	float: left;
	margin: 0 10px 2px 0;
}

.hentry + .speaker.hentry {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.avatar {
	border: 2px solid #a0a0a0;
}

.wcb_speaker .avatar, .wcorg-speakers .avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.single-wcb_speaker .wcb_speaker .entry-meta, .entry-content.speaker-bio > .avatar {
	display: none;
}

.speaker-gravatar-list {
	border-bottom: 2px solid #4d4d4d;
	margin-bottom: 20px;
/* Schedule */
}

.speaker-gravatar-list a {
	width: 9%;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.speaker-gravatar-list p {
	margin: 0 0 20px;
}

.wcpt-schedule .wcpt-col-track {
	width: 50%;
}

.wcpt-schedule .wcpt-session-type-custom {
	background-color: #333;
	text-align: center;
	border: 1px solid #bbb;
	border-left: 5px solid #666;
}

.wcpt-schedule .global-session .wcpt-session-title {
	color: #fff;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.wcpt-schedule .wcpt-track-name {
	display: block;
	text-align: center;
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	font-family: 'Poppins', serif;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
	font-size: 80%;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: #444;
}

@media (max-width: 992px) {
	.wcpt-schedule .wcpt-session-speakers {
		padding-left: 10px;
	}
	
	.wcpt-schedule .wcpt-session-speakers:before {
		content: "";
	}
}

.wcpt-schedule tr:nth-child(even) {
	background-color: #ededed;
}

.wcpt-schedule th.wcpt-col-time {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	background-image: url('https://2015.saopaulo.wordcamp.org/files/2015/10/clock2.png');
	background-repeat: no-repeat;
	background-position: 29px 10px;
}

.wcpt-session-empty, .wcb-track-workshop {
	border: none;
	background-color: #fff;
}

.wcb-session-coffee-break-2 .wcpt-session-title:after {
	content: "(depois do intervalo, haverá somente palestras nas 3 salas)";
	display: block;
	font-size: .7em;
	text-transform: none;
	font-weight: 400;
}

.wcb-speaker-diego-rojas {
	border-bottom: 1px solid #aaa;
}

.wcb-track-auditorio, .wcb-track-miniauditorio, .wcb-track-workshop, .wcpt-session-empty {
	border-left: 5px solid;
}

.wcb-track-desenvolvimento, .wcpt-session-empty {
	border-left-color: #35a8fb;
}

.wcb-track-design {
	border-left-color: #4cdf6c;
}

.wcb-track-marketing-e-conteudo {
	border-left-color: #fe5733;
}

.wcb-track-negocios {
	border-left-color: #ffcc34;
}

.wcb-track-comunidade {
	border-left-color: #8b45a3;
}

.legendas {
	padding: 0;
	margin: 0;
/* CampTix */
}

.legendas li {
	display: inline-block;
	margin-right: 1em;
	font-size: .8em;
}

.legendas li:before {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1em;
	margin: 0 5px -2px 0;
}

.legendas .dev:before {
	background-color: #35a8fb;
}

.legendas .design:before {
	background-color: #4cdf6c;
}

.legendas .mkt:before {
	background-color: #fe5733;
}

.legendas .negocios:before {
	background-color: #ffcc34;
}

.legendas .comunidade:before {
	background-color: #8b45a3;
}

#tix {
	padding-top: 0 !important;
}

#tix-coupon-container input[type="submit"], .tix-submit input {
	display: inline-block;
}

.tix-column-remaining {
	display: none;
/* Facebook */
}

#fb-root {
	display: none;
}

.widget_facebook_likebox iframe, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
/* Sponsors */
}

#content > .attachment-post-thumbnail {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}

.entry-content .sponsors .sponsor-title {
	text-align: center;
}

.entry-content .sponsors .type-wcb_sponsor {
	border-bottom: 1px solid #bbb;
}

.wcb_sponsor .entry-header, .wcorg-sponsor > h3 {
	display: none;
}

.tggr-media-item {
	background: #fff;
}

.tggr-media-item:hover {
	background: #eee;
}

.tggr-media-item .tggr-author-avatar {
	max-width: 50px;
}

.wcb_widget_sponsors {
	text-align: center;
}

.wcb_widget_sponsors .widget-title {
	font-size: 36px;
	margin: 30px 0 15px;
}

.wcb_widget_sponsors .sponsor-level .sponsor-level-title {
	margin: 120px 0 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	color: #999;
	letter-spacing: .1em;
	font-family: 'Space Mono', monospaced;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
}

.wcb_widget_sponsors .sponsor-level .sponsor-logo {
	display: inline-block;
	padding: 20px;
	vertical-align: middle;
}

.wcb_widget_sponsors .sponsor-level.paulista .sponsor-logo img {
	max-width: 350px;
	max-height: 130px;
}

.wcb_widget_sponsors .sponsor-level.ibirapuera .sponsor-logo img {
	max-width: 300px;
	max-height: 90px;
}

.wcb_widget_sponsors .sponsor-level.augusta .sponsor-logo img {
	max-width: 230px;
	max-height: 80px;
}

.wcb_widget_sponsors .sponsor-level.ipiranga .sponsor-logo img {
	max-width: 180px;
	max-height: 70px;
}

.wcb_widget_sponsors .sponsor-level.se .sponsor-logo img, .wcb_widget_sponsors .sponsor-level.apoio .sponsor-logo img {
	max-width: 120px;
	max-height: 70px;
}

.wcb_widget_sponsors .sponsor-level.infraestrutura .sponsor-logo img {
	max-width: 350px;
}

.wcb_widget_sponsors .sponsor-level.video-e-streaming .sponsor-logo img {
	max-width: 300px;
}

@media (max-width: 991px) {
	.wcb_widget_sponsors .sponsor-level .sponsor-logo img {
		max-width: 100% !important;
	}
}

#tix-attendees {
/* Comments */
}

#tix-attendees li {
	list-style: none;
	padding-right: 10px;
}

.commentlist {
	list-style: none;
}

.commentlist .children li {
	list-style: none;
}

.commentlist article.comment {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
}

.commentlist .vcard img {
	float: left;
	margin-right: 10px;
}

.commentlist .comment-meta, .commentlist .reply {
	font-family: 'Poppins', serif;
	font-size: small;
	text-transform: uppercase;
}

.commentlist .comment-meta a, .commentlist .reply a {
	color: #919191;
}

.commentlist .comment-content {
	margin-top: 10px;
}

.entry-content iframe {
	width: 100%;
}