/*!
Theme Name: KGM
Theme URI: https://thoughtandfound.co/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

html, body {
	-webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 0) {
/* GLOBAL */
html, body, a, p, span, h1, h2, h3, h4, h5 {
	font-family: 'acumin-pro', 'Helvetica', sans-serif;
	font-weight: 500;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
.ho-tag {
    position: fixed;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
	display: none;
}

	body.home .ho-tag {
		display: block;
	}

body {
  margin: 65px 0 0 0;
	height: 100vh;
	overflow: hidden;
}

a {
	color: black;
	text-decoration: none;
}

.m-toggle:hover, .m-col.close:hover {
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  max-width: none;
}

h1 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 40px;
  line-height: 40px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
	margin-top: 0;
}

p {
	margin: 0;
	margin-bottom: 15px;
/* 	text-indent: 60px; */
}

p:first-child {
	text-indent: 0;
}

.body-content {
  font-size: 22px;
  line-height: 26px;
}

.desk {
	display: none;
}

/* HEADER */
header#masthead {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}

body, a, p, h1, .head-wrap, footer,
form input, form textarea, form label, input[type="submit"] {
	transition: color linear 500ms;
}

.m-top, ul#primary-menu li a {
	transition: color linear 500ms;
}

.menu-panel {
	transition: all linear 500ms;
}

.menu-white {
	background: white!important;
}

.white {
	background: white;
}

.black {
	background: black;
}

.white-txt {
	color: white;
}

.black-txt {
	color: black!important;
}

.white-border {
	border-color: white!important;
}

.black-border {
	border-color: black!important;
}

.reverse {
	color: black;
	background: white;
}

.transition {
	opacity: .15;
	z-index: -1!important;
}

.site-branding {
	transition: opacity 500ms ease;
}

form input.reverse::placeholder, form textarea.reverse::placeholder, input.reverse[type="submit"] {
	color: black;
}

.head-wrap {
	margin: 10px 10px 0px 10px;
	padding: 10px 0;
	border-top: 8px solid black;
	clear: both;
	overflow: hidden;
}

.h-col {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
	float: left;
}

.h-col.time, .h-col.desk-main-menu, .social-links {
	display: none;
}

.social-links svg {
	fill: #ffffff;
}

body.blog .social-links svg, body.single-post .social-links svg {
	fill: #000000;
}

body.blog .social-links a, body.single-post .social-links a {
	background: #ffffff;
}

.m-toggle {
	float: left;
	font-size: 22px;
	margin-top: 1px;
}

.social-links {
	float: right;
	text-align: right;
	margin-top: 2px;
	display: block;
	height: 18px;
}

.social-links a {
	font-size: 11px;
	display: inline-block;
	line-height: 12px;
	color: white;
	background: black;
	width: 16px;
	height: 16px;
	padding: 2px;
	text-align: center;
}

.orange {
/* 	background: #f16522; */
	background: #b7bbb9;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

/* body.page .orange {
	background: #ffffff;
}
	
body.home .orange {
	background: #f16522;
} */

.m-col-wrap {
	clear: both;
	overflow: hidden;
}

.m-col {
	float: left;
}

.m-col.close {
	float: right;
}

.m-col a, .m-col {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	color: white;
}

.menu-panel {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 12;
	/* padding: 10px; */
	background: black;
	display: none;
	width: 100%;
}

.menu-inner-wrap {
	padding: 10px;
}

.m-top {
	border-top: 8px solid white;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	border-bottom: 8px solid white;
}

ul#primary-menu {
	margin: 0;
}

ul#primary-menu li {
  font-size: 50px;
  line-height: 45px;
  text-transform: uppercase;
	position: relative;
}

ul#primary-menu li a {
	color: white;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
	box-sizing: border-box;
}

ul#primary-menu li a:hover {
	color: #b7bbba!important;
	filter: blur(1px);
}

ul#primary-menu li .hl {
	background: black;
	filter: blur(20px);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	display: none;
}

body.home ul#primary-menu li a:hover {
	color: black!important;
	filter: blur(1px);
}

body.home ul#primary-menu li .hl {
	background: #b7bbba;
}

