/* CSS */

body{
	width:100vw;
	overflow-x:hidden;
}
body.page-blog-post .section.landing:before{
	background:rgba(0,0,0,.6);
}
body.page-blog-post .section.body .content .post-body{
	padding-bottom:140px;
}
blockquote{
	position:relative;
	font-style:italic;
	font-weight:bold;
	font-family:serif;
	color:#bbb;
	    line-height: 1;
    font-size: 48px;
}
blockquote:before{
	content:"''";
	position:absolute;
	height:80px;
	font-size:80px;
	top:20px;
	left:-50px;
	font-family:Merriweather, serif;
	font-weight:bold;
	font-style:italic;
}
body.page-blog-post .section.landing:before{
	background:rgba(250, 209, 99, .95);
}
body.page-blog-post .section.body .content .post-body > p a {
	color:#bf0000;
	position: relative;
}

body.page-blog-post .section.body .content .post-body > p a {
	text-decoration: none;
    background-image: linear-gradient(rgba(254, 198, 47, 0.57), rgba(254, 198, 47, 0.57));
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .3s;
}

body.page-blog-post .section.body .content .post-body > p a:hover, 
body.page-blog-post .section.body .content .post-body > p a:focus {
    background-size: 100% 5px;
}

.section--major .split-view {
    flex-wrap: wrap;
}

.col-full {
	width: 100%;
}

.press-images {
	padding: 2rem 0 6rem;
}

.press-image {
	display: inline-block;
	padding: 0.8rem 1rem 0.6rem;
	margin: 0 0.8rem 0.8rem 0;
	border: 0.1rem solid rgba(0,0,0,0.1);
	border-radius: 0.2rem;
	transition: border 0.3s ease;
}

.press-image:hover {
	border-color: rgba(0,0,0,0.2);
}

.press-image img {
	max-height: 2.4rem;
}

/* body.page-blog-post .section.body .content .post-body > p a:before {
	background: rgba(254, 198, 47, 0.57);
	width: 100%;
	height: 5px;
	bottom: 4px;
	left: 0;
	position: absolute;
	z-index: -1;
}

body.page-blog-post .section.body .content .post-body > p a:after {
	background: rgba(254, 198, 47, 1);
	width: 0;
	height: 5px;
	bottom: 4px;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: width 0.3s ease;
}
body.page-blog-post .section.body .content .post-body > p a:hover:after {
	width: 100%;
}
*/
body.page-blog-post .section.body .content .post-body p a:hover{
color:#bf0000;
}
.brand a img{
	width:168px !important;
	height: auto !important;
}
body.page-home .section.landing .content__intro{
	margin-top:18%;
}

h1.story-title small {
	opacity: 0.35;
	font-size: 77%;
  display: block;
}

.flex-col {
	flex: 1;
}

.flex-col--cover {
	position: relative;
  padding-right: 120px;
  flex: 0.6;
	box-shadow: 0 0 100px rgba(0,0,0,0.2);
}

.content__slim {
	max-width: 720px;
	margin: 0 auto;
	padding: 40px 0 0;
}

body.page-contact .section.body,
body.page-template-default .section.body {
	min-height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cover-launch {
	width: 100%;
  height: 687px;
  background: rgba(0,0,0,0.1);
  margin: -76px 0 0 0;
  position: absolute;
	overflow: hidden;
}

.cover-launch__img {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	left: 0;
	top: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0);
}

.cover-launch:hover .cover-launch__img,
.cover-launch:focus .cover-launch__img,
.cover-launch.open .cover-launch__img {
	transform: translateX(100%) rotate(-90deg);
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.cover-launch__cta {
	background: #fff;
	width: 100%;
	height: 100%;
}

.cover-launch img {
	max-width: 100%;
	height: auto;
}

.cover-launch #mc_embed_signup form {
	padding: 130px 130px 20px 40px;
}
.cover-launch #mc_embed_signup .button,
.cover-launch #mc_embed_signup .button:hover {
  background-color: #fec62f;
  color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

body.page-posts .section.landing .content__intro h1,
body.page-blog-post .section.landing .content__intro h1,
body.page-blog-post .section.landing .content__intro,
body.page-blog-post .section.landing .content__intro .byline a {
    color: #121212;
}

body.page-blog-post .section.landing .content__intro .byline {
    font-weight: bold;
}

body.single {
	background: #161616;
	color: #000;
}

body.page-blog-post .section.body .content .post-body h2 {
    line-height: 1.35;
}

body.page-blog-post .section.body {
    -webkit-clip-path: polygon(0 0,100% 0,100% 97%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 97%,0 100%);
}

