/* Custom CSS from 2015.vienna.wordcamp.org */
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body, .post-navigation .post-title, .comment-reply-title {
	font-family: 'Noto Sans', sans-serif;
}

.entry-title, .widecolumn h2 {
	font-size: 5rem;
	font-weight: 400;
}

#main {
	padding-top: 0;
}

.hentry, .page-header, .page-content {
	margin: 0;
}

@media screen and (min-width: 59.6875em) {
	.hentry + .hentry, .page-header + .hentry, .page-header + .page-content {
		margin-top: 10px;
	}
}

h1.entry-title, h2.entry-title a, h3, .post-title {
	color: #1d66a5;
}

.post-thumbnail img {
	display: block;
	margin: 0;
	width: 100%;
/* Menu */
}

ul li#menu-item-514 a {
	display: inline-block;
}

ul li#menu-item-514:after {
	margin-left: 15px;
	content: url('/files/2017/02/Austria-deutsch.jpg');
/*
.entry-header {
    padding: 50px;
    margin-bottom: 20px;
    background-color: #a8cef0;
}
*/
}

#wpcom_social_media_icons_widget-3 .genericon {
	font-size: 32px;
}

input[type=submit] {
	background-color: #1d66a5 !important;
/* Sponsors Page */
}

.wcorg-sponsors h3, .wcorg-sponsor-description p, .wcorg-sponsor-description div {
	display: none;
}

.wcorg-sponsor {
	width: 45%;
	float: left;
	min-height: 100px;
}

.wcorg-sponsor-level-gold, .wcorg-sponsor-level-silver, .wcorg-sponsor-level-bronze {
	clear: both;
}

.wcorg-sponsors h2 {
	font-size: 22px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	color: #1d66a5;
}

.wcorg-sponsors h2 {
	display: table;
	white-space: nowrap;
}

.wcorg-sponsors h2:before, .wcorg-sponsors h2:after {
	border-top: 1px solid #c1d8f5;
	content: '';
	display: table-cell;
	position: relative;
	top: .6em;
	width: 49%;
}

.wcorg-sponsors h2:before {
	right: 1.5%;
}

.wcorg-sponsors h2:after {
	left: 1.5%;
}

.wcorg-sponsor-description {
	padding-bottom: 30px;
/* Tickets Page */
}

.page-slug-tickets .tix-column-price, .page-id-1119 .tix-column-price {
	width: 15%;
}

.page-slug-tickets .tix-column-remaining, .page-id-1119 .tix-column-remaining {
	width: 19%;
}

.page-slug-tickets .tix-column-quantity, .page-id-1119 .tix-column-quantity {
	width: 16%;
}

.wcorg-speaker-description img {
	padding-bottom: 20px;
/* Schedule Page */
}

.page-slug-schedule .wcpt-col-time {
	width: 80px;
}

.page-slug-schedule a.wcpt-session-title {
	text-decoration: none;
	border-bottom: none;
	font-weight: 600;
}

.page-slug-schedule a.wcpt-session-title:hover {
	text-decoration: underline;
}

.page-slug-schedule .wcpt-session-speakers a {
	color: #1d66a5;
	border-bottom: none;
	display: table;
	float: right;
	text-decoration: none;
}

.page-slug-schedule .wcpt-session-speakers a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 701px) {
	.page-id-5 .wcpt-col-time {
		width: 6em;
	}
}