ul#primary-menu li:before {
	content: none;
}

img.close {
	position: fixed;
  right: 10px;
	bottom: 10px;
	display: none;
	height: 143.5px;
	width: 140px;
}

/* FOOTER */
footer {
	border-top: 8px solid black;
	margin: 0 10px;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	text-transform: uppercase;
  font-size: 11px;
	line-height: 13px;
}

.site-info {
  clear: both;
  overflow: hidden;
}

.col {
	text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
}

.col p {
	text-indent: 0;
}

.col-wrap {
	float: left;
}

.copy {
	float: right;
}

.site-branding {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	height: 163.5px;
	z-index: 9;
}

.s-b-wrap {
  position: relative;
}

.min-wrap.el {
	z-index: 10;
}

.sp-wrap {
	display: none;
}

.plus {
  position: absolute;
  bottom: 0;
  right: 0;
}

.s-b-wrap {
	width: 140px;
	margin-right: 0;
  margin-left: auto;
}

.s-b-wrap img.kgm {
	display: none;
}

.s-b-wrap img {
	height: 163.5px;
	width: 140px;
}

.plus {
  position: absolute;
  bottom: 0;
  right: 0;
}

.s-b-d-wrap {
	display: none;
}

/* HOME – INTRODUCTION */
.into-feat-wrap {
  padding: 0 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.quarter.bg-fill {
  width: calc(50% - 5px);
	height: calc(100vh - 65px);
	float: left;
}

.quarter.bg-fill.second {
	float: right;
}

.half.bg-fill {
  width: 100%;
	height: calc(100vh - 65px);
	float: left;
	margin-top: 10px;
}

/* SECTIONS – INTRODUCTION */
.fix-sec-ttl, .a-fix-ttl {
  /* text-align: right; */
	text-align: left;
	border-top: 8px solid black;
	margin-bottom: 10px;
	margin-top: 90px;
}

.fix-sec-ttl h1, .a-fix-ttl h1 {
	margin-top: 3px;
	opacity: 0;
}

.module-Wrap, .sec_intro {
  padding: 0 10px;
}

.text-content {
	margin-top: -6px;
  margin-bottom: 30px;
}

.img-wrap {
  margin-bottom: 10px;
}

/* SECTIONS – LIST */
.l-sec-ttl {
	border-top: 8px solid black;
}

.l-sec-ttl h1 {
	margin-top: 3px;
}

.list-content p {
	font-size: 22px;
	line-height: 26px;
	text-indent: 0;
	margin-bottom: 20px;
}

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

.list-content ul {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px 0;
	display: inline-block;
}

.list-content li:before {
	content: "–";
	margin-left: -15px;
  margin-right: 5px;
}

.list-content ul p {
	margin-bottom: 0;
}

.list-content li {
	padding-left: 15px;
}

li {
  font-size: 22px;
  line-height: 26px;
}

/* SECTIONS – IMAGES */
.img-wrap.quarter {
  width: calc(50% - 5px);
}

/* SECTIONS – CONTACT FORM */
.c-col-wrap {
  margin-bottom: 30px;
}

.c-col {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

form br {
	display: none;
}

form input, form textarea, form label {
	font-family: 'acumin-pro', 'Helvetica', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	color: white;
	background: black;
	border-radius: 0;
  display: block;
	width: 100%;
	padding: 7px 0 10px 0;
  border: none;
  outline: none;
  text-indent: 10px;
	margin-bottom: 10px;
}

form textarea {
  height: 50vh;
}

form.wpcf7-form.init p {
	line-height: 10px;
}

input[type="submit"] {
  height: 56px;
	margin-bottom: 0;
}

form input::placeholder, form textarea::placeholder, form label, input[type="submit"] {
	color: white;
	text-transform: uppercase;
	text-align: left;
}

.wpcf7-form-control-wrap {
	z-index: 8;
}

span.wpcf7-form-control-wrap.your-files {
  height: .1px;
  width: .1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}

.wpcf7-not-valid-tip {
  color: black;
  opacity: .45;
  font-size: 11px;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0;
  margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  border-top: 8px solid black;
  background: transparent;
  color: black;
  text-transform: uppercase;
	font-size: 20px;
	line-height: 23px;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
}

/* JOURNAL & ARTICLE */
body.blog .a-fix-ttl {
	border-color: white;
	margin-left: auto;
	margin-right: auto;
}

body.single-post .a-fix-ttl {
	border-color: white;
	margin-left: auto;
	margin-right: auto;
}

body.blog .a-fix-ttl {
	margin-top: 0;
}

body.single-post .img-wrap {
	margin-bottom: 40px;
}

body.blog .a-w-p img:hover {
	filter: grayscale(1);
	transition: all linear 400ms;
}

body.blog .orange, body.single-post .orange {
  background: #b7bbba;
}

body.blog main#primary, body.single-post main#primary {
  padding: 0 10px;
}

.article-wrap {
  margin-bottom: 10px;
}

h2.entry-title {
  text-transform: uppercase;
	margin: 5px 0 0 0;
	line-height: 17px;
}

.article-wrap span {
  font-size: 11px;
  margin-top: 2px;
  display: block;
}

body.blog, body.single-post {
	background: black;
}

body.blog, body.blog p, body.blog a,
body.single-post, body.single-post p, body.single-post a {
	color: white;
}

body.blog .head-wrap, body.blog footer#colophon,
body.single-post .head-wrap, body.single-post footer#colophon {
	border-color: white;
}

