/*!
Theme Name: KC
Theme URI: http://underscores.me/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: kc

*/




@media screen and (min-width: 0) {
/*--------------------------------------------
GLOBALS
--------------------------------------------*/
body, html {
	-webkit-text-size-adjust: 100%;
	background: #f7f4e9;
}

body, html, a, p, h1, h2, h3, h4, h5, h6, div, span {
	color: black;
	font-family: 'gill-sans-nova', sans-serif;
	text-decoration: none;
}

body, html, a, p, div, span {
	font-size: 12px;
}

.desktop {
	display: none;
}

.m-toggle, span.scroll, .mobile.feat-ban .full-b {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}
/*--------------------------------------------
HEADER & NAVIGATION
--------------------------------------------*/
body {
	background: #f7f4e9;
	padding: 140px 30px 30px 30px;
	margin: 0;
}

header#masthead {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
	padding-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: fixed;
	background: #f7f4e9;
  top: 0;
  left: 0;
  right: 0;
	z-index: 5;
	height: 74px;
}

img.logo {
  display: block;
  width: 100%;
  margin: auto;
  max-width: 320px;
	position: fixed;
	z-index: 20;
	left: 0;
	right: 0;
	top: 30px;
}

.m-toggle {
  text-transform: uppercase;
  text-align: center;
  margin-top: 56px;
	letter-spacing: .85px;
}

.mobile-nav, .desktop-nav {
	display: none;
}

.mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
	background: #f6f4e9;
	z-index: 4;
	overflow-y: scroll;
  min-height: 400px;
  height: 100vh;
}

ul#primary-menu {
  padding: 0;
  list-style: none;
  margin: auto;
	text-align: center;
}

nav.mobile-nav ul#primary-menu a {
  text-transform: uppercase;
	font-size: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  letter-spacing: .85px;
}

nav.mobile-nav ul#primary-menu {
	display: table-cell;
	vertical-align: middle;
}

nav.mobile-nav .menu-menu-1-container {
  display: table;
	min-height: 500px;
  height: 100vh;
  width: 100%;
}

.full-b {
  position: relative;
  width: 100vw;
  height: 100vh;
  left: -30px;
  top: -140px;
  z-index: 10;
}

span.scroll {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .85px;
	color: #f7f4e9;
}

/*--------------------------------------------
FOOTER
--------------------------------------------*/
footer {
  border-top: 1px solid black;
	margin-top: 30px;
}

.f-col, .f-col a {
  text-transform: uppercase;
  text-align: center;
	line-height: 14px;
	letter-spacing: .85px;
}

.f-col {
	margin-top: 20px;
}

.f-col:first-child {
	margin-top: 10px;
}

.disclaimer {
	margin-top: 30px;
  text-align: center;
}

/*--------------------------------------------
CONTENT
--------------------------------------------*/
h1 {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	letter-spacing: .85px;
	text-transform: uppercase;
	margin-top: 0;
}

h1.entry-title {
  margin-bottom: 40px;
}


h1.statement {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  font-weight: normal;
	letter-spacing: .85px;
	max-width: 400px;
  margin: auto;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

body.page-contact .entry-content {
	width: 100%;
  height: calc(100vh - 294px);
	display: table;
}

body.home .entry-content {
	width: 100%;
	height: calc(100vh - 232px);
	display: table;
}

.entry-content p, .entry-content p a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .25px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	letter-spacing: .85px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	letter-spacing: .85px;
	font-weight: normal;
	margin: 0;
}

p {
	margin: 0 0 15px 0;
}

p:empty {
	display: none;
}

/*--------------------------------------------
CONTENT – PRACTICE
--------------------------------------------*/
body.page-practice .entry-content p,
body.page-practice .entry-content p a {
	font-size: 15px;
	line-height: 18px;
}
/*--------------------------------------------
CONTENT – TEAM
--------------------------------------------*/
.pic, .member, .cred {
	margin-bottom: 30px;
}

.pic img {
	display: block;
	width: 100%;
}

.t-block, .t-block a, .t-block p {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: .85px;
}

.t-block {
	clear: both;
	overflow: hidden;
}

a.linkedin {
	text-decoration: underline;
}

/*--------------------------------------------
CONTENT – CONTACT
--------------------------------------------*/
body.page-contact .entry-content p, .entry-content p a {
  font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	letter-spacing: .85px;
}

.s-i-wrap {
  width: 100%;
}

.s-i-wrap img {
  display: block;
  margin: auto;
  width: 80%;
}

.c-wrap {
  margin: 60px 0;
}
/*--------------------------------------------
ARTICLES
--------------------------------------------*/
body.blog article {
	text-align: center;
	border-bottom: 1px solid black;
	padding: 30px;
}

h1.display-title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  letter-spacing: .85px;
	margin-bottom: 10px;
}

p.cap, a.cap {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .85px;
	text-align: center;
	line-height: 14px;
}

a.cap {
	display: inline-block;
	text-decoration: underline;
}

p.cap.date {
	margin-bottom: 20px;
}

.post-nav {
	text-align: center;
}

body.single-post .entry-content {
	margin-bottom: 30px;
}

.post-nav a {
	text-transform: uppercase;
	font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: .85px;
}

.entry-content.hidden.no-content p {
  text-align: center;
	letter-spacing: .85px;
	font-size: 12px;
}


}

