/*
Theme Name: Roger 2014
Theme URI: http://www.example.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.1


Fonts:
    font-family: Helvetica, Arial, sans-serif;
    font-family: "Archer-Medium", sans-serif;
    font-family: "Archer-SemiboldItalic", sans-serif;
    font-family: "Archer-Bold", sans-serif;
    font-family: "Archer-BoldItalic", sans-serif;

Colors:
    Black: #333333;
	Blue: #3d8ecc;

/*-------------------------------------------------------------- */

	@import url("fonts/fonts.css");

/*
 * Globals
 */
 	html {
	 	height: 100%;
 	}
	body {
		padding: 0;
		margin: 0;
	    font-family: "Archer-Medium", sans-serif;
	    font-size: 18px;
	    color: #333333;
	    -webkit-font-smoothing: antialiased;
	    letter-spacing: 1px;
	 	height: 100%;
	}
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    ::selection {
        color: white;
        background: #3d8ecc;
    }
    ::-moz-selection {
        color: white;
        background: #3d8ecc;
    }
    strong {
	    font-weight: normal;
		font-family: "Archer-Bold", sans-serif;
    }
    .fullbleed {
    	width: 100%;
    	height: 100%;
	    background-size: cover;
	    background-position: center center;
    }
    .entry {
	    font-family: "Archer-Medium", sans-serif;
		text-align: justify;
	    font-size: 26px;
	    line-height: 1.4;
    }
    .entry h2 {
		font-size: 44px;
		font-family: "Archer-Bold", sans-serif;
		letter-spacing: 4px;
	    line-height: 1.25;
    }
    .entry h3 {
	    font-family: "Archer-Bold", sans-serif;
	    font-size: 34px;
	    line-height: 1.25;
	    text-align: center;
    }
    .entry h4 {
	    font-family: "Archer-Medium", sans-serif;
	    font-size: 28px;
	    line-height: 1.3;
    }
    em {
	    font-style: normal;
		font-family: "Archer-SemiboldItalic", sans-serif;
    }



/*
 * Links
 */
	a {
	    color: #333;
	    text-decoration: none;
	    outline: none;
	}
	a:hover {
	    color: #333;
	}
	a img {
	   border: none;
	}
	.entry a {
		color: #3d8ecc;
	}
	.entry a:hover {
		text-decoration: underline;
	}
	.contact a.map:hover path,
	.contact a.email:hover,
	.contact a.email:hover path {
		text-decoration: none;
		color: #3d8ecc;
		fill: #3d8ecc;
	}



/*
 * Page Structure
 */
 	#container {
	 	min-width: 960px;
 	}
 	#header {
	 	position: fixed;
	 	top: 0;
	 	left: 0;
	 	right: 0;
	 	height: 100px;
	 	z-index: 200;
 	}
 	#content {
	 	overflow: hidden;
 	}
 	#footer {

 	}


/*
 * Menus
 */
 	#overlay {
 		display: none;
	 	position: fixed;
	 	top: 0;
	 	left: 0;
	 	width: 100%;
	 	height: 100%;
	 	background-color: rgba(0, 0, 0, 0.9);
	 	z-index: 200;
 	}
 	#menu-overlay {
 		display: none;
 	}
 	#menu-wrap {
		z-index: 200;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		text-align: center;
		display: table;
		margin: auto;
		opacity: 0;
		width: 100%;
	}
	#main-menu {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		margin: 0 200px;
		padding: 130px 0;
		list-style: none;
		font-size: 40px;
		font-size: 6vh;
		font-family: "Archer-Bold", sans-serif;
		line-height: 1;
		letter-spacing: 4px;
	}
	.main-menu li {
		margin: 0;
		padding: 0;
	}
	.main-menu a {
		display: inline-block;
		color: white;
		padding: 12px 0;
	}
	/* Menu States */
	body.menu-opened {
		overflow: hidden;
	}
	.menu-opened #menu-toggle .open-menu,
	.menu-closed #menu-toggle .close-menu {
		display: none;
	}



