.site-header {
	background: #EDEFF1;
	margin-bottom: 1.75em;
	padding: 0;
	position: relative;
}

.site-header .site-header-main {
	background-image: url('https://norway.wordcamp.org/2016/files/2015/12/mountains.png');
	background-position: right 17px top 132px;
	background-repeat: no-repeat;
	background-size: 160px;
}

.site-header .site-branding {
	margin: 0;
	margin-left: 70px;
	padding: 70px 4.5455% 78px 16%;
	width: 100%;
}

.site-header .menu-toggle {
	display: block;
	float: none;
	clear: both;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-left: 4.5455%;
	text-indent: 20px;
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: .05px;
	z-index: 1;
	position: relative;
	width: 100%;
	text-align: left;
	line-height: 50px;
}

.site-header .menu-toggle:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 4.5455%;
	width: 13px;
	height: 100%;
	box-shadow: 0 2px 0 #fff, 0 4px 0 #EF4D47, 0 6px 0 #fff, 0 8px 0 #EF4D47, 0 10px 0 #fff;
	z-index: 2;
}

.site-header .menu-toggle:after {
	content: "";
	width: 100%;
	height: 50px;
	background: #EF4D47;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.site-header a:hover,.site-header a:focus {
	color: #000;
}

.site-header .site-title a {
	color: #183863;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.site-header .site-description {
	color: #EF4D47;
	font-size: 12.32px;
	letter-spacing: .05px;
	line-height: 16px;
	margin: 0;
	display: block !important;
}

.site-header .site-header-menu {
	margin: 0;
}

.site-header .site-header-menu .primary-menu li a {
	padding-left: 4.5455%;
	padding-right: 4.5455%;
}

.site-header .site-header-menu .primary-menu .sub-menu {
	margin: 0;
}

.site-header .site-header-menu .primary-menu .sub-menu li {
	text-indent: 20px;
}

.sidebar .widget:first-child {
	padding: 0;
	margin: 0;
	border: none;
}

.sidebar .logo img {
	height: auto;
	position: absolute;
	left: 4.5455%;
	top: 38px;
	width: 100px;
}

.sidebar a.get-ticket {
	background: #fff !important;
	color: #EF4D47;
	background: #fff;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: .06px;
	border-radius: 12px;
	display: block;
	width: 133px;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif !important;
	position: absolute;
	top: 198px;
	right: 4.5455%;
	text-align: center;
	z-index: 99;
	box-shadow: none !important;
}

@media screen and (min-width: 44.375em) {
	.site-header .site-header-main {
		background-size: 292px;
		background-position: right 17px top 80px;
	}
	
	.site-header .site-title a {
		font-size: 20.24px;
	}
	
	.site-header .site-branding {
		margin: 0;
		margin-left: 120px;
		padding: 72px 80px;
		width: 100%;
	}
	
	.sidebar a.get-ticket {
		top: 194px;
	}
}

@media (min-width: 910px) {
	.site-header {
		border-bottom: none;
	}
	
	.site-header .site-header-main {
		background-size: 452px;
		background-position: right 17px bottom 48px;
	}
	
	.site-header .menu-toggle {
		display: none;
	}
	
	.site-header .site-header-menu {
		background: #EF4D47;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.site-header .site-header-menu .primary-menu {
		display: flex;
		justify-content: space-between;
		list-style-type: none;
	}
	
	.site-header .site-header-menu .primary-menu li {
		padding: 7px 0;
		font-size: 14px;
		letter-spacing: .05px;
		line-height: 18px;
	}
	
	.site-header .site-header-menu .primary-menu li a {
		color: #fff;
	}
	
	.site-header .site-header-menu .primary-menu .menu-item-has-children>a:after {
		top: 1.08em;
		right: -16px;
		text-decoration: none !important;
	}
	
	.site-header .site-header-menu .primary-menu .sub-menu {
		margin-right: -22px;
		padding: 0 16px;
	}
	
	.site-header .site-header-menu .primary-menu .sub-menu,.site-header .site-header-menu .primary-menu .sub-menu li {
		text-align: right;
		background: #EF4D47;
		border: none !important;
		color: #fff;
	}
	
	.site-header .site-header-menu .primary-menu .sub-menu:before,.site-header .site-header-menu .primary-menu .sub-menu:after,.site-header .site-header-menu .primary-menu .sub-menu li:before,.site-header .site-header-menu .primary-menu .sub-menu li:after {
		display: none;
	}
	
	.site-header .site-title a {
		font-size: 23px;
	}
	
	.site-header .site-description {
		font-size: 14px;
	}
	
	.sidebar .logo img {
		width: 112.5px;
	}
	
	.sidebar a.get-ticket {
		background: #EF4D47 !important;
		color: #fff;
		top: 74px;
	}
}