body.blog header#masthead.white,
body.single-post header#masthead.white {
	background: black;
}

body.single-post.white-txt h2, body.single-post.white-txt span {
	color: black;
}

body.blog header#masthead.black,
body.single-post header#masthead.black {
	background: white;
}

body.blog .head-wrap.white-border, body.blog footer#colophon.white-border,
body.single-post .head-wrap.white-border, body.single-post footer#colophon.white-border {
	border-color: black!important;
}

body.blog.black, body.single-post.black {
	background: white
}

body.blog .menu-panel.menu-white.black-border,
body.single-post .menu-panel.menu-white.black-border {
	border-color: white!important;
	background: black!important;
}

body.blog .m-top.black-border, body.single-post .m-top.black-border {
	border-color: white!important;
}

body.blog .menu-panel .black-txt, body.blog .menu-panel a.black-txt,
body.single-post .menu-panel .black-txt, body.single-post .menu-panel a.black-txt {
	color: white!important;
}

body.blog .menu-panel, body.single-post .menu-panel {
	background: white;
	border-color: black;
}

body.blog .m-col a, body.blog .m-col, body.blog .white-txt, body.blog ul#primary-menu li a,
body.single-post .m-col a, body.single-post .m-col, body.single-post .white-txt, body.single-post ul#primary-menu li a {
	color: black;
}

body.blog .m-top, body.single-post .m-top {
	border-color: black;
}

}

@media screen and (min-width: 568px) {
/* FOOTER */
.quarter.bg-fill {
  width: calc(25% - 5px);
}

/* HOME – INTRODUCTION */
.quarter.bg-fill.second {
  float: left;
	margin-left: 10px;
}

.half.bg-fill {
	float: right;
	width: calc(50% - 10px);
	margin: 0;
}

/* SECTIONS – INTRODUCTION */
body.blog .a-fix-ttl {
	width: calc(100% - 10px);
}

.intro-wrap {
	clear: both;
	overflow: hidden;
}

.intro-wrap .img-wrap.quarter {
	margin-right: 10px;
}

/* SECTIONS – LIST */
.list-content {
/* 	  column-count: 2; */
	  margin-bottom: 30px;
}

/* SECTIONS – COLUMNS */
.column-content {
	margin-bottom: 30px;
}

.cc-col {
  margin-bottom: 20px;
}

.cc-col p {
	font-size: 22px;
  line-height: 26px;
}

/* SECTIONS – IMAGES */
.module-Wrap {
	clear: both;
	overflow: hidden;
}

.module-Wrap > .img-wrap:nth-child(2n - 1),
.sec_intro > .img-wrap:nth-child(2n - 1) {
	margin-right: 10px;
}

.img-wrap.quarter {
	width: calc(25% - 5px);
	float: left;
}

.img-wrap.th-quarter {
	width: calc(75% - 5px);
	float: left;
}

.img-wrap.half {
	width: calc(75% - 5px);
	float: left;
}
/* SECTIONS – CONTACT FORM */

/* JOURNAL */
body.blog main#primary {
	clear: both;
	overflow: hidden;
	padding: 0 5px;
}

