html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

body {
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

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

footer.entry-meta .cat-links:before, footer.entry-meta .tag-links:before, footer.entry-meta .comments-link:before, footer.entry-meta .edit-link:before, .post-navigation .nav-previous:before {
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-right: .14815rem;
	overflow: hidden;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

.post-navigation .nav-next:after {
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-left: .14815rem;
	overflow: hidden;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

footer.entry-meta .cat-links:before {
	background-position: 0 0;
}

footer.entry-meta .tag-links:before {
	background-position: 0 -16px;
}

footer.entry-meta .comments-link:before {
	background-position: 0 -32px;
}

footer.entry-meta .edit-link:before {
	background-position: 0 -48px;
}

.post-navigation .nav-previous:before {
	background-position: 0 -64px;
}

.post-navigation .nav-next:after {
	background-position: 0 -80px;
}

html {
	font-size: .75rem;
}

@media print,screen and (min-width: 4768px) {
	html {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	html {
		font-size: 1.125rem;
	}
}

body {
	background: #ece3db;
	color: #604b43;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
}

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

a {
	color: #45a87c;
	text-decoration: none;
}

a:hover {
	color: #e97067;
}

input[type='text'], input[type='email'], textarea {
	font-family: inherit;
	font-size: inherit;
}

input[type='submit'] {
	background: #45a87c !important;
	border: 0 none;
	border-radius: 4px;
	color: #e6f2f0;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	padding: .44444rem 1rem;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

input[type='submit']:hover {
	background: #e97067;
	color: #fff;
}

.assistive-text {
	clip: rect(1px 1px 1px 1px);
	position: absolute !important;
}

.site-header {
	background: #45a87c;
	background-size: cover;
	border-top: none !important;
	box-shadow: inset 0 10px 60px rgba(126,99,88,0.5);
	margin-bottom: 0;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.site-header {
		margin-bottom: 7.75rem;
	}
}

.site-header hgroup {
	padding: 5% 0;
}

.site-header img {
	max-width: 80%;
}

.menu-primary-nav-container {
	width: 800px;
	margin: auto;
	display: block;
}

.main-small-navigation {
	background: rgba(255,255,255,0.95);
	width: 100%;
}

.main-small-navigation .menu-primary-container > ul {
	border-bottom: 5px solid #45a87c !important;
	display: none;
}

.main-small-navigation .menu-toggle {
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	padding: 1rem;
	width: auto;
	height: 20px;
}

.main-small-navigation ul {
	text-align: left;
	padding: 0 1rem 1rem;
}

#after-header-widgets {
	margin: 1.6875rem auto;
	max-width: 62rem;
}

#after-header-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#after-header-widgets .widget {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 auto 1rem;
	padding: 0 1rem;
	width: 50%;
}

@media screen and (min-width: 576px) {
	#after-header-widgets .widget {
		width: 25%;
	}
}

#after-header-widgets .textwidget h4 {
	font-size: 1.5rem;
	margin: 0 0 .75rem;
}

#after-header-widgets .textwidget img {
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	cursor: pointer;
	display: block;
	margin: 0 auto;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#after-header-widgets .textwidget img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#after-header-widgets .textwidget p:last-child {
	margin-bottom: 0;
}

#after-header-widgets .widget:nth-child(1) img {
	border-top: 5px solid #45a87c !important;
}

#after-header-widgets .widget:nth-child(2) img {
	border-top: 5px solid #f5b635 !important;
}

#after-header-widgets .widget:nth-child(3) img {
	border-top: 5px solid #d44e20 !important;
}

#after-header-widgets .widget:nth-child(4) img {
	border-top: 5px solid #64479e !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Crete Round", serif;
}

#main {
	margin: 3.375rem auto 2.25rem;
	max-width: 62rem;
	padding-bottom: 7.59375rem;
}

#main:after {
	clear: both;
	content: '';
	display: table;
}

#primary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}

@media screen and (min-width: 576px) {
	#primary {
		float: left;
		width: 70%;
	}
}

#secondary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}

@media screen and (min-width: 576px) {
	#secondary {
		float: right;
		width: 30%;
	}
}