/*
 * Header
 */
	.hide-chrome #header {
		opacity: 0;
	}
 	.hover-header #header,
 	.header-background #header {
	 	background-color: rgba(0, 0, 0, 0.25);
	 	opacity: 1;
 	}
 	.menu-opened #header {
	 	opacity: 1;
 	}
 	#logo {
	 	position: absolute;
	 	top: 50%;
	 	left: 30px;
	 	margin-top: -22.5px;
 	}
 	#menu-toggle {
	 	text-align: center;
	 	position: absolute;
	 	top: 50%;
	 	left: 50%;
	 	width: 30px;
	 	height: 30px;
	 	margin: -15px 0 0 -15px;
	 	line-height: 1;
	 	line-height: 30px;
	 	cursor: pointer;
 	}
 	#menu-toggle > * {
	 	display: inline-block;
	 	vertical-align: middle;
 	}
 	.menu-opened #header {
	 	background-color: transparent;
 	}
 	.section-tag {
	 	height: 18px;
	 	line-height: 18px;
	 	text-transform: uppercase;
		font-family: "Archer-Bold", sans-serif;
		font-size: 14px;
		color: white;
		position: absolute;
		top: 50%;
		right: 35px;
		margin-top: -9px;
 	}



/*
 * Slideshow
 */
 	body.reloading {
	 	background-color: black;
	 	background-image: url(images/animation-loading-black.gif);
	 	background-position: center center;
	 	background-repeat: no-repeat;
 	}
 	.slide {
	 	display: table;
	 	text-align: center;
	 	position: relative;
		background-attachment: fixed;
		background-color: black;
 	}
    .title {
		font-family: "Archer-Bold", sans-serif;
		color: white;
		letter-spacing: 4px;
	 	display: table-cell;
	 	vertical-align: middle;
	 	font-size: 64px;
	 	position: relative;
	 	z-index: 10;
    }
 	.title a {
	 	display: inline-block;
	 	color: white;
	 	position: relative;
 	}
    .title span {
	    display: block;
    }
 	.title .line-2 {
	    font-family: 'Archer-SemiboldItalic';
		letter-spacing: 3px;
	 	font-size: 34px;
 	}
 	.more-button {
	 	position: absolute;
	 	top: 50%;
	 	left: 50%;
	 	opacity: 0;
	 	cursor: pointer;
 	}
 	.play-button {
	 	margin: -29px 0 0 -29px;
 	}
 	.eye-button {
	 	font-size: 42px;
	 	font-family: "Archer-BoldItalic", sans-serif;
	 	height: 72px;
		line-height: 72px;
	 	width: 360px;
	 	text-align: center;
	 	margin: -31px 0 0 -180px;
 	}
 	.eye-button .svg {
	 	display: inline-block;
	 	vertical-align: middle;
 	}
	.book-button {
	 	font-size: 42px;
	 	font-family: "Archer-BoldItalic", sans-serif;
	 	height: 50px;
		line-height: 50px;
	 	width: 340px;
	 	text-align: center;
	 	margin: -31px 0 0 -170px;
	}
 	.book-button .svg {
	 	display: inline-block;
	 	vertical-align: middle;
	 	position: relative;
	 	top: -5px;
	 	margin: 0 5px;
 	}
 	.video-wrap .title .play-video:hover span,
 	.video-wrap .title a:hover span,
 	.slide .title a:hover span {
	 	opacity: 0;
 	}
 	.video-wrap .title .play-video:hover .more-button,
 	.video-wrap .title a:hover .more-button,
 	.slide .title a:hover .more-button {
	 	opacity: 1;
 	}
 	.section-tag .svg {
	 	display: inline-block;
	 	vertical-align: middle;
	 	margin: 0 5px 0 0;
 	}
 	.slide .section-tag {
	 	bottom: 60px;
	 	left: 0;
	 	right: 0;
	 	top: auto;
	 	margin-top: 0;
	 	z-index: 20;
 	}
 	.slide .title {
     	z-index: 20;
 	}
 	.slide .overlay {
	 	position: absolute;
	 	top: 0;
	 	right: 0;
	 	left: 0;
	 	bottom: 0;
	 	background-color: rgba(0, 0, 0, 0.2);
	 	position: absolute;
	 	z-index: 1;
 	}
 	.video-slide {
     	overflow: hidden;
 	}
 	.video-slide video {
        top: 0;
        left: 0;
        position: absolute;
        object-fit: cover;
        height: 100%;
        width: 100%;
        cursor: pointer;
        z-index: 0;
 	}
 	.video-slide .entry {
     	display: block;
     	position: relative;
     	z-index: 10;
     	text-align: center;
     	color: white;
        font-size: 34px;
        letter-spacing: 3px;
        top: 50vh;
        transform: translateY(-50%);
        line-height: 1.2;
 	}
 	.video-slide .entry h2 {
        font-size: 64px;
        font-family: "Archer-Bold",sans-serif;
        letter-spacing: 4px;
        line-height: 1;
 	}
 	.video-slide .entry p {
     	margin: 0 0 1em 0;
 	}
 	.pager {
	 	position: fixed;
	 	top: 50%;
	 	right: 30px;
	 	z-index: 10;
 	}
 	.pager span {
 		display: block;
	 	height: 10px;
	 	width: 10px;
	 	border-radius: 50%;
	 	margin: 12px 0;
	 	background-color: rgba(255, 255, 255, 0.5);
	 	cursor: pointer;
 	}
 	.pager span.active {
	 	background-color: rgba(255, 255, 255, 1);
 	}