.content-bottom-widgets {
	display: none;
}

.site-footer {
	background: #EF4D47;
	color: #fff;
	padding: 0;
}

.site-footer .site-title,.site-footer .site-title:after {
	display: none;
}

.site-footer a {
	color: #fff;
}

.site-footer .primary-menu {
	border: none;
}

.site-footer .primary-menu a:hover,.site-footer .primary-menu a:focus {
	color: #fff;
}

.site-footer .primary-menu li a {
	padding-left: 4.5455%;
}

.site-footer .primary-menu .dropdown-toggle:after {
	color: #fff;
}

.site-footer .primary-menu .sub-menu {
	margin: 0;
}

.site-footer .primary-menu .sub-menu li {
	text-indent: 20px;
}

.site-footer .site-info {
	text-align: center;
	padding-bottom: 8px;
}

.widget_recent_entries {
	padding: 0 0 30px;
	margin: 0;
}

.widget_recent_entries .widget-title {
	display: none !important;
}

.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.widget_recent_entries li {
	padding: 10px 0;
}

.widget_recent_entries li a {
	font-size: 18px;
	line-height: 21px;
	color: #EF4D47;
}

.sponsors {
	text-align: center;
	background: #EEEFF1;
	padding: 42px 20px;
}

.sponsors span {
	display: block;
}

.sponsors .title {
	font-size: 10px;
	color: #707F93;
	line-height: 13px;
	text-transform: uppercase;
	padding: 0 0 20px;
}

.sponsors .level {
	color: #183863;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 13px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #707F93;
	line-height: .1em;
	margin: 10px 0 20px;
}

.sponsors .level span {
	background: #EEEFF1;
	padding: 0 10px;
	display: inline;
}