article.post, article.page {
	background-color: #fff;
	background-position: 0 0, 50% 100%;
	background-repeat: no-repeat, no-repeat;
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	margin-bottom: 2.53125rem;
	padding: 2.53125rem;
	padding-top: 9.84375rem;
	padding-bottom: 123px;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	font-size: 2.53125rem;
	line-height: 1.125;
	margin-bottom: .66667rem;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

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

.entry-title a:hover {
	color: #45a87c !important;
}

.entry-title + .entry-meta {
	color: #cfc0ba;
	font-family: "Crete Round", serif;
	font-size: 1.5rem;
}

.entry-title + .entry-meta a {
	color: #fdc17b;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.entry-title + .entry-meta a:hover {
	color: #df3124;
}

.entry-content blockquote {
	font-size: 1.6875rem;
	margin: 2.25rem 1rem;
}

.comment-content blockquote {
	font-size: 1.5rem;
	margin: 1.5rem .75rem;
}

.entry-content p, .comment-content p, .entry-content address {
	line-height: 1.5;
	margin: 0 0 1rem;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	line-height: 1.125;
	margin: 2.25rem 0 .75rem;
}

.entry-content h1, .comment-content h1 {
	font-size: 2.53125rem;
}

.entry-content h2, .comment-content h2 {
	font-size: 2.25rem;
}

.entry-content h3, .comment-content h3 {
	font-size: 1.6875rem;
}

.entry-content h4, .comment-content h4 {
	font-size: 1.5rem;
}

.entry-content h5, .comment-content h5 {
	font-size: 1.125rem;
}

.entry-content h6, .comment-content h6 {
	font-size: 1rem;
}

.entry-content a, .comment-content a {
	color: #e97067;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.entry-content a:hover, .comment-content a:hover {
	color: #62aa9f;
}

.entry-content strong, .comment-content strong {
	font-weight: 700;
}

.entry-content em, .comment-content em {
	font-style: italic;
}

.entry-content blockquote, .comment-content blockquote {
	border-bottom: 1px solid #1aaacd;
	border-top: 1px solid #1aaacd;
	font-family: "Crete Round", serif;
	padding: 1rem;
}

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content ul, .comment-content ul {
	list-style-type: square;
	margin: 0 0 1rem 2.53125rem;
}

.entry-content ol, .comment-content ol {
	list-style-type: decimal;
	margin: 0 0 1rem 2.53125rem;
}

.entry-content li, .comment-content li {
	line-height: 1.5;
	margin-bottom: .33333rem;
}

.entry-content label, .comment-content label {
	display: block;
	font-weight: normal !important;
	font-size: 1rem !important;
	line-height: 1.125;
	margin: .75rem 0 .33333rem;
}

.entry-content label span, .comment-content label span {
	color: #e97067;
	font-size: .75rem;
	padding-left: .33333rem;
}

.entry-content input[type='text'], .entry-content input[type='email'], .entry-content textarea, .comment-content input[type='text'], .comment-content input[type='email'], .comment-content textarea {
	background: #f6f2ef;
	border: 1px solid #e3d6ca;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

.entry-content input[type='text']:focus, .entry-content input[type='email']:focus, .entry-content textarea:focus, .comment-content input[type='text']:focus, .comment-content input[type='email']:focus, .comment-content textarea:focus {
	background: #fff0df;
	border-color: #fdc17b;
	outline: none;
}

.entry-content .contact-submit, .comment-content .contact-submit {
	margin: 1rem 0;
	text-align: center;
}

footer.entry-meta {
	border-bottom: 1px solid #fdcd94;
	border-top: 1px solid #fdcd94;
	color: #cfc0ba;
	line-height: 1.5;
	margin: 2.25rem 0 0;
	padding: .5rem 0;
}

footer.entry-meta .sep {
	margin: 0 .33333rem;
}

.post-navigation {
	line-height: 1.5;
	margin-bottom: 1.6875rem;
	padding: 0 2.53125rem;
}

.post-navigation:after {
	clear: both;
	content: '';
	display: table;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	color: #7e6358;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	color: #e97067;
}

.post-navigation .nav-previous .meta-nav, .post-navigation .nav-next .meta-nav {
	display: none;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.comments-area {
	background: #fff;
	border-top: 10px solid #fdc17b;
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	margin-bottom: 1.6875rem;
	padding: 2.53125rem;
}

.comments-area .comments-title {
	font-size: 2.25rem;
	line-height: 1.125;
	margin-bottom: 2.25rem;
}

.comments-area .comment-author {
	line-height: 1.5;
}

.comments-area .comment-author .avatar {
	border: 3px solid #e97067;
	border-radius: 100%;
	float: right;
}

.comments-area .comment-meta {
	font-size: .75rem;
	line-height: 1.5;
	margin: 0 0 1.125rem;
}

.commentlist li {
	border-bottom: 1px solid #fdcd94;
	margin: 0 0 1.6875rem;
	padding: 0 0 1.6875rem;
}

.commentlist li li {
	border-bottom: 0 none;
	border-top: 1px solid #fdcd94;
	margin: 1.6875rem 0 0 1.5rem;
	padding: 1.6875rem 0 0;
}

.comment-reply-link {
	background: #45a87c !important;
	border: 0 none;
	border-radius: 4px;
	color: #e6f2f0;
	cursor: pointer;
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	padding: .44444rem .75rem;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.comment-reply-link:hover {
	background: #e97067;
	color: #fff;
}

.comment-reply-title {
	font-size: 1.6875rem;
	margin: 0 0 1rem;
}

#primary-sidebar .widget {
	background: none !important;
	margin: 0 0 1.5rem !important;
	padding-bottom: 1rem !important;
}

#primary-sidebar input[type='text'], #primary-sidebar input[type='email'] {
	background: rgba(255,255,255,0.8);
	border: 0 none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
	margin: 0 0 1rem;
}

#primary-sidebar input[type='text']:focus, #primary-sidebar input[type='email']:focus {
	background: #fff;
	outline: none;
}

#primary-sidebar input[type='submit'] {
	display: block !important;
	margin: 0 auto;
}

#primary-sidebar #subscribe-submit {
	text-align: center;
}

.widget p {
	line-height: 1.5;
	margin: 0 0 1rem;
}

.widget .widget-title {
	border-bottom: 1px solid #d1bca9;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 .66667rem;
	padding: 0 0 .66667rem;
	text-transform: uppercase;
}

.widget li {
	border-bottom: 1px solid #d1bca9;
	line-height: 1.5;
	margin: 0 0 .5rem;
	padding-bottom: .5rem;
}

.widget li a {
	color: #45a87c !important;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.widget li a:hover {
	color: #e97067;
}

.site-footer {
	background: #fff;
}

#footer-widgets {
	margin: 0 auto;
	max-width: 62rem;
	padding: 1.125rem;
}

#footer-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#footer-widget-1, #footer-widget-2, #footer-widget-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	#footer-widget-1, #footer-widget-2, #footer-widget-3 {
		float: left;
		width: 33.33333%;
	}
}

@media print,screen and (min-width: 4768px) {
	#footer-widget-1, #footer-widget-2, #footer-widget-3 {
		width: 20%;
	}
}

#footer-widget-4 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	#footer-widget-4 {
		clear: both;
		margin-top: 1rem;
	}
}

@media print,screen and (min-width: 4768px) {
	#footer-widget-4 {
		clear: none;
		float: right;
		margin-top: 0;
		width: 40%;
	}
}

.site-info {
	background: #0e5a6a;
	padding: 3.79688rem 1rem;
	text-align: center;
}

.site-info .site-info-generator {
	color: #fff;
	display: block;
	padding-top: 10rem !important;
	background-size: 100px auto !important;
}

.site-info .site-info-generator:hover {
	color: #f5b635 !important;
}

.site-info .site-info-network {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #0e5a6a;
	cursor: pointer;
	font-size: .75rem;
	height: 78px;
	left: 1.125rem;
	padding: 7px 10px 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 95px;
}

.site-info .site-info-network:hover {
	color: #e97067;
}

body div.sharedaddy h3.sd-title {
	font-size: 1.125rem;
	margin: 1rem 0 .75rem;
}

body div.sharedaddy h3.sd-title:before {
	border-top: 0 none;
	margin-bottom: 0;
}

.wcorg-organizer {
	border-bottom: 1px solid #e3d6ca;
}

.wcorg-organizer:first-child {
	border-top: 1px solid #e3d6ca;
}

.wcorg-organizer .wcorg-organizer-description:after {
	clear: both;
	content: '';
	display: table;
}

.wcorg-organizer .avatar {
	float: left;
	margin: 0 1rem 1rem 0;
}

.wcorg-organizer div.sharedaddy {
	display: none;
}

.speaker {
	border-bottom: 1px solid #e3d6ca;
}

.speaker:first-child {
	border-top: 1px solid #e3d6ca;
}

.speaker .speaker-bio > p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.speaker .speaker-bio:after {
	clear: both;
	content: '';
	display: table;
}

.speaker .avatar {
	float: left;
	margin: 0 1rem 1rem 0;
}

.speaker div.sharedaddy {
	display: none;
}

.wcpt-schedule {
	margin: 1.125rem 0;
	background: #fffcf9;
}

.wcpt-schedule th, .wcpt-schedule td {
	padding: .75rem;
}

.wcpt-schedule th {
	background: #0e5a6a;
	border: 1px solid #fff;
	color: #fff;
	font-family: "Open Sans", sans-serif !important;
}

