/*
Theme Name: Kin Design 2017
Theme URI: https://kin.hoopertek.com/
Author: Kin Design
Author URI: https://kin.hoopertek.com/
Description: Kin Design Theme for https://kin.hoopertek.com
Version: 1.0
Text Domain: kin2017
*/

html {
	padding-top: 35px;
}

.closed-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	padding: 3px 6px;
	text-align: center;
	background: #F3E409;
	color: #111;
	font-size: .9em;
	z-index: 99;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	white-space: pre-wrap;
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
	height: 100%;
	background: #f0f0f0;
	color: #1d1d1b;
	font-size: 22px;
	font-family: "Roboto", sans-serif;
}
body {
	line-height: 1.625rem;
	text-align: center;
	position: relative;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4{
	font-family: "neuzeit-grotesk", sans-serif;
	font-weight: normal;
	margin: 0;
}

.bold {
	font-weight: bold;
}

figure {
	margin: 0;
}

blockquote {
	margin: 0;
	position: relative;
	quotes: "\201C" "\201D";
}
blockquote:before {
	content: open-quote;
}
blockquote:after {
	content: close-quote;
}

figcaption a {
	display: inline;
}
figcaption small a {
	color: #717171;
	font-size: 0.6rem;
	line-height: 0.8rem;
	display: block;
}

p {
	margin: 0 0 1.625rem;
}

a.logo {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #000;
	background-image: url('static/images/kin.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.9rem;
	font-family: "Gill Sans", sans-serif;
	color: #f0f0f0;
	font-size: 2.5rem;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
}

a {
	display: block;
	color: #1d1d1b;
	text-decoration: none;
}

.banner {
	background: #E5E5E5;
}

.banner-blog {
	background: none;
}

.banner .image-wrap {
	display: block;
}

.image-wrap {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	background-color: #1b1b1b;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.image-wrap img {
	display: block;
	backface-visibility: hidden;
}

.image-wrap.circular,
.image-wrap.circular img {
	border-radius: 1920px;
	overflow: hidden;
	display: inline-block;
}

.video-wrap {
	width: 100%;
	position: relative;
}

.video-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-poster .play-btn {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #E4E5E4 url('static/images/play.svg') 28px center no-repeat;
	background-size: 30px;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.video-poster:hover .play-btn {
	opacity: 1;
}

.team-member {
	min-width: 175px;
}

.team-member .image-wrap {
	max-width: 64px;
	max-height: 64px;
}

/*.team-member .image-wrap img {*/
	/*max-width: 66px;*/
	/*max-height: 66px;*/
/*}*/

.banner .team-member .image-wrap img {
	border: 10px solid #e5e5e5;
	margin: -10px 0 0 -10px;
	background: #e5e5e5;
}

img {
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

img[data-src] {
	opacity: 0;
}

.full-height {
	height: 100%;
}

.menu-wrap {
	display: none;
}

header {
	z-index: 1;
}

.single-commissioned-work ul.menu > li > a[href*="commissioned-work"],
.single-research ul.menu > li > a[href*="research"],
header .current-menu-ancestor > a,
header .current-menu-item > a,
header .current-menu-parent > a,
.menu-wrap .single-commissioned-work ul.menu > li > a[href*="commissioned-work"],
.menu-wrap .single-research ul.menu > li > a[href*="research"],
.menu-wrap .current-menu-ancestor > a,
.menu-wrap .current-menu-item > a,
.menu-wrap .current-menu-parent > a {
	background: #8BEDBD;
}

footer {
	background: #1d1d1b;
	color: #f0f0f0;
	white-space: nowrap;
}

footer a {
	color: #f0f0f0;
}

footer a.logo {
	background-color: #fff;
	background-image: url('static/images/kin-dark.svg');
	color: #1d1d1b;
}

footer input.newsletter-input {
	width: 66%;
	background: #f0f0f0;
	color: #1d1d1b;
	border: 0 none;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	margin: 0;
	display: block;
	float: left;
	border-radius: 0;
	-webkit-appearance: none;
}

footer button.newsletter-btn,
footer input.newsletter-btn {
	width: 25%;
	padding: 0;
	margin: 0;
	background: #3c3c3c;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0 none;
	color: #f0f0f0;
	display: block;
	float: left;
	border-radius: 0;
	-webkit-appearance: none;
}

footer .social {
	display: block;
	width: 25px;
	height: 20px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	float: left;
	margin-left: 1.27rem;
	margin-top: 0.625rem;
}

footer .social:first-child {
	margin-left: 0;
}

footer .social-twitter { background-image: url(./static/images/social/twitter.svg); }
footer .social-instagram { background-image: url(./static/images/social/instagram.svg); }
footer .social-facebook { background-image: url(./static/images/social/facebook.svg); }
footer .social-tumblr { background-image: url(./static/images/social/tumblr.svg); }
footer .social-pinterest { background-image: url(./static/images/social/pinterest.svg); }

footer p {
	margin: 1.625rem 0;
}

pre {
	max-width: 100%;
	overflow: scroll;
}

small.sub-text {
	color: #717171;
	font-size: 0.6rem;
	line-height: 0.8rem;
	display: block;
}

.bg-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.bg-image {
	display: block;
	position: absolute;
}

.swiper-width {
	position: relative;
}
.swiper-container {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.fade-in{
	opacity: 1;
}

.swiper-slide {
	min-width: 100%;
}

.swiper-pagination {
	position: static !important;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	pointer-events: none;
	margin-top: 0.6rem;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !Important;
	background: #939393 !important;
	border-radius: 12px !important;
	margin: 0 10px !important;
	opacity: 1 !important;
	pointer-events: auto;
}

.swiper-pagination-bullet-active {
	background: #1b1b1b !important;
}

.carousel-next,
.carousel-prev {
	position: absolute;
	width: 50%;
	margin-bottom: -50px;
	display: block;
	content: ' ';
	top: 0;
	bottom: 180px;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.carousel-next:before,
.carousel-prev:before {
	display: block;
	width: 12px;
	height: 12px;
	background: #939393;
	content: ' ';
	border-radius: 12px;
	position: absolute;
	top: 50%;
	margin-top: 4%;
}

.carousel-next:before {
	right: 34px;
}
.carousel-prev:before {
	left: 34px;
}

html:not(.touchevents) .carousel-next:hover,
html:not(.touchevents) .carousel-prev:hover {
	opacity: 1;
}
.carousel-prev {
	left: -80px;
	cursor: w-resize;
}
.carousel-next {
	right: -80px;
	cursor: e-resize;
}

.styled-links a {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-left: 4px;
	margin-right: 4px;
}

.styled-links a:after {
	/**/
	background: #1b1b1b;
	content: ' ';
	position: absolute;
	height: 1px;
	bottom: 0;
	z-index: -1;
	left: -4px;
	right: -4px;
	-webkit-transition: height 0.3s ease, background 0.3s ease, left 0.3s ease, right 0.3s ease;
	-moz-transition: height 0.3s ease, background 0.3s ease, left 0.3s ease, right 0.3s ease;
	-ms-transition: height 0.3s ease, background 0.3s ease, left 0.3s ease, right 0.3s ease;
	-o-transition: height 0.3s ease, background 0.3s ease, left 0.3s ease, right 0.3s ease;
	transition: height 0.3s ease, background 0.3s ease, left 0.3s ease, right 0.3s ease;
}

.styled-links a:hover:after {
	height: 100%;
	background: #8BEDBD;
}

.show-mobile {
	display: none;
}

.hide-mobile {
	display: block;
}

.no-pointer {
	pointer-events: none;
}


.blog-image p {
	font-size:12px;
	font-color:8px;
	margin-top: -10px;
}

.blog-template-default img{
	width: auto;
	height: auto;
}


.blog-excerpt{
	font-family: "neuzeit-grotesk", sans-serif;
	font-weight: normal;
	font-size:22px;
	color:#1d1d1b;
	margin: 0;
	padding-top: 4px;
}



::-moz-selection {
	background-color: #1d1d1b;
	color: #f0f0f0;
}

::selection {
	background-color: #1d1d1b;
	color: #f0f0f0;
}

@media screen and (max-width: 768px) {
	.is-mobile .show-mobile {
		display: block;
	}
	.is-mobile .hide-mobile {
		display: none;
	}

	.swiper-pagination-bullet {
		margin: 0 2% !important;
	}
}