.sponsors .level-inner {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sponsors .sponsor {
	padding: 0 25px 40px;
	height: 100%;
	justify-content: center;
}

.sponsors .diamond .sponsor img {
	max-width: 250px;
	max-height: 175px;
}

.sponsors .gold .sponsor img {
	max-width: 225px;
	max-height: 150px;
}

.sponsors .silver .sponsor img {
	max-width: 200px;
	max-height: 125px;
}

.sponsors .bronze .sponsor img {
	max-width: 175px;
	max-height: 100px;
}

@media (min-width: 910px) {
	.sponsor {
		padding: 0 25px;
	}
	
	.site-footer {
		padding: 10px 4.5455%;
	}
	
	.site-footer a:hover,.site-footer a:focus {
		color: #fff;
		box-shadow: none;
	}
	
	.site-footer .site-info {
		text-align: left;
		padding-bottom: 0;
	}
}

body {
	font-family: "Montserrat", sans-serif;
}

body:before,body:after {
	height: 0 !important;
}

body,button,input,select,textarea {
	color: #1A1A1A;
}

.site {
	margin: 0;
}

.site-inner {
	max-width: 1024px;
}

.site-inner .entry-title a {
	color: #EF4D47;
}

.site-inner .widget {
	border-top: 4px solid #183863;
}

.page .content-area,.blog .content-area {
	width: 100% !important;
}

.home .site-main {
	margin-bottom: 30px;
}

.home a {
	box-shadow: none !important;
}

.home .site-header {
	margin-bottom: 0;
}

.home h1.entry-title {
	display: none !important;
}

.home .site-content {
	padding: 0;
}

.home .content-area {
	width: 100%;
	margin: 0;
}

.home .entry-content {
	margin: 0;
}

.home .sidebar {
	width: 100%;
	display: block;
	float: none;
	clear: both;
}

.home .hero {
	background: #183863;
	position: relative;
}

.home .hero img {
	width: 100%;
}

.home .hero h1 {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: .07px;
	line-height: 25px;
	max-width: 197.49px;
	position: absolute;
	top: 42px;
	left: 44px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.home .hero h1 a {
	color: #fff;
	box-shadow: none;
}

.home .hero p {
	display: none;
}

.home h2 {
	color: #183863;
	font-size: 15px;
	border-bottom: 2px solid #EF4D47;
	display: inline;
	padding-bottom: 10px;
	font-weight: normal;
}

.home h3 {
	color: #EF4D47;
	font-size: 23px;
	letter-spacing: .08px;
	line-height: 30px;
	font-weight: normal;
}

.home p {
	font-family: "Lato", sans-serif;
	font-size: 15px;
	letter-spacing: .05px;
	line-height: 18px;
	color: #4A4A4A;
}

.home .block {
	text-align: center;
	margin: 60px 0 0;
	padding-left: 20px;
	padding-right: 20px;
}

.home .experience p {
	display: none;
}

.home .experience .inner-wrap {
	max-width: 649px;
	margin: 0 auto;
}

.home .experience .inner-wrap p {
	display: block;
}

.home .experience .photos {
	display: -webkit-box;
	display: -moz-box;
	display: box;
}

.home .experience .photo {
}

.home .experience .photo img {
	width: 100%;
	max-width: 250px;
}

.home .experience .photo:nth-child(2n+0) img {
	width: 100%;
	max-width: 220px;
	padding: 15px 0;
}

.home .countdown {
	background: #EF4D47;
	padding: 40px;
}

.home .countdown h4 {
	font-size: 23px;
	line-height: 30px;
	letter-spacing: .08px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 30px;
}

.home .countdown .counter {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	max-width: 340px;
	margin: 0 auto;
}

.home .countdown .column {
	flex-basis: calc(100% / 3);
}

.home .countdown .count {
	color: #fff;
	font-size: 40px;
	letter-spacing: .14px;
	line-height: 45px;
}

.home .countdown .label {
	color: #fff;
	font-size: 13px;
	letter-spacing: .05px;
	line-height: 15px;
}

.home .videos p {
	padding-top: 60px;
	max-width: 550px;
	margin: 0 auto;
}

.home .videos .video-inner {
	padding-top: 40px;
}

.home .videos .video-inner .video {
	padding-top: 20px;
}

.home .videos .video-inner p {
	display: none;
}

.home .videos .video-inner span {
	color: #183863;
	line-height: 20px;
	font-family: "Lato", sans-serif;
	letter-spacing: .05px;
	display: block;
}

.home .purchase {
	background: #EF4D47;
	padding: 69px;
}

.home .purchase h4 {
	font-size: 23px;
	line-height: 30px;
	letter-spacing: .08px;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 30px;
}

.home .purchase p {
	margin: 0;
}

.home .purchase a {
	color: #EF4D47;
	background: #fff;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: .06px;
	border-radius: 12px;
	display: block;
	max-width: 133px;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif !important;
}

.home a.get-ticket {
	display: none !important;
}

.home .widget-area {
	margin: 0;
}

.home footer.entry-footer {
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: none;
}

.home .site-inner .widget {
	border: none;
}

.home .content-bottom-widgets {
	margin: 0 auto !important;
	display: block;
}

@media (min-width: 910px) {
	.home .hero {
		min-height: 400px;
	}
	
	.home .hero h1 {
		max-width: 373px;
		font-size: 35px;
		letter-spacing: .12px;
		line-height: 40px;
		top: 96px;
		left: 99px;
	}
	
	.home .block {
		padding-left: 0;
		padding-right: 0;
	}
	
	.home .video-inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
	}
	
	.home .video-inner .video {
		flex-basis: calc(100% / 3);
		padding-right: 20px;
	}
	
	.home .video-inner .video:nth-child(3) {
		padding-right: 0 !important;
	}
}

.wcorg-speaker-description {
	padding: 0 0 80px;
	min-height: 170px;
}

.wcorg-speaker-description .avatar {
	border-radius: 50%;
	float: left;
	margin: 0 30px 20px 0;
}

.tix-js {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
}

.tix-js th,.tix-js td {
	text-align: center;
}

.tix-js th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
	.tix-js {
		border: 0;
	}
	
	.tix-row-coupon {
		text-align: center !important;
	}
	
	.tix-js thead {
		display: none;
	}
	
	.tix-js tr {
		display: block;
	}
	
	.tix-js td {
		display: block;
		font-size: 13px;
	}
	
	.tix-js td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

/*# sourceMappingURL=style.min.css.map */