/*
 * Work Slides
 */
	.work-slideshow .slide {
		height: 500px;
	}




/*
 * Work Detail (case studys)
 */
 	.section {

 	}
 	/* Video Sections */
	.video-section .video-wrap {
	 	display: table;
	 	text-align: center;
	 	position: relative;
	}
	.video-section .play-button {
    	position: static;
    	width: 58px;
    	margin: 20px auto;
    	opacity: 1;
	}
	.video-section .play-button  .svg {
    	display: block;
	}
    .video-section .play-video {
        cursor: pointer;
    }
    .case-study .video-section .play-video:hover span,
    .case-study .video-section .title a:hover span,
    .case-study .video-section .title a:hover span {
        opacity: 1;
    }

	/* Text Section */
	.text-section {
		padding: 0 10%;
	}
	.text-section .entry {
		margin: 50px auto;
	}
	.text-section .entry iframe {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.text-section .entry .alignnone {
    	width: 100%;
    	height: auto;
    	display: block;
	}
	/* Gallery Section */
	.gallery-section {

	}


/*
 * Next Post/Page preview
 */
	.previews-wrap > h2 {
		text-align: center;
		margin: 30px auto;
	}
	.previews {
		display: table;
		height: 195px;
		width: 100%;
	}
	.project-preview {
		display: table-cell;
		height: 195px;
		width: 100%;
		background-size: cover;
		background-position: center center;
		text-align: center;
		vertical-align: middle;
		color: white;
		position: relative;
	}
	.half-width .project-preview {
		width: 50%;
	}
	.project-preview > * {
		position: relative;
		z-index: 20;
	}
	.project-preview .title {
		display: block;
		font-size: 30px;
	}
	.project-preview .title .line-2 {
		font-size: 26px;
	}
	.project-preview .title a:hover span {
		opacity: 1;
	}
	.project-preview .excerpt {
	    font-family: "Archer-SemiboldItalic", sans-serif;
	    font-size: 26px;
	}
	.project-preview .overlay {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #000000;
		z-index: 10;
		opacity: 0.3;
	}


/*
 * Media Player (used on Reels, and Case Study pages)
 */
	.video-player {
		position: relative;
		background-color: black;
		display: none;
		overflow: hidden;
		font-size: 0;
	}
	.video-player .controls {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		cursor: pointer;
	}
	.video-playing .video-wrap .title {
		display: none;
	}
	.video-section .thumbtray {
		background-color: #222222;
		position: relative;
		padding: 0 100px;
	}
	.video-section .thumbtray .items {
		overflow: hidden;
	}
	.video-section .thumb {
		float: left;
		height: 187px;
		width: 332px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}
	.video-section .thumb img {
		position: absolute;
	}
	.video-section .thumb .overlay {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		opacity: 0;
		z-index: 10;
	}
	.video-section .thumb .title {
		opacity: 0;
		position: relative;
		display: table-cell;
		padding: 20px;
		height: 147px;
		width: 332px;
		text-align: center;
		vertical-align: middle;
		color: white;
		font-family: "Archer-Bold", sans-serif;
		font-size: 22px;
		z-index: 20;
	}
	.video-section .thumbtray .browse {
		position: absolute;
		top: 0;
		width: 100px;
		height: 100%;
		cursor: pointer;
	}
	.video-section .thumbtray .browse .svg {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -9.6px 0 0 -5.25px;
	}
	.video-section .thumbtray .browse.prev {
		left: 0;
	}
	.video-section .thumbtray .browse.next {
		right: 0;
	}
	.video-section .thumb.active .overlay,
	.video-section .thumb:hover .overlay {
		opacity: 0.7;
	}
	.video-section .thumb.active .title,
	.video-section .thumb:hover .title {
		opacity: 1;
	}
	.video-section .thumb.inactive .title,
	.video-section .thumb.inactive .overlay {
		opacity: 0;
	}

/*
 * Category
 */
 	body.category {
	 	background-color: black;
 	}
	#content.category {
		text-align: center;
		font-size: 0;
		line-height: 0;
		overflow: hidden;
	}
 	.post-block {
 		float: left;
 		position: relative;
	 	text-align: center;
	 	width: 25%;
	 	background-size: cover;
	 	background-position: center center;
 	}
 	.post-block img {
	 	width: 100%;
	 	height: auto;
	 	opacity: 0;
 	}
 	.post-block .overlay {
	 	position: absolute;
	 	top: 0;
	 	bottom: 0;
	 	right: 0;
	 	left: 0;
	 	background-color: rgba(61, 142, 204, 0.5);
	 	opacity: 0;
 	}
 	.post-block .table {
	 	display: table;
	 	height: 100%;
	 	width: 100%;
 	}
 	.post-block .cell {
	 	display: table-cell;
	 	vertical-align: middle;
	 	padding: 20px;
	 	line-height: 1.3;
 	}
 	.post-block .title {
	    font-family: "Archer-Bold", sans-serif;
	    display: block;
	    text-transform: uppercase;
	    font-size: 24px;
	 	color: white;
 	}
 	.post-block .excerpt {
	    font-family: "Archer-SemiboldItalic", sans-serif;
	    font-size: 18px;
	 	color: white;
 	}
 	.post-block:hover .overlay {
	 	opacity: 1;
 	}
 	/* Small Block Sizes */
 	.post-block.small-size {
 		width: 25%
 	}
 	.post-block.small-size .title {
	    font-size: 24px;
 	}
 	.post-block.small-size .excerpt {
	    font-size: 18px;
 	}
 	/* Medium Block Sizes */
 	.post-block.medium-size {
 		width: 33.3333%
 	}
 	.post-block.medium-size .title {
		font-size: 32px;
 	}
 	.post-block.medium-size .excerpt {
		font-size: 28px;
 	}
 	/* Large Block Sizes */
 	.post-block.large-size {
 		width: 50%
 	}
 	.post-block.large-size .title {
		font-size: 48px;
 	}
 	.post-block.large-size .excerpt {
		font-size: 40px;
 	}




