/*
	Theme Name: Hyper Island Breakfast
	Theme URI: http://fwilliander.se
	Description: Hyper Island Breakfast theme
	Version: 1.4.3
	Author: Filip Williander (@fwilliander) & Sara Svensson (@dekadensen)
	Author URI: http://fwilliander.se

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url("css/bootstrap.min.css");

@font-face {
  font-family: 'AW Conqueror Carved One';
  src: url('fonts/AWConquerorCarved-One.eot'); /* IE9 Compat Modes */
  src: url('fonts/AWConquerorCarved-One.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AWConquerorCarved-One.woff') format('woff'), /* Modern Browsers */
       url('fonts/AWConquerorCarved-One.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AWConquerorCarved-One.svg#cd57475a84672832478fd84864621757') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Univers BQ';
  src: url('fonts/UniversBQ-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/UniversBQ-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/UniversBQ-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/UniversBQ-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/UniversBQ-Regular.svg#bdf63d0ff42f041b156ff400a45913cf') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 "nimbus-sans", 'Univers BQ', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'AW Conqueror Carved One';
	line-height: 100px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* logo */
.logoRow {
	position: relative;
	height: 110px;
	z-index: 15;
}
/* header */
.header {
	background: #000;
}

.logo h1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 110px;
	color: #fff;
	margin: 0px;
}

.logo span {
	color: #fe3f00;
	margin:0px 10px;
}

body.menu .header {
	background: #fe3f00;
}

body.menu .logo h1 {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

body.menu .logo span {
	color: #000;
	margin:0px 10px;
}


.logo-img {

}
/* nav */
.nav {

}

.menuButton {
	line-height: 110px;
	color:#fff;
	font-size: 24px;
	text-align: right;
}

#openMenu {
	color:#fff;
	text-decoration: none;
}

.fullNav {
	width: 100%;
	background: #fe3f00;
	position: absolute;
	top:-400px;
	z-index: 10;
	display: none;
	border-top: 1px solid #dd3700;
}

.fullNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.fullNav ul li {
	width: 100%;
	font-size: 36px;
	line-height: 110px;
	text-align: center;
	text-transform: uppercase;
	height: 110px;
	border-bottom: 1px solid #dd3700;
}

.fullNav a {
	color:#fff;
}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.fullwidth {
	width: 100%;
	min-width: 100%;
	min-height: 520px;
}

.fullwidth h1 {
	line-height: 100px;
	text-transform:uppercase;
	text-align: center;
}

.fullwidth {
	font-size: 36px;
	text-align: center;
	line-height: 36px;
}

#section1 {
	background: #000;
	color:#fff;
	font-size: 33px;
	font-weight: 300;
	padding-top: 170px;
}

#section2 {
	background: url(img/white-background.png) center center;
	color:#000;
	font-size: 33px;
	font-weight: 300;
}

#section1 p {

} 

#section2 p {
	padding: 200px 100px 0px;
}

#section3 {
	background: #000;
	color:#fff;
	font-size: 22px;
	line-height: 22px;
}

#section4 {
	
}

#speakers h1 {
	color:#000;
	margin:60px 0px 60px;
	font-size: 20px;
}

.post h1 {
	font-size: 20px;
	margin: 100px 0px 0px;
}

.post p {
	margin: 0px;
}

.speakerImage {
	position: relative;
}

.speakerImage:hover .imgOverlay {
	opacity: 1;
}

