/* Custom CSS from 2018.oslo.wordcamp.org */
h1, h2.entry-title {
	font-family: 'Bangers', sans-serif;
	line-height: 1em;
}

p {
	font-family: 'Roboto', sans-serif;
}

/* Global */
.custom-header-media:before, .panel-image:before {
	background: none !important;
}

.entry-content {
	position: relative;
	z-index: 10;
}

.entry-content .btn {
	border: 2px solid #000;
	padding: 10px;
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.entry-content .btn:hover {
	border-right: 3px solid #000;
	box-shadow: none !important;
}

.entry-content .btn.cta {
	background: none;
	display: block;
	margin: 10px auto 20px;
	max-width: 50%;
	position: relative;
	z-index: 10;
	border: none;
}

.entry-content .btn.cta:hover {
	border: none !important;
}

.entry-content .btn.cta::after,
.entry-content .btn.cta::before {
	background: #fee800;
	display: inline-block;
	height: 44px;
	width: 104%;
	content: "";
	position: absolute;
	z-index: -10;
	transition: .15s all ease;
	height: 100%;
}

.entry-content .btn.cta::before {
	left: 0;
	top: 0;
	z-index: -5;
	border: 2px solid #000;
}

.entry-content .btn.cta::after {
	transform: rotate(-2.5deg);
	left: -3%;
	top: -3px;
	width: 108%;
}

.entry-content .btn.cta:hover::after {
	transform: rotate(1deg);
}

#panel2 .btn.cta::before,
#panel2 .btn.cta::after {
	background-color: #EE395B;
}

#panel3 .btn.cta::before,
#panel3 .btn.cta::after {
	background-color: #2DBDF2;
}

/* Ticket button in nav */
.ticket-btn {
	float: right;
	right: 10%;
	padding: 0;
	margin: 0 10px !important;
	text-transform: uppercase;
}

.ticket-btn a {
	padding: .8rem 1rem;
}

@media screen and (max-width: 768px ) {
	.ticket-btn {
		max-width: 80% !important;
		float: none;
		right: 0;
		padding: 0;
		margin: 30px auto 10px !important;
		text-align: center;
	}
}

/* Heading effects */
.home #panel2 h2 {
	text-shadow: 4px 2px 0 rgba(238,57,91,1);
}

.home h2, h1 {
	text-shadow: 4px 2px 0 rgba(254,232,0,1);
}

.home #panel3 h2 {
	text-shadow: 4px 2px 0 rgba(45,189,242,1);
}

/* Header */
.panel-image {
	height: 100vh;
	max-height: 600px;
}

.site-branding {
	text-align: center;
}

.site-title {
	margin: 0 auto 20px;
}

.site-title,
.site-title a {
	display: block;
	height: 99px;
	width: 542px;
}

body.has-header-image .site-description,
body.has-header-video .site-description,
.site-branding a:hover,
.site-branding a:focus {
	opacity: 1;
}

/* Nav & Footer */
.navigation-top,
.site-footer {
	background-color: #f7f7f7;
}

.site-navigation-fixed.navigation-top {
	z-index: 1000;
}

/* Titles */
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #1e75bb;
	font-size: 50px;
	text-align: center;
}

.single-post .entry-title,
.page .entry-title,
h2 {
	color: #1e75bb;
	font-weight: 800;
}

.archive .page-header,
.blog .page-header {
	display: none !important;
}

/* Misc. */
hr {
	background: none;
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 40px 0;
}

.edit-link {
	display: none !important;
}

.entry-content a {
	box-shadow: 0 -1px 0 #e61e46 inset;
	color: #e61e46;
}

.entry-title a {
	color: #1e75bb;
}

.entry-content ul {
	margin-left: 50px;
}

.entry-content ul li {
	margin-bottom: 10px;
}

.entry-meta {
	padding-bottom: 15px;
}

.entry-footer {
	display: none;
}

.sd-sharing {
	padding-top: 20px;
}

/* Forms */
.contact-form input[type="text"], .contact-form input[type="email"],
.contact-form textarea {
	max-width: 100%;
	width: 100%;
}

button, input[type="button"], input[type="submit"] {
	background-color: #1e75bb;
	font-weight: 600;
}

/* Home Page */
.home #post-186 {
	display: none !important;
}

.twentyseventeen-panel {
	text-align: center;
}

.twentyseventeen-panel .recent-posts,
.twentyseventeen-panel .recent-posts .entry-title {
	text-align: left;
}

.twentyseventeen-panel .recent-posts .entry-header {
	margin-bottom: 25px;
}

/* Sponsor Page */
.wcorg-sponsors .wcorg-sponsor {
	margin-bottom: 40px;
	padding-top: 40px;
}

.wcorg-sponsors .wcorg-sponsor:nth-of-type(2n+1) {
	clear: left;
}

.wcorg-sponsor-level-bronze .wcorg-sponsor:last-of-type {
	margin-bottom: 0;
}

.wcorg-sponsors h2 {
	padding-top: .9em;
	text-align: center;
}

.wcorg-sponsors .wcorg-sponsor > h3 {
	display: none;
}

.wcorg-sponsors img {
	max-height: 100% !important;
}

.wcorg-sponsors .wcorg-sponsor-level-small-business .wcorg-sponsor > h3 {
	display: block;
	text-align: center;
}

/* SINGLE SPONSOR */
.single-wcb_sponsor .single-featured-image-header img {
	width: 80%;
	max-width: 320px;
}