@media screen and (min-width: 568px) {
/*--------------------------------------------
CONTENT
--------------------------------------------*/
.entry-content {
  clear: both;
  overflow: hidden;
}

.col {
  width: 50%;
  float: left;
}

.col p {
	padding-right: 15px;
}

.col:last-child p {
	padding-right: 0;
	padding-left: 15px;
}

/*--------------------------------------------
CONTENT – TEAM
--------------------------------------------*/
.pic {
  float: left;
}

.pic {
	width: 50%;
	margin-bottom: 25px;
}

.cred {
	float: left;
	width: 50%;
}

.cred p {
  margin: 0;
}

.p-wrap {
  padding-right: 30px;
}

span.p-top {
  display: inline-block;
}

}

@media screen and (min-width: 768px) {
/*--------------------------------------------
CONTENT
--------------------------------------------*/
.col.fi {
	width: 25%;
	margin-right: 25%;
}

.col.fi p {
	padding-right: 0;
}

body.home .entry-content {
  height: calc(100vh - 292px);
}

body.page-contact .entry-content, .entry-content {
  height: calc(100vh - 353px);
	max-width: 965px;
	margin: auto;
	display: table;
}

.entry-content.no-content {
	height: calc(100vh - 330px);
}

/*--------------------------------------------
CONTENT – TEAM
--------------------------------------------*/
body.page-template-template-team .entry-content {
	max-width: none;
	width: 100%;
}

.t-m {
	clear: both;
	overflow: hidden;
}

.m-wrap {
	padding-right: 15px;
}

.team-h-wrap {
	clear: both;
	overflow: hidden;
}

.member:nth-child(2n) .m-wrap {
	padding-right: 0;
	padding-left: 15px;
}

.member {
	width: 50%;
	float: left;
	margin-bottom: 60px;
}

.b-block p {
  margin-bottom: 0;
}

/*--------------------------------------------
CONTENT – CONTACT
--------------------------------------------*/
.s-i-wrap {
  width: 27%;
  display: table-cell;
	vertical-align: middle;
}

.c-wrap {
	width: 46%;
  display: table-cell;
	vertical-align: middle;
}

.s-i-wrap img {
	width: 100%
}

/*--------------------------------------------
FOOTER
--------------------------------------------*/
footer {
	clear: both;
	overflow: hidden;
}

.f-col:first-child, .f-col {
	width: 25%;
	float: left;
	margin-top: 62px;
}

.f-col:nth-child(2) {
	width: 50%;
	margin-top: 20px;
}
/*--------------------------------------------
ARTICLE
--------------------------------------------*/
body.blog article {
	border-bottom: none;
	width: 50%;
	float: left;
	padding: 0;
}

p.cap.date {
	margin-top: 0;
}

.t-a-wrap {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.a-c-wrap {
  padding: 0 30px;
  max-width: 300px;
  margin: auto;
}

.divider {
	width: 1px;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
}

}

@media screen and (min-width: 1024px) {
/*--------------------------------------------
JS
--------------------------------------------*/
.hidden {
	opacity: 0;
	transition: opacity 300ms ease;
}
/*--------------------------------------------
HEADER & NAVIGATION
--------------------------------------------*/
header#masthead {
	background: transparent;
}

body.single-post header#masthead {
	background: #f7f4e9;
}

.m-toggle, .mobile-nav, .mobile {
	display: none;
}

.desktop-nav {
	margin-top: 56px;
	display: block;
}

.desktop-nav ul#primary-menu li {
	display: inline-block;
	margin: 0 5px;
}

.desktop-nav ul#primary-menu a {
	text-transform: uppercase;
  text-align: center;
  line-height: 14px;
  letter-spacing: .85px;
	opacity: .4;
}

body.home .desktop-nav ul#primary-menu a {
	opacity: 1;
}

.desktop-nav ul#primary-menu li.current_page_item a,
.desktop-nav ul#primary-menu li.current_page_parent a {
	opacity: 1;
}

.desktop.feat-ban {
	display: block;
}

.desktop.feat-ban .full-b {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.desktop.feat-ban video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
	z-index: 10;
}

/*--------------------------------------------
CONTENT
--------------------------------------------*/
.entry-content {
	width: 625px;
}

body.page-template-template-team .entry-content {
	max-width: 1100px;
}
/*--------------------------------------------
CONTENT – TEAM
--------------------------------------------*/
.cred a.mobile {
	display: inline-block;
}

/*--------------------------------------------
CONTENT – CONTACT
--------------------------------------------*/
body.page-contact .entry-content {
	width: 100%;
	max-width: 1240px;
	margin: auto;
}

/*--------------------------------------------
ARTICLE
--------------------------------------------*/
.t-a-wrap {
	clear: none;
	overflow: visible;
	float: left;
	width: 50%;
}

.f-a-wrap {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.f-a-wrap > .t-a-wrap:nth-child(2n - 1) > article:nth-child(2) > .divider {
  right: 0;
  left: auto;
  z-index: 20;
}

}

@media screen and (min-width: 1060px) {
	/*--------------------------------------------
	CONTENT – TEAM
	--------------------------------------------*/
	.cred a.desktop {
		display: inline-block;
	}

	.cred a.mobile {
		display: none;
	}
}

@media screen and (min-width: 1100px) {
/*--------------------------------------------
CONTENT – TEAM
--------------------------------------------*/
.member.no-image .b-block, .member.no-image .t-block {
	width: 50%;
	float: left;
}

.member.no-image .b-block {
  margin-top: -1px;
}

.member.no-image {
	margin-bottom: 40px;
}

}