.imgOverlay {
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	width: 100%;
	height: 100%;
	background: rgba(254,63,0,0.7);
	color:#fff;
	opacity: 0;
	text-align: center;
-webkit-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.imgOverlay h3 {
	margin: 40% 0px 0px;
	font-family: 'AW Conqueror Carved One';
	font-size: 24px;
	line-height: 24px;
}

.imgOverlay span {
	font-family: 'AW Conqueror Carved One';
	font-size: 22px;
}

.imgOverlay hr {
	width: 75px;
	margin: 15px auto 0px;
	border-top: 4px solid #fff;
}

.speakerImage {
	overflow: hidden;
} 

.speakerView {
	max-height: 500px;
	max-width: 100%;
	overflow: hidden;
}

.speakerImage .speakerView img {
	width: 100%;
	height: auto;
}



/*------------------------------------*\
    Circles
\*------------------------------------*/

.circles {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 100px;
}

.circles h3 {
	margin: 70px 0px 0px;
	font-size: 20px;
	line-height: 70px;
}

.infoCircle {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border:4px solid #fe3f00;
	margin: 20px 44px 50px;
	position: relative;
}

.infoCircle span, .infoCircle a {
	font-family: 'AW Conqueror Carved One';
	color: #fff;
	line-height: 100px;
	font-size: 20px;
	text-decoration: none;
}

.infoCircle a {
	line-height: 25px;
	position: absolute;
	top: 25px;
	left: 0px;
}

#circle1:after {
	content: "";
	position: absolute;
	background: url(img/line.png) no-repeat;
	height: 20px;
	width: 100px;
	top:40px;
	right:-100px;
}

#circle2:after {
	content: "";
	position: absolute;
	background: url(img/line.png) no-repeat;
	height: 20px;
	width: 100px;
	top:40px;
	right:-100px;
}

#speakers {
	padding-bottom: 100px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    Contact
\*------------------------------------*/

#rsvp {
	background: #f4f6f6;
	padding-bottom: 100px;
}

#rsvp h1 {
	color:#fe3f00;
	font-size: 18px;
	text-transform: uppercase;
	margin:70px 0px 20px;
	line-height: 20px;
}

textarea:focus, input:focus{
    outline: 0;
    border: 1px solid #000;
}

*:focus {
    outline: 0;
    border: 2px solid #000;
}

input, textarea {
	border: none;
	font-size: 18px;
	font-family: 'AW Conqueror Carved One';
	color: #000;
	text-align: center;
	background: transparent;
	width: 100%;
}

/* all */
::-webkit-input-placeholder { color:#000; text-align: center; }
::-moz-placeholder { color:#000; text-align: center; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; text-align: center; } /* ie */
input:-moz-placeholder { color:#000; text-align: center; }

.wpcf7-submit {
	width: 150px;
	height: 50px;
	border: 3px solid #000;
	font-size: 18px;
	margin: 20px auto 0px;
	font-weight: 100;
	font-family: 'AW Conqueror Carved One';
	color: #000;
	text-align: center;
	background: transparent;
}

.invalid .wpcf7-submit {
	border: 3px solid #fe3f00;
}

.wpcf7-form .ajax-loader {
	display: none;
}

span.wpcf7-not-valid-tip {
	color: #fe3f00;
	font-size: 12px;
	display: block;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	font-size: 16px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}

@media only screen and (max-width:620px) {
	.logo h1, body.menu .logo h1 {
		font-size: 12px;
	}
	#section1 {
		font-size: 22px;
		padding-top: 30px;
	}
	#section2 {
		font-size: 22px;
		min-height: 250px;
		background-size: 100%;
	}
	#section2 p {
		padding: 50px 0px 0px;
		text-align: center;
	}
	#section3 p {
		margin: 10px 0px 15px;
		font-size: 14px;
	}
	#section3 {
		padding-bottom: 100px;
	}
	.speakers {
		margin: 20px 0px;
	}
	#circle1:after, #circle2:after {
	 content: none;
	}
	.infoCircle {
		margin: 10px 44px 30px;
	}
	.circles {
		margin: 0px;
	}
	.circles h3 {
		margin: 20px 0px 0px;
	}
	#rsvp h1 {
		margin: 30px 0px;
	}
	#speakers h1 {
		color:#000;
		margin:20px 0px 0px;
		font-size: 20px;
	}

}

@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@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
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
	}
}