body.blog article {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

body.blog article .article-wrap {
	padding: 0 5px;
}

}

@media screen and (min-width: 590px) {
	.site-branding {
		left: 0;
	}

	.s-b-wrap {
		width: 100%;
		clear: both;
		overflow: hidden;
	}

	.s-b-wrap img.kgm {
		display: block;
		float: left;
		width: 408px;
	}

	.spark img {
    margin-right: 0;
    margin-left: auto;
  }

	/* INTRODUCTION */
	.into-feat-wrap {
		margin-bottom: 165px;
	}

	.quarter.bg-fill, .half.bg-fill {
		height: calc(100vh - 219px);
	}

	/* FOOTER */
	footer {
		margin-bottom: 180px;
	}

	.col-wrap {
	  float: none;
	}

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

	.col:nth-child(2) a,
	.col:nth-child(2) p {
		text-indent: 0;
		margin: 0;
	  padding-left: 10px;
	}

	.copy {
	  width: 20%;
		text-align: right;
	}
}

@media screen and (min-width: 768px) {
/* GLOBAL */
body {
  margin: 262px 0 0 0;
}

body.home {
  margin: 11px 0 0 0;
}

/* HEADER */
.site-branding {
	position: absolute;
	top: 0;
	bottom: auto;
}
	
header#masthead {
   position: absolute;
   top: 153px;
   bottom: auto;
}
	
.ho-tag {
   bottom: 10px;
	top: auto;
}

body.home header#masthead {
	top: calc(100vh - 64px);
}

.fixer {
	position: fixed!important;
	top: 0!important;
}

.head-wrap {
	clear: both;
	overflow: hidden;
}

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

.m-toggle, .menu-panel {
	display: none;
}

.h-col.desk-main-menu {
	display: block;
	width: 80%;
}

/* .h-col.time p, .h-col.desk-main-menu nav {
  padding-left: 10px;
} */

ul#desktop-menu {
	margin-bottom: 0;
}

ul#desktop-menu li:before {
	display: none;
}

ul#desktop-menu li {
  display: inline-block;
  font-size: 22px;
	margin-right: 10px;
}
	
li.current-menu-item a {
  text-decoration: underline;	
}

/* li.current_page_item a {
	color: #c3c3c3;
} */

/* .h-col:last-child {
  display: block;
}

.h-col:last-child p {
  padding-left: 10px;
} */

.menu-panel {
	width: calc(50% - 10px);
	left: auto;
	padding-left: 0;
	border-left: 1px solid white;
}

ul#primary-menu {
  padding-left: 10px;
}

.m-col-wrap {
  padding-left: 10px;
}
/* FOOTER */
footer {
	margin-bottom: 0px;
}
	
.business-info .col:nth-child(2) {
   display: none;
}

.business-info .col {
  font-size: 22px;
  line-height: 26px;
}

/* HOME – INTRODUCTION */
.into-feat-wrap {
	margin-bottom: 90px;
	font-size: 0;
	vertical-align: bottom;
}

.quarter.bg-fill, .quarter.bg-fill.second {
	float: none;
	display: inline-block;
}

.quarter.bg-fill, .half.bg-fill {
	height: calc(100vh - 69px);
}

.text-content {
  float: right;
  width: calc(75% - 5px);
	margin-top: 0;
}

.intro-wrap .img-wrap.th-quarter {
	float: right;
}

.img-wrap.quarter.mob {
	display: none;
}

.img-wrap.quarter.desk {
	display: block;
}

/* SECTIONS – INTRODUCTION */

/* SECTIONS – LIST */
.list-content {
/* 	column-count: 3; */
}