/*
 * Single (Blog detail)
 */
 	.single .featured {
	 	background-size: cover;
	 	background-position: center center;
	 	display: table;
	 	text-align: center;
	 	color: white;
	 	width: 100%;
 	}
 	.single .featured .cell {
	 	display: table-cell;
	 	vertical-align: middle;
	 	width: 100%;
	 	padding: 50px;
 	}
 	.single .featured .title {
 		display: block;
 		font-size: 48px;
 		text-transform: uppercase;
 	}
 	.single .featured .excerpt {
        font-family: "Archer-SemiboldItalic", sans-serif;
        display: block;
        font-size: 34px;
 	}
 	.single .entry {
        max-width: 860px;
        padding: 0 50px;
        margin: 50px auto;
        font-size: 20px;
        font-family: Helvetica, Arial, sans-serif;
 	}
 	.single .entry p > strong {
	    font-family: Helvetica, Arial, sans-serif;
	    font-weight: bold;
 	}



/*
 * About
 */
 	.about-graphic {
	 	position: absolute;
	 	top: 100px;
	 	bottom: 160px;
	 	left: 75px;
	 	right: 75px;
	 	background-size: contain;
	 	background-repeat: no-repeat;
	 	background-position: center center;
	 	z-index: 10;
 	}
 	.about-graphic .entry {
	 	display: none;
 	}
 	.about .title .excerpt {
	    font-family: "Archer-SemiboldItalic", sans-serif;
	    font-size: 28px;
 	}
 	.about .title .excerpt p {
	 	margin: 5px 0;
 	}
 	.about .meet-team {
	 	position: absolute;
	 	bottom: 50px;
	 	width: 300px;
	 	text-align: center;
	 	left: 0;
	 	right: 0;
	    font-family: "Archer-SemiboldItalic", sans-serif;
	    font-size: 34px;
	    color: white;
	    margin: auto;
	    cursor: pointer;
	 	z-index: 10;
 	}
 	.about .meet-team .svg {
	 	display: block;
	 	margin: 10px auto;
 	}