.wcpt-schedule .wcpt-time {
	background: #fff0df;
	border: 1px solid #fff;
	font-family: "Open Sans", sans-serif !important;
}

.wcpt-schedule .wcpt-session-type-session {
	background: #fffcf9;
	border: 1px solid #fff;
}

.wcpt-schedule .global-session .wcpt-time {
	background: #45a87c !important;
	color: #fff;
}

.wcpt-schedule .global-session .wcpt-session-type-custom {
	background: #d6e9e6;
	border: 1px solid #fff;
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	line-height: 1.125;
	margin-bottom: 1rem;
}

.wcpt-schedule .wcpt-session-speakers {
	font-size: .75rem;
	line-height: 1.125;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: #45a87c !important;
}

.wcpt-schedule a {
	color: #1aaacd;
}

.wcpt-schedule a:hover {
	color: #e97067;
}

table.wcpt-schedule tbody tr:nth-child(odd) {
	background: #fffcf9 !important;
}

.sponsor-level-title {
	color: #0e5a6a;
	padding: .5rem;
}

.sponsor {
	border-bottom: 1px solid #e3d6ca;
}

.sponsor .sharedaddy {
	display: none;
}

.sponsor .sponsor-title img {
	max-width: 60%;
}

.sponsor .sponsor-description > p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.site-title {
	width: 271px;
	height: 125px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

@media print,screen and (min-width: 768px) {
	.site-title {
		width: 452px;
		height: 208px;
	}
}

@media screen and (min-width: 1024px) {
	.site-title {
		width: 543px;
		height: 250px;
	}
}

.site-description {
	display: none;
}

.menu-primary-nav-container {
	max-width: 960px !important;
	margin: auto;
	display: block;
	width: 100%;
}

.wcb_widget_sponsors .sponsor-level {
	background: rgba(255,255,255,0.4);
	border-radius: 2px;
	border-top: 5px solid #fdc17b;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.05);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.05);
	box-shadow: 0 0 12px rgba(126,99,88,0.05);
	padding: 1rem;
	margin-bottom: 1rem;
}

.wcb_widget_sponsors .sponsor-level-title {
	border-bottom: 0 none;
	border-top: 0 none;
	color: #0e5a6a;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wcb_widget_sponsors .sponsor-logo {
	margin: 1rem 0 0;
}

.wcb_widget_sponsors .sponsor-logo img {
	display: block;
}

.tix_tickets_table + p, .tix-ticket-form + p {
	margin-top: 1rem;
}

.tix_tickets_table th, .tix-ticket-form th {
	border-bottom: 5px solid #2e99c9 !important;
	font-family: 'Open Sans', serif !important;
	font-size: .825rem !important;
}

.tix_tickets_table td, .tix-ticket-form td {
	border-bottom: 1px solid #d1bca9;
	line-height: 1.25;
	padding: 1rem .5rem;
}

strong.tix-ticket-title {
	color: #0e5a6a;
	display: block;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	margin: 0;
}

span.tix-ticket-excerpt {
	display: block;
	font-size: .75rem;
	line-height: 1.5;
}

td.tix-column-price, td.tix-column-quantity {
	background: #fff8f0;
	text-align: right;
}

td.tix-column-remaining {
	text-align: center;
}

.tix_tickets_table .tix-row-total td, .tix-ticket-form .tix-row-total td {
	border-bottom: 0 none;
	text-align: right;
}

.entry-content .tix_tickets_table label {
	display: inline;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.tix-error, .tix-notice, .tix-info {
	margin-bottom: 1rem;
}

.site-title {
	height: 400px !important;
}

.site-header {
	background-size: cover;
	border-top: none;
}

article.post, article.page {
	background-color: #fff;
	background-image: none !important;
}

#main {
	background: none !important;
}

.site-info .site-info-generator {
	background: none;
}

body {
	font-family: "Open Sans", sans-serif !important;
	line-height: 1.4 !important;
	color: #768289 !important;
}

.nav-register-now {
	position: fixed !important;
	bottom: 20px;
	right: 40px;
	padding: 0 !important;
	z-index: 1;
}

.nav-register-now a {
	font-size: 1rem;
	padding: 12px 20px 12px 36px !important;
	width: 188px;
	border-radius: 2px;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	background-color: #007acc !important;
	border: 2px solid #007acc;
	color: #fff !important;
	transition: all .25s ease;
}

.nav-register-now a:hover {
	background-color: #005c99 !important;
	border: 2px solid #005c99;
}

.nav-register-now a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	background-size: 100%;
	left: 18px;
	top: 13px;
}

.tix-column-description {
	width: 60%;
}

.tix_tickets_table thead tr th:first-child {
	width: 60%;
}

.comment .avatar, .tix_tickets_table td {
	vertical-align: middle;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

th {
	font-size: 14px;
}

table tbody td, table thead th {
	padding: 15px;
}

hr, table tbody tr:nth-child(odd) {
	background: #eef2f2;
}

.tix-last {
	font-weight: bold;
}

#tix-attendees .tix-field {
	box-shadow: none;
}

h1, h2, h3, h4, h5, h6, .entry-title, .entry-title + .entry-meta, .entry-content > p:first-of-type, strong.tix-ticket-title {
	font-family: 'Open Sans', serif !important;
	font-weight: 600 !important;
}

.entry-title + .entry-meta {
	font-size: 1rem !important;
	color: inherit !important;
	font-weight: normal !important;
}

.entry-title + .entry-meta a {
	color: #f08f51 !important;
}

.entry-title {
	color: #364652;
}

.entry-title a:hover {
	color: #2e99c9 !important;
}

.entry-content a, .comment-content a {
	color: #2e99c9 !important;
	font-weight: 600 !important;
}

.entry-content a:hover, .comment-content a:hover {
	color: #364652 !important;
}

.menu-main-menu-container {
	text-align: center;
}

.main-navigation ul {
	display: inline-block;
	margin: 0 auto;
}

.entry-content, .entry-summary {
	line-height: 1.4;
}

article.post, article.page {
	padding: 30px !important;
}

@media screen and (min-width: 768px) {
	article.post, article.page {
		padding: 50px !important;
	}
}

@media screen and (min-width: 960px) {
	article.post, article.page {
		padding: 70px !important;
	}
}

footer.entry-meta .cat-links:before, footer.entry-meta .comments-link:before {
	display: none !important;
}

footer.entry-meta {
	border-bottom: 1px solid #b7b7b7 !important;
	border-top: 1px solid #b7b7b7 !important;
	color: inherit !important;
	line-height: 1.5 !important;
	margin: 3rem 0 0 !important;
	padding: 1.5rem 0 !important;
}

.site-info {
	background: #364652 !important;
}