.c-col-wrap {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

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

.c-col:nth-child(2n) > p {
	padding-left: 10px;
}

.c-col:nth-child(2n - 1) > p {
	padding-right: 10px;
}

/* SECTIONS – THREE COLUMNS */
/* .cc-col {
	width: 33%;
	float: left;
} */

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

/* SECTIONS – IMAGES */

/* SECTIONS – CONTACT FORM */
.c-col p {
  font-size: 20px;
  line-height: 23px;
}

form {
	clear: both;
	overflow: hidden;
	position: relative;
  z-index: 1;
}

form.wpcf7-form.init p {
  line-height: 0;
}

span.wpcf7-form-control-wrap.your-message {
  width: 100%;
	float: none;
	clear: both;
}

span.wpcf7-form-control-wrap {
  width: 50%;
	width: calc(50% - 5px);
  float: left;
	/* margin-bottom: 10px; */
}

span.wpcf7-form-control-wrap:nth-of-type(2n) {
	float: right;
	margin-left: 10px;
}

form label {
	width: 50%;
	width: calc(50% - 5px);
	float: left;
	/* margin-top: 10px; */
}

input[type="submit"] {
	width: 50%;
	width: calc(50% - 5px);
	float: right;
	/* margin-top: 10px; */
}

}

@media screen and (min-width: 1030px) {
/* GLOBAL */

/* HEADER */
.site-branding {
	bottom: 0;
}

.h-col:first-child {
  width: 60%;
  margin-right: 5px;
}

.h-col.time {
	width: 20%;
}

.h-col.desk-main-menu {
  width: 80%;
  margin-top: 0;
}

.h-col.time p {
	padding-left: 5px;
}

.h-col.desk-main-menu nav {
	padding-left: 0;
}

.social-links {
	width: auto;
}

.menu-panel {
	width: calc(40% - 14px);
}

.m-top {
	margin-bottom: 56px;
}

ul#primary-menu li {
  font-size: 70px;
  line-height: 60px;
}

img.kgm-white {
  position: absolute;
  left: 0;
  top: 0;
	display: none;
}

/* INTRODUCTION */
.into-feat-wrap {
	margin-bottom: 98px;
}


/* FOOTER */
/* .col-wrap {
  float: none;
}

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

.col:nth-child(2) a,
.col:nth-child(2) p {
	text-indent: 0;
	margin: 0;
  padding-left: 10px;
}

.copy {
  width: 20%;
	text-align: right;
} */

footer {
	margin-bottom: 0px;
}

.site-branding {
	width: 100%;
}

.s-b-wrap {
	display: none;
}

.sp-wrap.el {
  position: absolute;
  right: 10px;
}

.sp-wrap.el img {
  width: 140px;
}

.site-branding {
  width: auto;
	left: 0;
	padding-right: 0;
}

.site-branding .el {
  height: 143.5px;
  float: left;
  width: auto;
	margin-top: 10px;
}

.site-branding img {
	width: auto;
	height: 100%;
}

.s-b-d-wrap {
	display: block;
}

.kgm-wrap, .ec-wrap {
  position: relative;
}

img.plu {
  position: absolute;
  right: 145px;
  top: 0;
}

.s-b-d-wrap {
	position: relative;
}

.min-rel {
	position: relative;
	height: 143.5px;
}

.min-wrap img {
  margin: 0 30px;
	transition: all linear 500ms;
}

.min-wrap img.thin {
	position: absolute;
	left: 0;
	top: 0;
}

.min-wrap img.thick {
	opacity: 0;
}

.rotate {
	transform: rotate(90deg);
	margin: 0!important;
}

img.close {
	width: 140px;
}

/* HOME – INTRODUCTION */
.quarter.bg-fill {
  /* width: calc(20% - 5px); */
	width: 198.5px;
}

.half.bg-fill {
  /* width: calc(40% - 5px); */
	width: calc(100% - 605.5px);
}

/* SECTIONS – INTRODUCTION */
.fix-sec-ttl, .a-fix-ttl {
  border-top: none;
  margin-top: 166px;
	margin-bottom: 60px;
  position: relative;
  z-index: 1;
	height: 40px;
}