.single-wcb_sponsor .single-featured-image-header {
	padding: 2rem 0 0;
	background-color: transparent !important;
	border: 0 !important;
}

/* Organizers Page */
.wcorg-organizers .wcorg-organizer {
	border-top: 1px solid #eee;
	margin-bottom: 40px;
	padding-top: 40px;
}

.wcorg-organizer-description .avatar {
	display: none;
}

.wcorg-organizer-description > h3 {
	clear: none;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.wcorg-organizer-description img {
		padding-bottom: 2rem;
	}
}

.wcorg-organizer-description .container img {
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.wcorg-organizer-description:hover .container img {
	zoom: 1;
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.wcorg-organizer-description .container {
	height: 150px;
	width: 150px;
	display: block;
	background-size: cover;
	float: left;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.wcorg-organizer-description .container.thomas {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/Skjermbilde-2017-11-16-kl.-22.30.47-e1510867921753.png');
}

.wcorg-organizer-description .container.linda {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/Skjermbilde-2017-11-16-kl.-22.38.42-e1510868382255.png');
}

.wcorg-organizer-description .container.bjorn {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/Skjermbilde-2017-11-16-kl.-22.33.32-e1510868096765.png');
}

.wcorg-organizer-description .container.jeanett {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/Skjermbilde-2017-11-16-kl.-22.35.45-e1510868210167.png');
}

.wcorg-organizer-description .container.vincent {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/1906002-glory_2.jpg');
}

.wcorg-organizer-description .container.kristin {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/220px-Catwoman_Batman_Vol_3_28.png');
}

.wcorg-organizer-description .container.andreas {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/red-tornado.jpg');
}

.wcorg-organizer-description .container.scott {
	background-image: url('https://2018.oslo.wordcamp.org/files/2017/11/red-robin.png');
}

.wcorg-sponsor-description > a {
	box-shadow: none !important;
}

/* Blog Pages */
.blog .site-main article,
.archive .site-main article,
.search .site-main article {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.blog .site-main article .entry-content p:last-child,
.archive .site-main article .entry-content p:last-child,
.search .site-main article .entry-content p:last-child {
	margin-bottom: 0;
}

/* Speaker Pages */
.wcorg-speaker-description .avatar {
	display: none;
}

.wcorg-speaker {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.wcorg-speaker .wcorg-speaker-description ul:last-of-type {
	margin-bottom: 0;
}

.speaker-avatar {
	display: none;
}

/* Schedule Page */
td {
	padding: .7em;
}

.wcpt-session-type-session {
	line-height: 1.3;
	vertical-align: top;
}

.wcb-session-coding-for-the-masses-continued,
.wcb-session-coding-for-the-masses-continued-2,
.wcb-session-wordpress-beginner-track-the-dashboard-continued,
.wcb-session-wordpress-beginner-track-deployment-continued, 
.wcb-session-wordpress-beginner-track-deployment-continued-2 {
	font-size: 14px;
	font-style: italic;
}

a.wcpt-session-title {
	box-shadow: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}

.wcpt-session-speakers {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.wcpt-session-speakers a {
	box-shadow: none;
	color: #333;
}

/* Sessions Page */
.wcorg-session {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.wcpt-session-meta {
	font-size: 14px;
	font-style: italic;
}

/* Attendees Page */
#tix-attendees .tix-field {
	box-shadow: none;
}

/* Responsive Design */
@media only screen and (max-width: 630px) {
	#masthead .wrap {
		padding: 0;
	}
	
	.site-title,																																									.site-title a {
		height: 54px;
		width: 300px;
	}
	
	.site-title a {
		background-size: contain;
	}
	
	.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 28px;
	}
}

/**** CUSTOM STUFF BY THOMAS ***/
.wcorg-sponsor {
	width: calc(50% - 20px);
	float: left;
	clear: none;
	margin: 10px;
}

.wcorg-sponsors img {
	width: 95%;
}

.wcorg-sponsor-description {
	background: transparent;
	color: black;
	padding: 16px;
}

.wcorg-sponsor-description a {
	box-shadow: none;
}

.wcorg-sponsor-description img {
	box-shadow: none !important;
}

.wcorg-sponsor-description a {
	margin-bottom: 16px;
	display: block;
}

.site-info {
	float: none;
	text-align: center;
	margin: 0 auto;
}

.site-info a:link,
.site-info a:visited {
	color: black;
}

.site-info a:hover {
	color: red !important;
	border-bottom: 3px solid red !important;
}

/* MAILCHIMP FORM */
.wcorg-mailchimp input[type="submit"] {
	margin-top: 1rem;
	width: 100%;
	height: 48px;
}

.wcorg-mailchimp label.wcorg-mailchimp-email {
	margin-top: 1rem;
}

.wcorg-mailchimp input {
	border: 1px black solid !important;
	border-radius: 0 !important;
}

/* BLOCKQUOTE STUFF */
blockquote {
	color: black;
}

blockquote:before {
	content: "";
	background: url('https://2018.oslo.wordcamp.org/files/2017/11/snakkebobble.png');
	height: 150px;
	width: 150px;
	position: absolute;
	top: -50px;
	left: -100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	blockquote {
		padding-left: 40px;
	}
}

@media screen and (max-width: 768px) {
	blockquote:before {
		height: 50px;
		width: 60px;
		position: relative;
		float: left;
		left: 0;
		top: 0;
		display: block;
	}
}