.wcorg-speaker-description img {
	float: left;
	margin: 0 20px 20px 0;
}

.site .avatar {
	border-radius: 50%;
}

@media screen and (min-width: 44.375em) {
	.wcorg-speaker-description p {
		margin-left: 120px !important;
	}
}

#tix-attendees .tix-columns-2 li {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#tix-attendees .tix-columns-2 li {
		width: 50%;
	}
}

.sponsor-level .sponsor-logo:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.sponsor-level .sponsor-logo img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

body.single-wcb_sponsor .entry-title {
	display: none !important;
}

/*# sourceMappingURL=style.css.map */
/* Custom CSS from 2016.belgrade.wordcamp.org */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

footer.entry-meta .cat-links:before, footer.entry-meta .tag-links:before, footer.entry-meta .comments-link:before, footer.entry-meta .edit-link:before, .post-navigation .nav-previous:before {
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin-right: .14815rem;
	overflow: hidden;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

.post-navigation .nav-next:after {
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	margin-left: .14815rem;
	overflow: hidden;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

footer.entry-meta .cat-links:before {
	background-position: 0 0;
}

footer.entry-meta .tag-links:before {
	background-position: 0 -16px;
}

footer.entry-meta .comments-link:before {
	background-position: 0 -32px;
}

footer.entry-meta .edit-link:before {
	background-position: 0 -48px;
}

.post-navigation .nav-previous:before {
	background-position: 0 -64px;
}

.post-navigation .nav-next:after {
	background-position: 0 -80px;
}

/* Styles */
html {
	font-size: .75rem;
}

@media print,screen and (min-width: 4768px) {
	html {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	html {
		font-size: 1.125rem;
	}
}

body {
	background: #ece3db;
	color: #604b43;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
}

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

a {
	color: #83bcb3;
	text-decoration: none;
}

a:hover {
	color: #e97067;
}

input[type='text'],
input[type='email'],
textarea {
	font-family: inherit;
	font-size: inherit;
}

input[type='submit'] {
	background: #83bcb3;
	border: 0 none;
	border-radius: 4px;
	color: #e6f2f0;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: bold;
	padding: .44444rem 1rem;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

input[type='submit']:hover {
	background: #e97067;
	color: white;
}

.assistive-text {
	clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}

.site-header {
	background: #83bcb3;
	background-size: cover;
	border-top: 5px solid #83bcb3;
	-moz-box-shadow: inset 0 10px 60px rgba(126,99,88,0.5);
	-webkit-box-shadow: inset 0 10px 60px rgba(126,99,88,0.5);
	box-shadow: inset 0 10px 60px rgba(126,99,88,0.5);
	margin-bottom: 7.75rem;
	position: relative;
	text-align: center;
}

.site-header hgroup {
	padding: 5% 0;
}

.site-header img {
	max-width: 80%;
}

.menu-primary-nav-container {
	width: 800px;
	margin: auto;
	display: block;
}

.main-navigation {
	background: white;
	bottom: -4.375rem;
	font-family: "Roboto", sans-serif;
	left: 0;
	position: fixed;
	text-align: left;
	width: 100%;
}

.main-navigation ul {
	margin: 0 auto;
	max-width: 62rem;
	padding: 0 1rem;
}

.main-navigation ul > li {
	display: inline-block;
}

.main-navigation ul > li a {
	color: #62aa9f;
	display: block;
	padding: 1.6875rem .66667rem 1.6875rem 0;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.main-navigation ul > li a:before {
	color: #e3d6ca;
	content: '|';
	margin-right: .75rem;
}

.main-navigation ul > li:first-child a:before {
	content: '';
}

.main-navigation ul > li.menu-item-has-children {
	position: relative;
}

.main-navigation ul > li.menu-item-has-children > a {
	padding-right: 1rem;
}

.main-navigation ul ul li {
	display: block;
}

.main-navigation ul ul a {
	padding: .75rem 0;
	white-space: nowrap;
}

.main-navigation ul ul a:before {
	content: '';
	margin-right: 0;
}

.main-small-navigation {
	background: rgba(255,255,255,0.95);
	position: fixed;
	width: 100%;
}

.main-small-navigation .menu-primary-container > ul {
	border-bottom: 5px solid #83bcb3;
	display: none;
}

.main-small-navigation .menu-toggle {
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	padding: 1rem;
	width: auto;
}

.main-small-navigation ul {
	text-align: left;
	padding: 0 1rem 1rem;
}

#after-header-widgets {
	margin: 1.6875rem auto;
	max-width: 62rem;
}

#after-header-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#after-header-widgets .widget {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 auto 1rem;
	padding: 0 1rem;
	width: 50%;
}

@media screen and (min-width: 576px) {
	#after-header-widgets .widget {
		width: 25%;
	}
}

#after-header-widgets .textwidget h4 {
	font-size: 1.5rem;
	margin: 0 0 .75rem;
}

#after-header-widgets .textwidget img {
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	cursor: pointer;
	display: block;
	margin: 0 auto;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#after-header-widgets .textwidget img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#after-header-widgets .textwidget p:last-child {
	margin-bottom: 0;
}

#after-header-widgets .widget:nth-child(1) img {
	border-top: 5px solid #83bcb3;
}

#after-header-widgets .widget:nth-child(2) img {
	border-top: 5px solid #fdc17b;
}

#after-header-widgets .widget:nth-child(3) img {
	border-top: 5px solid #e97067;
}

#after-header-widgets .widget:nth-child(4) img {
	border-top: 5px solid #7e6358;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Crete Round", serif;
}

#main {
	margin: 3.375rem auto 2.25rem;
	max-width: 62rem;
	padding-bottom: 7.59375rem;
}

#main:after {
	clear: both;
	content: '';
	display: table;
}

#primary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}

@media screen and (min-width: 576px) {
	#primary {
		float: left;
		width: 70%;
	}
}

#secondary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}

@media screen and (min-width: 576px) {
	#secondary {
		float: right;
		width: 30%;
	}
}