.a-fix-ttl {
	margin-top: 0;
}

body.blog .a-fix-ttl {
	margin-top: 34px;
}

body.single-post .a-fix-ttl {
	margin-top: 154px;
}

.sec_intro.contact .fix-sec-ttl {
	border-top: 8px solid black;
}

.fix-sec-ttl h1 {
	top: 0;
	/* right: 0; */
	left: 0;
	position: absolute;
	transition: none;
}

.img-wrap.quarter {
	width: calc(20% - 5px);
}

.img-wrap.th-quarter {
  width: calc(80% - 5px);
}

.img-wrap.half {
	width: calc(50% - 5px);
	float: right;
	margin-right: 0!important;
}

.text-content {
  width: calc(60% - 10px);
}

.body-content {
  column-count: 2;
}

.list-wrap {
  clear: both;
  overflow: hidden;
}

.l-sec-ttl h1 {
	float: left;
	width: 40%;
}

.list-content, .column-content {
	margin-top: 6px;
  width: calc(60% - 5px);
  float: right;
}

/* SECTIONS – LIST */
.list-wrap, .th-column-wrap {
	margin-bottom: 30px;
	margin-top: 20px;
}
	
.list-wrap {
    border-bottom: 8px solid;
}
	
.entry-content > .module-Wrap:last-of-type > .list-wrap {
   border-bottom: none!important;	
}

.list-content {
   margin-bottom: 10px;	
}

/* SECTIONS – IMAGES */
.module-Wrap .img-wrap {
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 0 5px;
}
	
.img-wrap.half {
    width: calc(50% - 10px);
}
	
.flex-img-wrap {
    clear: both;
    overflow: hidden;
    font-size: 0;
    text-align: justify;
    padding: 0;
    direction: rtl;
    margin-left: -5px;
    margin-right: -5px;
}
/* SECTIONS – CONTACT FORM */
span.wpcf7-form-control-wrap.your-name,
span.wpcf7-form-control-wrap.your-email,
form label {
  width: 40%;
}

span.wpcf7-form-control-wrap.your-location,
span.wpcf7-form-control-wrap.your-phone,
input[type="submit"] {
  width: 60%;
	width: calc(60% - 10px);
}

.c-col {
  width: 40%;
}

.c-col p {
	padding-left: 0;
	padding-right: 10px;
  max-width: 370px;
}

/* .c-col:nth-child(2) p {
	max-width: 350px;
} */

.c-col:last-child p {
	padding: 0;
}

.c-col:last-child {
  width: 20%;
}

/* JOURNAL & SINGLE POST */
body.single-post .img-wrap {
  width: 40%;
  float: left;
}

.intro-wrap .img-wrap {
	margin-top: 6px;
}

.i-s-w {
	padding-right: 5px;
}

body.blog main#primary {
  padding: 0 5px 0 7px;
}

body.blog article:nth-child(3n) {
  margin-right: 20%;
}

body.blog article:nth-child(4n + 1) {
	margin-right: 19%;
}

body.blog article {
	width: auto;
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

/* .a-fix-ttl {
  position: fixed;
	right: 10px;
	top: 20px;
	z-index: 11;
	border-top: none;
} */

.a-w-p {
  padding: 0 5px 0 3px;
}

.article-wrap {
	padding: 0;
}

body.blog article:nth-child(2n - 1) > .article-wrap,
body.blog article:nth-child(2n) > .article-wrap {
	padding: 0;
}

body.blog article.twenty {
	width: 20%;
}

body.blog article.forty {
	width: 39%;
}

body.blog article.sixty {
	width: 60%;
}

}

@media screen and (min-width: 1400px) {
/* GLOBAL */
	body {
		max-width: 1400px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	
.head-wrap {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
	
.site-branding {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
}
	
.ho-tag {
    width: 1380px;
    left: 0;
    right: 0;
    margin: auto;
}
/* HEADER */

/* FOOTER */

/* HOME – INTRODUCTION */

/* SECTIONS – INTRODUCTION */

/* SECTIONS – LIST */

/* SECTIONS – IMAGES */

/* SECTIONS – CONTACT FORM */
}