/*
 * Contact
 */
 	.contact-slideshow {
	 	height: 550px;
 	}
 	.contact-slideshow .gallery-image {
	 	height: 550px;
	 	background-size: cover;
 	}
 	.contact .entry {
	 	margin: 75px auto;
	 	padding: 0 50px;
	 	max-width: 1050px;
	 	text-align: center;
 	}
 	.contact .entry ul {
	 	text-align: center;
	 	list-style: none;
	 	margin: 70px 0;
	 	padding: 0;
 	}
 	.contact .entry li {
	 	margin: 0 20px;
	 	padding: 0;
	 	display: inline-block;
	 	vertical-align: top;
	 	width: 275px;
 	}
 	.contact .entry li a {
	 	color: #ec1b86;
	 	font-size: 20px;
	 	text-transform: uppercase;
	 	font-family: "Archer-Bold", sans-serif;
 	}
 	.contact .entry li a .svg {
	 	display: inline-block;
	 	margin: 0 5px 0 0;
	 	position: relative;
	 	top: 2px;
	}
	.contact .entry em {
		font-size: 18px;
	}
	/* Social Links */
	.social-links {
		position: relative;
		color: #3d8ecc;
		height: 190px;
		text-align: center;
		background-color: #323232;
		display: table;
		width: 100%;
 	}
 	.social-links h2 {
 		font-size: 36px;
 		font-family: "Archer-Bold", sans-serif;
 		margin-bottom: 20px;
 	}
 	.social-links .cell {
	 	display: table-cell;
	 	vertical-align: middle;
 	}
 	.social-links a {
	 	display: inline-block;
	 	margin: 0 15px;
 	}
 	.social-links a:hover path {
		fill: #ec1b86;
 	}


/*
 * Footer
 */



/*
 * Mobile Overrides
 */
 	.is-mobile #main-menu {
		padding: 80px 0 0 0;
 	}
	.is-mobile .slide,
	.is-mobile .fullbleed {
		background-attachment: scroll;
	}
	.is-mobile .video-wrap {
		height: 540px;
	}
	.is-mobile .video-player iframe {
		height: 540px;
		width: 960px;
		margin: 0 auto;
		left: 0;
		top: 0;
		position: static;
	}
	.is-mobile .video-player .controls {
		display: none;
	}
	/* Video detail pages*/
	.is-mobile .video-detail iframe {
		margin: -270px 0 0 -480px;
		position: absolute;
		top: 50%;
		left: 50%;
	}
	/* Contact */
	.is-mobile .contact .entry li {
		margin: 0;
	}


/*
 * Animations
 */
    /* Color */
    a {
    	transition: color 0.4s;
    }

    /* Opacity */
    .thumb .title,
    .close,
    .overlay,
    .title span,
    .more-button,
    .browse {
		transition: opacity 0.4s;
    }

    /* Background-color & Opacity */
	.project-preview .overlay,
    #header {
		transition: background-color 1s, opacity 0.4s;
    }

    /* Everything */
    svg path {
		transition: 0.4s;
    }


/*
 * Tools
 */
    #tagline {
        display: none;
    }
    #more-posts {
	    display: none;
    }
    #infscr-loading {
	    display: none !important;
    }
    .post-edit-link {
	    font-size: 10px;
	    text-transform: uppercase;
    }
    #funkhaus {
	    position: absolute;
		bottom: 40px;
		right: 40px;
    }



/*
 * 404 Error
 */
    .error-404 {
        text-align: center;
        font-size: 32px;
    }


/*
 * Wordpress Required
 */
	.alignleft {
	    display: inline;
	    float: left;
	}
	.aligncenter {
	    clear: both;
	    display: block;
	    margin: 0 auto 10px auto;
	}
	.alignright {
	    display: inline;
	    float: right;
	}
	img.alignleft {
	    margin: 0 10px 10px 0;
	}
	img.alignright {
	    margin: 0 0 10px 10px;
	}
	img.aligncenter {
	    margin: 0 auto 10px auto;
	}

	.wp-caption {
	    background: #f1f1f1;
	    color: #888;
	    text-align: center;
	    margin-bottom: 15px;
	    width: auto !important;
	    -moz-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	}
	.wp-caption img {
	    margin: 0px;
	}
	.wp-caption p.wp-caption-text {
	    margin: 0 0 5px;
	    padding: 4px;
	    font-style: italic;
	}