article.post,
article.page {
	background-color: white;
	background-position: 0 0, 50% 100%;
	background-repeat: no-repeat, no-repeat;
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	margin-bottom: 2.53125rem;
	padding: 2.53125rem;
	padding-top: 9.84375rem;
	padding-bottom: 123px;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	font-size: 2.53125rem;
	line-height: 1.125;
	margin-bottom: .66667rem;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

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

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

.entry-title + .entry-meta {
	color: #cfc0ba;
	font-family: "Crete Round", serif;
	font-size: 1.5rem;
}

.entry-title + .entry-meta a {
	color: #fdc17b;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.entry-title + .entry-meta a:hover {
	color: #df3124;
}

.entry-content > p:first-of-type {
	font-family: "Crete Round", serif;
	font-size: 1.125rem;
	margin-bottom: 1.125rem;
}

.entry-content blockquote {
	font-size: 1.6875rem;
	margin: 2.25rem 1rem;
}

.comment-content blockquote {
	font-size: 1.5rem;
	margin: 1.5rem .75rem;
}

.entry-content p,
.comment-content p,
.entry-content address {
	line-height: 1.5;
	margin: 0 0 1rem;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	line-height: 1.125;
	margin: 2.25rem 0 .75rem;
}

.entry-content h1,
.comment-content h1 {
	font-size: 2.53125rem;
}

.entry-content h2,
.comment-content h2 {
	font-size: 2.25rem;
}

.entry-content h3,
.comment-content h3 {
	font-size: 1.6875rem;
}

.entry-content h4,
.comment-content h4 {
	font-size: 1.5rem;
}

.entry-content h5,
.comment-content h5 {
	font-size: 1.125rem;
}

.entry-content h6,
.comment-content h6 {
	font-size: 1rem;
}

.entry-content a,
.comment-content a {
	color: #e97067;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #62aa9f;
}

.entry-content strong,
.comment-content strong {
	font-weight: bold;
}

.entry-content em,
.comment-content em {
	font-style: italic;
}

.entry-content blockquote,
.comment-content blockquote {
	border-bottom: 1px solid #1aaacd;
	border-top: 1px solid #1aaacd;
	font-family: "Crete Round", serif;
	padding: 1rem;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul {
	list-style-type: square;
	margin: 0 0 1rem 2.53125rem;
}

.entry-content ol,
.comment-content ol {
	list-style-type: decimal;
	margin: 0 0 1rem 2.53125rem;
}

.entry-content li,
.comment-content li {
	line-height: 1.5;
	margin-bottom: .33333rem;
}

.entry-content label,
.comment-content label {
	display: block;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 1.125;
	margin: .75rem 0 .33333rem;
}

.entry-content label span,
.comment-content label span {
	color: #e97067;
	font-size: .75rem;
	padding-left: .33333rem;
}

.entry-content input[type='text'],
.entry-content input[type='email'],
.entry-content textarea,
.comment-content input[type='text'],
.comment-content input[type='email'],
.comment-content textarea {
	background: #f6f2ef;
	border: 1px solid #e3d6ca;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

.entry-content input[type='text']:focus,
.entry-content input[type='email']:focus,
.entry-content textarea:focus,
.comment-content input[type='text']:focus,
.comment-content input[type='email']:focus,
.comment-content textarea:focus {
	background: #fff0df;
	border-color: #fdc17b;
	outline: none;
}

.entry-content .contact-submit,
.comment-content .contact-submit {
	margin: 1rem 0;
	text-align: center;
}

footer.entry-meta {
	border-bottom: 1px solid #fdcd94;
	border-top: 1px solid #fdcd94;
	color: #cfc0ba;
	line-height: 1.5;
	margin: 2.25rem 0 0;
	padding: .5rem 0;
}

footer.entry-meta .sep {
	margin: 0 .33333rem;
}

.post-navigation {
	line-height: 1.5;
	margin-bottom: 1.6875rem;
	padding: 0 2.53125rem;
}

.post-navigation:after {
	clear: both;
	content: '';
	display: table;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	color: #7e6358;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #e97067;
}

.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
	display: none;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.comments-area {
	background: white;
	border-top: 10px solid #fdc17b;
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	margin-bottom: 1.6875rem;
	padding: 2.53125rem;
}

.comments-area .comments-title {
	font-size: 2.25rem;
	line-height: 1.125;
	margin-bottom: 2.25rem;
}

.comments-area .comment-author {
	line-height: 1.5;
}

.comments-area .comment-author .avatar {
	border: 3px solid #e97067;
	border-radius: 100%;
	float: right;
}

.comments-area .comment-meta {
	font-size: .75rem;
	line-height: 1.5;
	margin: 0 0 1.125rem;
}

.commentlist li {
	border-bottom: 1px solid #fdcd94;
	margin: 0 0 1.6875rem;
	padding: 0 0 1.6875rem;
}

.commentlist li li {
	border-bottom: 0 none;
	border-top: 1px solid #fdcd94;
	margin: 1.6875rem 0 0 1.5rem;
	padding: 1.6875rem 0 0;
}

.comment-reply-link {
	background: #83bcb3;
	border: 0 none;
	border-radius: 4px;
	color: #e6f2f0;
	cursor: pointer;
	display: inline-block;
	font-size: .75rem;
	font-weight: bold;
	padding: .44444rem .75rem;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.comment-reply-link:hover {
	background: #e97067;
	color: white;
}

.comment-reply-title {
	font-size: 1.6875rem;
	margin: 0 0 1rem;
}

#primary-sidebar .widget {
	margin: 0 0 2.53125rem;
	padding-bottom: 3.79688rem;
}

#primary-sidebar input[type='text'],
#primary-sidebar input[type='email'] {
	background: rgba(255,255,255,0.8);
	border: 0 none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

#primary-sidebar input[type='text']:focus,
#primary-sidebar input[type='email']:focus {
	background: white;
	outline: none;
}

#primary-sidebar input[type='submit'] {
	display: inline-block;
}

#primary-sidebar #subscribe-submit {
	text-align: center;
}

.widget p {
	line-height: 1.5;
	margin: 0 0 1rem;
}

.widget .widget-title {
	border-bottom: 1px solid #d1bca9;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 .66667rem;
	padding: 0 0 .66667rem;
	text-transform: uppercase;
}

.widget li {
	border-bottom: 1px solid #d1bca9;
	line-height: 1.5;
	margin: 0 0 .5rem;
	padding-bottom: .5rem;
}

.widget li a {
	color: #83bcb3;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.widget li a:hover {
	color: #e97067;
}

.site-footer {
	background: white;
}

#footer-widgets {
	margin: 0 auto;
	max-width: 62rem;
	padding: 1.125rem;
}

#footer-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#footer-widget-1,
#footer-widget-2,
#footer-widget-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	#footer-widget-1,
	  #footer-widget-2,
	  #footer-widget-3 {
		float: left;
		width: 33.33333%;
	}
}

@media print,screen and (min-width: 4768px) {
	#footer-widget-1,
	  #footer-widget-2,
	  #footer-widget-3 {
		width: 20%;
	}
}

#footer-widget-4 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	#footer-widget-4 {
		clear: both;
		margin-top: 1rem;
	}
}

@media print,screen and (min-width: 4768px) {
	#footer-widget-4 {
		clear: none;
		float: right;
		margin-top: 0;
		width: 40%;
	}
}

.site-info {
	background: #0e5a6a;
	padding: 3.79688rem 1rem;
	text-align: center;
}

.site-info .site-info-generator {
	color: white;
	display: block;
	padding-top: 5.0625rem;
}

