/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: 'Gudea', sans-serif;
}

body {
	color: #242424;
	font-size: 1.1em;
	overflow-x: hidden;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color: #bd0926;
  	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;
  	text-decoration: none;
}

hr {
	visibility: hidden;
	margin: 1em 0;
}

h1,h2,h3,h4 {
	margin: 1em 0 1em 0;
}

h1 {
	margin-top: .2em;
}

h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #f0f0f0;
	padding: .4em .8em;
}

h4 .fa {
	padding-right: .4em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.slicknav_nav a {
	display: none;
}

.slicknav_nav ul a {
	display: block;
}

#site-header {
	border-top: 8px solid #bd0926;
}

#site-header .logo {
	max-width: 380px;
	padding: 2em 0;
	margin: 0 auto;
}

.slicknav_nav .pure-menu-item {
	display: block;
}

.slicknav_nav ul.pure-menu-list {
	display: block;
}

.slicknav_nav .pure-menu-children {
	position: relative !important;
	top: 0;
	left: 0;
	background: transparent;
}

.slicknav_nav a:hover {
	color: #fff !important;
	background: rgba(255,255,255,.1) !important;

}

#site-header .social {
	font-size: 1.2em;
	text-align: center;
}

#site-header .social a {
	display: inline-block;
	text-align: center;
	border: 2px solid #bd0926;
	border-radius: 36px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-left: 8px;
}

#top {
	margin-bottom: 1em;
}

#slider img.slider-img {
	width: 100%;
}

#slider .article {
	position: relative;
}

#slider .content {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#slider .cover {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 50px;
	right: 50px;
	display: block;
}

.owl-controls {
	pointer-events: none;
}

.owl-prev, .owl-next {
	pointer-events: auto;
}

#slider .content h3 {
	padding: 0;
	margin: 0;
}

#slider .content h3 a {
	display: block;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	font-size: 1.2em;
	padding: .5em 0;
}

#site-content {
	margin-top: 3em;
}

.sponsors .sponsor-logo {
	text-align: center;
}

.sponsors .sponsor-logo img {
	max-height: 50px;
	max-width: 200px;
}

.sponsors.speakers img {
	max-width: 100%;
	max-height: 100%;
}

.sponsors .content {
	padding-left: 2em;
	display: none;
}

.sponsors.speakers h4 {
	margin: 0;
}

.sponsors.speakers h4.info {
	font-weight: normal;
	padding-left: 2.3em;
	text-transform: none;
}

.speakers .speaker {
	margin-bottom: 1em;
}

.sponsors h4 a {
	color: #242424;
}

.sponsors h4 a .fa {
	color: #bd0926;
}

#breadcrumbs {
	font-size: .9em;
	text-transform: uppercase;
}

#breadcrumbs strong {
	display: none;
}

.main-partners {
	padding-top: 1em;
	padding-bottom: 1em;
}

.main-partners .logo {
	text-align: center;
}

.main-partners .logo {
	padding: .5em 1em;
	line-height: 100px;
}

.main-partners .logo img {
	vertical-align: middle;
	max-height: 90px;
}

#site-footer {
	background: #242424;
	color: #ddd;
	padding: 1em 0;
	margin-top: 2em;
	font-style: italic;
}

#site-footer h3 {
	text-transform: uppercase;
	color: #aaa;
	font-style: normal;
}

#site-footer strong {
	color: #fff;
	font-style: normal;
}

#site-footer img.lantern-logo {
	width: 160px;
}

#site-footer .copyright {
	color: #aaa;
	font-size: .8em;
}

.info-table h3 {
	padding: .4em;
	margin: 0;
	font-weight: normal;
}

.info-table tr {
	border-bottom: 2px dashed #eee;
}

.info-table td {
	/*border: 1px solid #eee; */
	text-align: center;
	padding: .4em 0;
}

/* wrapper */
.wrapper {
	/* MAKE ME RESPONSIVE! */
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.featured-image img {
	width: 100%;
}

blockquote {
/*	margin-right: -3000px;
	padding-right: 3000px;
	margin-left: -3000px;
	padding-left: 3000px;*/
	background: #242424;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #ddd;
  margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;
  padding: 1em;
}

blockquote h2 {
	margin: 0;
}

blockquote h1 {
	color: #bd0926;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

	#site-nav #logo-finlantern {
		display: block;
		float: left;
		padding: 0 1em 0 0;
	}

	#site-header .social {
		text-align: right;
		padding-top: 2em;
	}

	#site-header .logo {
		width: 380px;
		margin: 0 0;
	}

	#top {
		margin-bottom: 0;
	}

	#site-nav {
		text-align: right;
		background: rgba(255,255,255,0.9);
	}

	#site-nav a {
		color: #bd0926;
		text-transform: uppercase;
		padding: 1em 2em;
	}


	#site-nav li:hover, #site-nav li.current-menu-item, #site-nav li.current-menu-ancestor {
		background: #bd0926;
	}

	#site-nav li:hover a, #site-nav li:hover a:hover, #site-nav li.current-menu-item a, #site-nav li.current-menu-ancestor a {
		background: transparent;
		color: #fff;
	}

	#site-nav .pure-menu-children {
		background-color: #242424;
		text-align: left;
		min-width: 100%;
	}

	#site-nav .pure-menu-children a {
		padding-top: .5em;
		padding-bottom: .5em;
		font-size: .9em;
	}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

span.wpcf7-list-item {
    margin-left: 0;
}

select {
	max-width: 240px;
}

.pure-form fieldset {
	margin-bottom: 1em;
	margin-top: 1em;
	border-bottom: 1px solid #eee;
}

.text-center {
text-align: center;
}

.registration-button {
    background: #bd0926;
    background-color: #bd0926;
    min-width: 40%;
}

div.wpcf7-response-output {
	border: 0;
	padding: .5em;
	margin: 1em 0;
	background: #fff6bf;
	color:#514721;
}

.wpcf7-response-output.wpcf7-validation-errors {
	background:#fbe3e4;
	color:#8a1f11;

}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background:#e6efc2;color:#264409;
}

#registration_form {
	padding-top: 4em;
	margin-top: -3em;
}

#slider {
  background: #444;
}

.article-youtube {

}

.section.section-video {
  max-width: 800px;
  margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lugano-patronage {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
  max-height: 80px;
}