body.page-blog-post .section.body .content .sidebar .widget ul {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 8px 0 #ebebeb;
    -moz-box-shadow: 0 5px 8px 0 #ebebeb;
    box-shadow: 0 5px 8px 0 #ebebeb;
    padding: 30px;
    margin-top: 30px;
    list-style: none;
}

body.page-blog-post .section.body .content .sidebar .widget ul li {
	border-bottom: #f6f4f4 solid 1px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  list-style: none;
}
body.page-blog-post .section.body .content .sidebar .widget ul li a {
	transition: all 0.3s ease;
	display: block;
}
body.page-blog-post .section.body .content .sidebar .widget ul li a:hover {
  padding-left: 6px;
}

body.page-blog-post .section.body .content .sidebar .widget ul li:last-child {
	border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

h3.widget-title {
	margin-top: 40px;
}

body.page-blog-post .section.body .content .sidebar .block .post-item .byline {
	display: none;
}

body.page-blog-post .section.body .content .sidebar .block .post-item .title {
	margin-bottom: 0;
}

.article-404 .section.landing {
    -webkit-clip-path: polygon(100% 0,100% 85%,64% 100%,0 80%,0 0);
    clip-path: polygon(100% 0,100% 85%,64% 100%,0 80%,0 0);
    background-color: #fec62f;
    min-height: 500px;
    color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
}
.article-404 .section.landing .content__intro {
    margin-top: 18%;
}
.article-404 .section.landing .content__intro h1 {
    line-height: 110%;
    margin-top: 35px;
    margin-bottom: 0;
    color: #000;
}
.article-404 .section.landing .content__intro .subtitle {
    max-width: 395px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.alignleft {
	float: left;
	margin-right: 20px !important;
	margin-top: 0 !important;
}
.alignright {
	float: right;
	margin-left: 20px !important;
	margin-top: 0 !important;
}

body.page-home .section.founder .slide h3 {
	color: #fcb900;
}

.slider__direction-nav li a {
	position: absolute;
	top: 60%;
	width: 33px;
	height: 40px;
	background: #262525;
	border: 1px solid #fcb90025;
	cursor: pointer;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.slider__direction-nav li a:before,
.slider__direction-nav li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 13px;
	background: #fcb900;
	border-radius: 3px;
	top: 25%;
	left: 38%;
	transform: rotate(45deg);
}
.slider__direction-nav li:last-child a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 13px;
	background: #fcb900;
	border-radius: 3px;
	top: 42%;
	transform: rotate(-45deg);
}
.slider__direction-nav li:first-child a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 13px;
	background: #fcb900;
	border-radius: 3px;
	top: 42%;
	left: 50%;
	transform: rotate(45deg);
}
.slider__direction-nav li:first-child a:before {
	left: 50%;
	transform: rotate(-45deg);
}
.slider__direction-nav li:last-child a {
	left: 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-left: none;
}
.slider__direction-nav li:first-child a {
	right: 0;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	border-right: none;
}

body.page.page-home .section.founder {
    background-image: url(https://kinyungu.com/wp-content/themes/kinyungu/img/founder-bg.png);
		background-color: #272626;
    height: auto !important;
}

body.page-home .section.founder .content {
    min-height: unset !important;
    height: unset !important;
    padding: 0 0 3.2rem !important;
    height: auto !important;
}

body.page-home .section.founder .slide:first-child .content {
    padding-top: 15rem !important;
}

body.page-home .section.founder .slide:last-child .content {
    padding-bottom: 8rem !important;
}

body.page-home .section.beliefs {
    z-index: 9;
}

/* Media Queries */


@media screen and (max-width:475px){
body.page-home .section.landing .content__intro,
.article-404 .section.landing .content__intro	{
	margin-top:30%;
}
	
.article-404 .section.landing .content__intro h1 {
  font-size: 38px;
	padding-top: 60px !important;
}
}
body.page-home .section.beliefs{
	overflow:visible;
}

@media only screen and (max-width: 620px) {
body.page-home .section.landing .content, 
body.page-template-page-research-php .content,
.article-404 .section.landing .content {
    width: 80% !important;
}
}

@media only screen and (max-width: 800px) {
	.content__banner .flex {
		flex-wrap: wrap;
	}	
	.content__banner .flex .flex-col {
		flex: unset;
		width: 100%;
	}	
	.flex-col--cover {
    position: relative;
    padding-right: 0;
	}
	.cover-launch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: auto;
	}
	.cover-launch__img {
    position: relative;
	}
	.cover-launch #mc_embed_signup form {
    padding: 20px 40px 40px 40px;
}
	.cover-launch:hover .cover-launch__img, .cover-launch:focus .cover-launch__img, .cover-launch.open .cover-launch__img {
    transform: none;
    box-shadow: none;
}
	.page-template-page-launch section.section--major {
    padding-top: 100px;
}
}