.site-info .site-info-generator:hover {
	color: #fdc17b;
}

.site-info .site-info-network {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #0e5a6a;
	cursor: pointer;
	font-size: .75rem;
	height: 78px;
	left: 1.125rem;
	padding: 7px 10px 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 95px;
}

.site-info .site-info-network:hover {
	color: #e97067;
}

body div.sharedaddy h3.sd-title {
	font-size: 1.125rem;
	margin: 1rem 0 .75rem;
}

body div.sharedaddy h3.sd-title:before {
	border-top: 0 none;
	margin-bottom: 0;
}

.wcorg-organizer {
	border-bottom: 1px solid #e3d6ca;
}

.wcorg-organizer:first-child {
	border-top: 1px solid #e3d6ca;
}

.wcorg-organizer .wcorg-organizer-description:after {
	clear: both;
	content: '';
	display: table;
}

.wcorg-organizer .avatar {
	float: left;
	margin: 0 1rem 1rem 0;
}

.wcorg-organizer div.sharedaddy {
	display: none;
}

.speaker {
	border-bottom: 1px solid #e3d6ca;
}

.speaker:first-child {
	border-top: 1px solid #e3d6ca;
}

.speaker .speaker-bio > p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.speaker .speaker-bio:after {
	clear: both;
	content: '';
	display: table;
}

.speaker .avatar {
	float: left;
	margin: 0 1rem 1rem 0;
}

.speaker div.sharedaddy {
	display: none;
}

.wcpt-schedule {
	margin: 1.125rem 0;
}

.wcpt-schedule th, .wcpt-schedule td {
	padding: .75rem;
}

.wcpt-schedule th {
	background: #0e5a6a;
	border: 1px solid white;
	color: white;
	font-family: "Crete Round", serif;
}

.wcpt-schedule .wcpt-time {
	background: #fff0df;
	border: 1px solid white;
	font-family: "Crete Round", serif;
}

.wcpt-schedule .wcpt-session-type-session {
	background: #fffcf9;
	border: 1px solid white;
}

.wcpt-schedule .global-session .wcpt-time {
	background: #83bcb3;
	color: white;
}

.wcpt-schedule .global-session .wcpt-session-type-custom {
	background: #d6e9e6;
	border: 1px solid white;
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	line-height: 1.125;
	margin-bottom: 1rem;
}

.wcpt-schedule .wcpt-session-speakers {
	font-size: .75rem;
	line-height: 1.125;
}

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

.wcpt-schedule a {
	color: #1aaacd;
}

.wcpt-schedule a:hover {
	color: #e97067;
}

.sponsor-level-title {
	border-bottom: 5px solid #83bcb3;
	border-top: 5px solid #83bcb3;
	color: #0e5a6a;
	padding: .5rem;
}

.sponsor {
	border-bottom: 1px solid #e3d6ca;
}

.sponsor .sharedaddy {
	display: none;
}

.sponsor .sponsor-title img {
	max-width: 60%;
}

.sponsor .sponsor-description > p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.site-title {
	width: 271px;
	height: 125px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

@media print,screen and (min-width: 768px) {
	.site-title {
		width: 452px;
		height: 208px;
	}
}

@media screen and (min-width: 1024px) {
	.site-title {
		width: 543px;
		height: 250px;
	}
}

.site-description {
	display: none;
}

.menu-primary-nav-container {
	max-width: 960px !important;
	margin: auto;
	display: block;
	width: 100%;
}

.wcb_widget_sponsors .sponsor-level {
	background: rgba(255,255,255,0.4);
	border-radius: 2px;
	border-top: 5px solid #fdc17b;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.05);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.05);
	box-shadow: 0 0 12px rgba(126,99,88,0.05);
	padding: 1rem;
	margin-bottom: 1rem;
}

.wcb_widget_sponsors .sponsor-level-title {
	border-bottom: 0 none;
	border-top: 0 none;
	color: #0e5a6a;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wcb_widget_sponsors .sponsor-logo {
	margin: 1rem 0 0;
}

.wcb_widget_sponsors .sponsor-logo img {
	display: block;
}

.tix_tickets_table + p,
.tix-ticket-form + p {
	margin-top: 1rem;
}

.tix_tickets_table th,
.tix-ticket-form th {
	border-bottom: 5px solid #83bcb3;
	font-family: 'Crete Round', serif;
	font-size: 1.125rem;
	font-weight: normal;
	padding: .5rem;
}

.tix_tickets_table td,
.tix-ticket-form td {
	border-bottom: 1px solid #d1bca9;
	line-height: 1.25;
	padding: 1rem .5rem;
}

strong.tix-ticket-title {
	color: #0e5a6a;
	display: block;
	font-family: 'Crete Round', serif;
	font-weight: normal;
	margin: 0;
}

span.tix-ticket-excerpt {
	display: block;
	font-size: .75rem;
	line-height: 1.5;
}

td.tix-column-price,
td.tix-column-quantity {
	background: #fff8f0;
	text-align: right;
}

td.tix-column-remaining {
	text-align: center;
}

.tix_tickets_table .tix-row-total td,
.tix-ticket-form .tix-row-total td {
	border-bottom: 0 none;
	text-align: right;
}

.entry-content .tix_tickets_table label {
	display: inline;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

.tix-error, .tix-notice, .tix-info {
	margin-bottom: 1rem;
}

.site-title {
	height: 400px !important;
}

.site-header {
	background-size: cover;
	border-top: none;
}

article.post, article.page {
	background-color: #fff;
/*background-image: url('https://2015.la.wordcamp.org/files/2015/05/divider-post.png'), url('https://2015.la.wordcamp.org/files/2015/05/divider-post-after.png');*/
	background-image: none !important;
}

#main {
/*background: url('https://2015.la.wordcamp.org/files/2015/05/logo-prefooter.png') 50% 100% no-repeat;*/
	background: none !important;
}

.site-info .site-info-generator {
/*background: url('https://2015.la.wordcamp.org/files/2015/05/logo-footer.png') 50% 0 no-repeat;*/
	background: none;
}

#commentform {
	max-width: 600px;
}

#commentform > p {
	margin-bottom: .566rem;
}

#commentform label {
	display: block;
	margin-bottom: .566rem;
}

#commentform textarea,
#commentform input {
	-webkit-appearance: none;
	border-radius: 0;
}

#commentform input:not(#submit),
#commentform textarea {
	padding: .566rem .833rem;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid darkgray;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#commentform .form-submit {
	margin-top: 1.389em;
	text-align: right;
	width: 100%;
}

#commentform #submit {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: none;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

body.page .comments-area {
	display: none;
}

.admin-bar .main-navigation {
	margin-top: 32px;
}

.site-header hgroup {
	position: relative;
	z-index: 1;
	padding: 70px 0 35px;
}

.site-header {
	margin-top: 65px;
	background: url('https://2018.bucharest.wordcamp.org/files/2018/06/header-wcbuc2018.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-header:after {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
}

.site-description {
	display: block;
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
}

.main-navigation {
	z-index: 10;
	text-align: center;
	top: 0;
	bottom: inherit;
}

.main-navigation ul {
	text-align: center;
}

.main-navigation ul > li {
	-webkit-transition: all 300ms cubic-bezier(0.34,1.61,0.7,1);
	transition: all 300ms cubic-bezier(0.34,1.61,0.7,1);
	float: none;
	font-family: "Poppins", sans-serif;
	margin-right: 35px;
}

.main-navigation ul > li:last-child {
	margin-right: 0;
}

.main-navigation ul > li.menu-item-has-children:hover .sub-menu {
	display: block;
}

.main-navigation ul > li.menu-item-has-children > a {
	padding-right: 0;
}

.main-navigation ul > li.menu-item-has-children > a:after {
	content: "\f347";
	font-family: "Dashicons";
	top: 1px;
	left: 5px;
	position: relative;
	font-size: 12px;
}

.main-navigation ul > li a {
	color: #000;
	font-size: 14px;
	padding: 24px 0;
	text-transform: uppercase;
}

.main-navigation ul > li a:before {
	content: none;
}

.main-navigation ul > li:hover {
	box-shadow: 0 -3px #fd3a13 inset;
}

.main-navigation ul > li:hover li {
	-webkit-transition: all 300ms cubic-bezier(0.34,1.61,0.7,1);
	transition: all 300ms cubic-bezier(0.34,1.61,0.7,1);
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	text-align: left;
	padding: 0;
	top: 100%;
	background-color: #000000;
	box-shadow: none;
}

.main-navigation ul ul li {
	padding: 0;
}

.main-navigation ul ul li:hover {
	box-shadow: none;
}

.main-navigation ul ul li a {
	padding: 10px 20px;
	text-transform: none;
	color: #fff;
}

.main-navigation ul ul li a:hover {
	opacity: .67;
}

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

.main-small-navigation .menu-toggle {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}

.main-small-navigation ul {
	padding: 0 0 0 10px;
	border-left: 1px solid #dadada;
}

.main-small-navigation ul > li {
	font-weight: bold;
	text-transform: uppercase;
}

.main-small-navigation ul > li a {
	color: #000;
	padding: 10px 0;
	display: block;
}

.main-small-navigation .menu {
	display: none;
}

.site-info .site-info-network {
	z-index: 20;
}

.wcorg-organizer {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
	width: 27%;
}

@media (max-width: 768px) {
	.site-description {
		font-size: 18px;
		margin: 0;
	}
	
	.site-title {
		height: 350px !important;
	}
}

@media (max-width: 617px) {
	.site-header hgroup {
		padding: 30px 0;
	}
	
	.site-description {
		padding: 0 50px;
	}
}

@media screen and (max-width: 720px) {
	.site-header {
		margin-top: 45px;
	}
}

.site-info-network {
	display: none;
}

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/* Global */
h1, h2, h3, h4, h5, h6, p, .entry-title {
	font-family: 'Poppins' , serif !important;
}

.sidebar-viewonmap {
	background-color: #ff3300;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.sidebar-viewonmap:hover {
	background-color: #ff3300;
	color: #fff !important;
}

#primary-sidebar input[type='submit'] {
	background-color: #ff3300 !important;
	font-family: 'Poppins';
	font-size: 100%;
	font-weight: 500;
	color: #fff;
	width: 100%;
	margin-top: -15px;
}

/* Call to actions */
.textwidget {
	display: inline-flex;
}

#text-2 {
	width: 100% !important;
}

#central1, #central2, #central3 {
	position: relative;
	height: 254px;
	width: 33%;
	overflow: hidden;
	background-size: 100%;
	margin-right: -4px;
}

.c-widget-title {
	font-size: 24px;
	color: #ffffff;
	padding-top: 60px;
	padding-left: 20px;
}

.c-text-widget {
	font-size: 15px;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
}

.c-text-widget a {
	font-size: 16px;
	color: #ffffff;
}

@media only screen and (max-width: 700px) {
	.textwidget {
		display: inline-block;
	}
	
	#central1, #central2, #central3 {
		width: 100%;
	}
}

/* Organizers Page */
.page-id-12 h2 {
	font-size: 100% !important;
	padding: 10px;
	text-align: center !important;
}

.page-id-12 .entry-content {
	width: 100%;
}

.page-id-12 .entry-header .entry-title {
	text-align: center;
}

.wcorg-organizer:first-child {
	border-top: 0;
}

.wcorg-organizers {
	position: relative;
	display: inline-block;
	width: 100%;
}

.wcorg-organizer {
	width: 33%;
	display: inline-block;
	margin-right: 30px;
	margin-left: 20px;
}

.wcorg-organizer .avatar {
	border-radius: 0 !important;
}

body {
	background-color: #ebebeb;
}

.entry-content h1, .comment-content h1 {
	font-size: 22px;
}

.entry-content h2, .comment-content h2 {
	font-size: 21px;
}

.entry-content h3, .comment-content h3 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}

.entry-content h4, .comment-content h4 {
	font-size: 20px;
}

.entry-content h5, .comment-content h5 {
	font-size: 18px;
}

.entry-content h6, .comment-content h6 {
	font-size: 17px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 15px 0 30px;
}

a {
	color: #fd3a13;
}

.site-header {
	background-image: url('https://2017.bucharest.wordcamp.org/files/2017/07/v1_2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
	min-height: 320px;
}

.site-header:after {
	display: none;
}

.site-header .site-title {
/*
    display: none;*/
}

article.post,
article.page {
	border-radius: 0;
	position: relative;
	margin-bottom: 95px;
}

article.post .entry-header .entry-title,
  article.page .entry-header .entry-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 22px;
}

article.post .entry-header .entry-title a:hover,
    article.page .entry-header .entry-title a:hover {
	color: #fd3a13 !important;
}

article.post .entry-header .entry-meta,
  article.page .entry-header .entry-meta {
	color: #939393;
	font-family: 'Poppins' , serif !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
}

article.post .entry-header .entry-meta a,
    article.post .entry-header .entry-meta .author,
    article.page .entry-header .entry-meta a,
    article.page .entry-header .entry-meta .author {
	color: #fd3a13 !important;
}

article.post .entry-header .entry-title + .entry-meta,
  article.page .entry-header .entry-title + .entry-meta {
	font-family: 'Poppins' , serif !important;
	font-size: 15px !important;
}

article.post .entry-content,
  article.page .entry-content {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 300;
}

article.post .entry-content a,
    article.page .entry-content a {
	color: #fd3a13 !important;
	font-weight: 300 !important;
}

article.post .entry-content a:hover,
      article.page .entry-content a:hover {
	color: #e97067 !important;
}

article.post .entry-content p,
    article.page .entry-content p {
	font-size: 15px;
	font-weight: 300;
}

article.post .entry-content p:first-of-type,
      article.page .entry-content p:first-of-type {
	font-size: 15px;
	font-weight: 300;
}

article.post .entry-content a.more-link,
    article.page .entry-content a.more-link {
	background-color: #fcfcfc;
	bottom: -60px;
	color: #fd3a13 !important;
	display: block;
	font-weight: 300;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease;
	width: 100%;
}

article.post .entry-content a.more-link:hover,
      article.page .entry-content a.more-link:hover {
	background-color: #ffffff;
	color: #364652 !important;
}

article.post .entry-content .sharedaddy,
    article.page .entry-content .sharedaddy {
	margin-top: -20px;
}

article.post .entry-content .sharedaddy .sd-title,
      article.page .entry-content .sharedaddy .sd-title {
	font-size: 15px !important;
	font-weight: 300 !important;
	text-transform: uppercase;
}

article.post footer.entry-meta,
  article.page footer.entry-meta {
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 300;
	border: 0 !important;
	margin: 0 !important;
	padding: 5px 0 0 !important;
	text-transform: uppercase;
}

article.post footer.entry-meta .tag-links:before,
    article.page footer.entry-meta .tag-links:before {
	display: none;
}

@media screen and (min-width: 960px) {
	article.post,
	    article.page {
		padding: 30px !important;
	}
}

.site-footer {
	background-color: #000000;
	color: #ffffff;
}

.site-footer #footer-widgets {
	padding: 0;
	margin: 0;
}

.site-footer .site-info {
	background-color: #000000 !important;
	color: #ffffff;
	padding: 10px;
}

.site-footer .site-info .site-info-generator {
	padding: 0 !important;
	text-transform: uppercase;
}

#after-header-widgets.widget-area {
	display: none;
	margin-bottom: 30px;
	margin-top: 30px;
	max-width: 1280px;
}

.home #after-header-widgets.widget-area {
	display: block;
}

#after-header-widgets.widget-area #central1,
  #after-header-widgets.widget-area #central2,
  #after-header-widgets.widget-area #central3 {
	background-size: cover;
	transition: all .3s ease;
	margin-right: 0;
	width: 100%;
	font-weight: 300;
}

#after-header-widgets.widget-area #central1 .c-widget-title,
    #after-header-widgets.widget-area #central2 .c-widget-title,
    #after-header-widgets.widget-area #central3 .c-widget-title {
	font-size: 22px;
}

#after-header-widgets.widget-area #central1 .c-text-widget a,
    #after-header-widgets.widget-area #central2 .c-text-widget a,
    #after-header-widgets.widget-area #central3 .c-text-widget a {
	font-size: 14px;
	font-weight: 300;
}

#after-header-widgets.widget-area #central1 {
	background-image: url('https://2017.bucharest.wordcamp.org/files/2017/07/SPONSORS.jpg');
}

#after-header-widgets.widget-area #central1:hover {
	background-image: linear-gradient(rgba(17,17,17,0.5),rgba(17,17,17,0.7)), url('https://2017.bucharest.wordcamp.org/files/2017/07/SPONSORS.jpg');
}

#after-header-widgets.widget-area #central2 {
	background-image: url('https://2017.bucharest.wordcamp.org/files/2017/07/SPEAKERS.jpg');
}

#after-header-widgets.widget-area #central2:hover {
	background-image: linear-gradient(rgba(17,17,17,0.5),rgba(17,17,17,0.7)), url('https://2017.bucharest.wordcamp.org/files/2017/07/SPEAKERS.jpg');
}

#after-header-widgets.widget-area #central3 {
	background-image: url('https://2017.bucharest.wordcamp.org/files/2017/07/ATTENDEES.jpg');
}

#after-header-widgets.widget-area #central3:hover {
	background-image: linear-gradient(rgba(17,17,17,0.5),rgba(17,17,17,0.7)), url('https://2017.bucharest.wordcamp.org/files/2017/07/ATTENDEES.jpg');
}

@media screen and (min-width: 700px) {
	#after-header-widgets.widget-area #central1,
	    #after-header-widgets.widget-area #central2,
	    #after-header-widgets.widget-area #central3 {
		margin-right: 0;
		width: 33.333%;
	}
	
	#after-header-widgets.widget-area .widget {
		margin-bottom: 0;
	}
}

#main {
	margin-top: 30px;
	max-width: 1280px;
}

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

#secondary {
	font-weight: 300;
}

@media screen and (min-width: 576px) {
	#primary {
		width: 75%;
	}
	
	#secondary {
		width: 25%;
	}
}

.main-navigation ul > li.current-menu-item, .main-navigation ul > li.current_page_item {
	box-shadow: 0 -3px #fd3a13 inset;
}

.main-navigation ul > li a:before {
	margin: 0;
}

#primary-sidebar .widget {
	background-color: #fff !important;
	color: #000;
	margin: 0 0 30px !important;
	padding: 0 !important;
	font-size: 15px;
	font-weight: 300;
}

#primary-sidebar .widget .widget-title {
	border-bottom: 10px solid #dddddd;
	font-size: 17px;
	color: #364652 !important;
	font-weight: bold;
	padding: 10px 30px;
	line-height: normal;
	background-color: #fff;
	border-radius: 0;
	text-transform: none;
}

#primary-sidebar .widget .widget-title a {
	color: #364652 !important;
}

#primary-sidebar .widget .textwidget {
	padding: 30px;
}

#primary-sidebar .widget.jetpack_subscription_widget {
	background: none !important;
}

#primary-sidebar .widget.jetpack_subscription_widget .widget-title {
	margin-bottom: 0;
}

#primary-sidebar .widget.jetpack_subscription_widget input[type='email'] {
	margin-bottom: 5px;
}

#primary-sidebar .widget.widget_facebook_likebox .fb_iframe_widget {
	padding: 30px;
}

#primary-sidebar input[type='submit'] {
	font-size: 15px;
	font-weight: 300;
}

.site-navigation .nav-previous a,
.site-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	color: #fd3a13 !important;
}

.comments-area {
	border-top: 5px solid #fd3a13;
	font-size: 15px;
	padding: 30px;
	font-weight: 300;
}

.comments-area .comment-reply-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.comments-area #commentform {
	max-width: 100%;
}

.comments-area #commentform label {
	color: #000;
}

input[type='submit'] {
	transition: all .3s ease;
	background-color: #fd3a13 !important;
	border-radius: 0 !important;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

input[type='submit']:hover {
	background-color: #e97067 !important;
}

img.social-ico:hover {
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}