/*!
Theme Name: WHIMSY
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
*/


@media screen and (min-width: 0) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
	html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	}

	body {
		margin: 0;
		padding: 45px 15px 0 15px;
		margin-top: 81px;
	}

	body, html, a, p, h1, h2, h3, h4, h5, h6, span, div {
		font-family: 'neue-haas-grotesk-text', 'Helvetica', sans-serif;
		font-weight: normal;
	}

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

	.hc-inner a:hover, .top-bar a:hover {
		text-decoration: underline;
	}

	strong, strong a, b {
		font-weight: 500;
	}

	img {
		display: block;
		width: 100%;
		max-width: none;
		height: auto;
	}
/*--------------------------------------------------------------
# HOVERS
--------------------------------------------------------------*/
.head a, span.m-toggle, ul#primary-menu li a,
.back a, .post-nav a {
	display: inline-block;
    transition: transform 250ms ease-in-out, padding 250ms ease-in-out;
}

input[type="submit"] {
	cursor: pointer;
	transition: transform 250ms ease-in-out, margin 250ms ease-in-out;
}

.filter-nav a {
	display: inline-block;
    transition: transform 250ms ease-in-out, padding 250ms ease-in-out;
}

.head a:hover, span.m-toggle:hover {
    transform: skew(-40deg, 0deg);
    padding: 0 5px;
	text-decoration: none;
}

.filter-nav a:hover, .back a:hover, .post-nav a:hover {
	text-decoration: none;
	transform: skew(-40deg, 0deg);
}

ul#primary-menu li a:hover {
	transform: skew(-40deg, 0deg);
    padding: 0 15px;
}

input[type="submit"]:hover {
	transform: skew(-40deg, 0deg);
    margin: 0 15px;
}
/*--------------------------------------------------------------
# SCROLLBAR
--------------------------------------------------------------*/
.filter-nav ul::-webkit-scrollbar,
.add-gallery::-webkit-scrollbar {
	height: 2px;
  width: 0;
}

.filter-nav ul::-webkit-scrollbar-track,
.add-gallery::-webkit-scrollbar-track {
  background: transparent;
	border-bottom: 1px dotted black;
}

.filter-nav ul::-webkit-scrollbar-thumb,
.add-gallery::-webkit-scrollbar-thumb {
  background: black;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
	header#masthead {
		font-size: 10px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
	}

	.h-wrap {
		font-size: 0;
		padding: 15px;
		background: white;
		position: relative;
	}

	.h-col {
		text-transform: uppercase;
	}

	.h-col.w-50 {
		font-size: 20px;
		width: 50%;
		display: inline-block;
	}

	span.m-toggle {
		font-size: 20px;
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
	}

	nav#site-navigation {
		display: none;
	}

	ul#primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

	ul#primary-menu li, ul#primary-menu li a {
		font-size: 55px;
		line-height: 55px;
	}

	nav#site-navigation {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
		z-index: -1;
  }

	.menu-menu-1-container {
    padding: 131px 15px 15px 15px;
  }

	img.menu-icon {
    position: absolute;
		display: block;
    width: 350px;
    top: 0;
    right: 0;
		display: none;
		mix-blend-mode: difference;
		filter: blur(30px);
		opacity: 0;
		transition: filter 1000ms ease-in-out, opacity 500ms ease-in-out;
	}

	img.menu-icon.unblur-m {
		filter: blur(0);
		opacity: 1;
	}

	.transparent {
		background: transparent!important;
	}

	.access-trigger {
		position: fixed;
		width: 26px;
		height: 26px;
		right: 15px;
		top: 53px;
		bottom: auto;
		z-index: 5;
		color: white;
		background: black;
		margin: auto;
		cursor: pointer;
		transition: transform 500ms ease-in-out;
    }

	.access-trigger:hover {
		transform: skew(0deg, -40deg);
	}

	.at-inner img, .at-inner svg {
		width: 100%;
		height: auto;
		margin: auto;
		fill: white;
    }

	.at-txt {
		display: none;
		font-size: 25px;
		text-align: center;
		transform: rotate(90deg);
		margin-top: 2px;
		margin-bottom: 29px;
	}

	body.home .access-trigger {
		background: white;
		color: black;
		mix-blend-mode: screen;
	}

	body.home .at-inner img, body.home .at-inner svg {
		fill: black;
	}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
body.home .h-wrap {
	background: transparent;
}

body.home footer#colophon {
  position: fixed;
  bottom: 0;
  left: 15px;
  right: 15px;
	mix-blend-mode: difference;
}

body.home .hc-inner,
body.home .hc-inner a,
body.home .m-toggle {
  color: white;
  transition: color 500ms ease-in-out, transform 250ms ease-in-out, padding 250ms ease-in-out;
}

body.home .h-wrap.visible .hc-inner,
body.home .h-wrap.visible .hc-inner a,
body.home .h-wrap.visible .m-toggle {
	color: black;
}

.hero-vid-container	{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
}

.h-v-wrap {
	width: 100%;
	height: 100%;
	width: 100vw;
	height: 100vh;
}

.hero-vid-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.aoc-fill {
    position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: black;
	margin: auto;
	z-index: 10;
}

.aoc-large {
    font-size: 20px;
	color: white;
	position: fixed;
	left: 15px;
	top: 15px;
	right: 15px;
}

#videoContainer {
   display: none;
}

#imageContainer, .h-i-wrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

body.holding-mt .m-toggle,
body.holding-mt .access-trigger {
	display: none;
}

.mt-fill-black {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.mt-text {
    color: white;
    font-size: 60px;
    padding: 83px 14px 14px 14px;
}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
header.page-header {
	font-size: 0;
}

.pg-ttl, .cat-ttl {
	display: inline-block;
	width: 50%;
}

.ph-desktop {
    display: none;
}

.ph-mobile {
   position: relative;
}

.filter-nav-mobile {
   padding-bottom: 60px;
   display: none;
}

.filter-nav-mobile ul,
.filter-nav-mobile ul li {
   list-style: none;
   font-size: 36px;
   margin: 0;
   padding: 0;
}

.filter-nav-mobile ul li {
   border-top: 0.5px solid;
}

.filter-nav-mobile ul {
   border-bottom: 0.5px solid;
}

.filter-arrow {
    width: 25px;
    position: absolute;
    top: 4px;
    right: 0;
	transform: rotate(90deg);
	transition: transform 500ms ease-in-out;
	z-index: -1;
/* 	mix-blend-mode: difference; */
}

body.blog .filter-arrow {
	mix-blend-mode: normal;
}

.arrow-rotate {
    transform: rotate(45deg);
}

.semi-circ {
    width: 25px;
    height: 13px;
    background: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: -0.5px;
}

.ph-mobile .pg-ttl {
    width: 100%;
}

.ph-mobile h1.page-title {
   cursor: pointer;
}

h1.page-title, span.h1 {
  font-size: 36px;
	margin: 0;
	margin-bottom: 60px;
	/* opacity: 0; */
}

.filter-wrap.top-bar {
	font-size: 0;
	margin-bottom: 15px;
	display: none;
}

body.single-post .filter-wrap.top-bar {
	display: block;
}

.filter-label, .filter-nav {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.filter-label, .filter-nav a {
	font-size: 10px;
	text-transform: uppercase;
}

.filter-nav ul {
	margin: 0;
	padding: 0;
}

.filter-nav ul li {
	list-style: none;
	font-size: 11px;
	margin: 0;
}

.post-block {
	margin-bottom: 60px;
}

.av-inner {
	position: relative;
	overflow: hidden;
}

.av-inner video, .av-inner img.av-cover, .a-inner video {
  position: absolute;
  left: -1px;
  top: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 101%;
  object-fit: cover;
	opacity: 0;
	display: none;
}

.entry-ttl {
	font-size: 0;
	margin-top: 15px;
}

body.blog h2.entry-title,
body.topic-work h2.entry-title {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
}

.entry-meta, .yr-no {
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
}

.h-ttl, .yr-ttl {
	display: inline-block;
	vertical-align: top;
}

.h-ttl {
	width: 80%;
	text-align: left;
}

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

body.blog .entry-meta, body.blog .yr-no,
body.topic-work .entry-meta, body.topic-work .yr-no {
	opacity: .35;
	font-size: 10px;
}

.cat-inner {
  max-width: 150px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
a.post-thumbnail {
  mix-blend-mode: normal;
}

body.archive a.post-thumbnail img {
  max-width: 400px;
}

body.archive a.post-thumbnail .a-inner {
	display: none;
}

h2.entry-title {
	font-size: 36px;
	margin: 0;
	margin-bottom: 15px;
	width: 80%;
}

.entry-meta {
	font-size: 0;
}

.ent-cats {
	font-size: 10px;
	width: 50%;
}

.ent-yr {
	width: 50%;
	text-align: right;
}

.ent-cats, .ent-yr {
	display: inline-block;
	vertical-align: top;
}

body.archive a.post-thumbnail {
	width: 0;
	height: 0;
	display: none;
}

/*--------------------------------------------------------------
# TOPIC WORK OVERRIDE
--------------------------------------------------------------*/
body.topic-work a.post-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}

body.topic-work a.post-thumbnail img {
	max-width: none;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post {
  padding-top: 153px;
}

.reg-content a, .sml-content a, .format a {
	text-decoration: underline;
}

.gallery-count, .back {
  font-size: 10px;
	text-transform: uppercase;
}

.gallery-count {
	width: 50%;
}

.back, .post-nav {
	width: 25%;
}

.post-nav {
	font-size: 0;
}

.post-nav a {
	font-size: 10px;
	text-transform: uppercase;
}

.post-nav > div {
	display: inline-block;
	width: 50%;
	text-align: right;
}

.gallery-count, .back, .post-nav {
	display: inline-block;
	vertical-align: top;
}

.gallery-wrap {
	position: relative;
}

.gallery {
  position: relative;
	margin-bottom: 10px;
}

.g-nav {
	width: 25%;
	height: 70%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 2;
	mix-blend-mode: difference;
}

.g-nav img {
	width: 20px;
	height: 27px;
	position: absolute;
	cursor: pointer;
}

.g-prev {
	left: 0;
}

.g-next {
	right: 0;
}

.l-arrow, .r-arrow {
	height: 100%;
	position: relative;
}

.l-arrow img {
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	mix-blend-mode: difference;
}

.r-arrow img {
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	mix-blend-mode: difference;
}

.slide-box:first-child {
  position: relative;
}

.slide-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transition: opacity 500ms ease-in-out;
}

.active {
	opacity: 1;
	z-index: 1;
	/* position: relative; */
}

.slide {
	height: 100%;
	background: white;
}

.slide-box img {
	width: 100%;
}

.slide-box img.s-landscape,
.slide-box img.s-square {
	height: 100%;
	object-fit: cover;
}

.slide-box img.s-portrait {
	height: 100%;
	object-fit: contain;
}

.gallery > .slide-box.first > .slide .iframe-wrap {
  padding-top: 56.25%;
  height: auto;
}

.iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
/*   padding-top: 56.25%; */
}

iframe {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

img.g-ph {
	mix-blend-mode: difference;
}

.white-bg {
	background: white;
}

h1.entry-title, .atc-ttl h2 {
  font-size: 36px;
	margin-top: 0;
}

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

.atc-ttl h2 {
	margin-bottom: 30px;
}

.format {
  margin-bottom: 60px;
}

.format, .sml-content p {
  font-size: 11px;
}

.sml-content p {
	margin-top: 0;
	margin-bottom: 15px;
}

.reg-content {
	margin-bottom: 60px;
}

.reg-content h2 {
  font-size: 36px;
	font-weight: normal;
	margin-top: 0;
}

.reg-content p:first-child {
	text-indent: 0;
}

.reg-content p {
  font-size: 16px;
	line-height: 21px;
  text-indent: 30px;
	margin: 0;
}

blockquote {
    margin: 0;
}

blockquote p, blockquote em, blockquote p em {
    font-size: 36px;
    font-style: normal;
		margin: 0;
}

.bottom-block {
	font-size: 0;
	margin-top: 60px;
}

.bottom-block .right-col.w-25 {
	margin-top: 30px;
	width: 50%;
}

.bottom-block .right-col.w-25 .c-inner {
	font-size: 11px;
	max-width: 250px;
	/* padding-left: 15px; */
	/* text-transform: uppercase; */
}

.add-gallery {
	font-size: 0;
	white-space: nowrap;
	overflow-y: scroll;
}

.st-slide-box {
  width: 40%;
	margin-right: 15px;
  display: inline-block;
}

.st-slide-box:last-child {
	margin-right: 0;
}

.img-cap {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

.sl-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 53;
    font-size: 10px;
    padding: 12px 10px 0 0;
    width: 50%;
    background: white;
/* 	display: none; */
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.list {
	font-size: 11px;
}

.list strong {
    text-transform: uppercase;
    font-size: 11px;
}

.list p {
	font-size: 11px;
	margin: 0;
	padding-left: 30px;
  text-indent: -30px;
}

.ab-contact-block p {
	font-size: 11px;
	text-transform: uppercase;
}

.list-block {
	margin-bottom: 15px;
}

input[type="email"]::placeholder {
    color: black;
}

input[type="email"] {
    border: none;
    border-bottom: 1px solid black;
    background: transparent;
    color: black;
    margin-bottom: 10px;
    padding: 5px 0 3px 0;
    width: 215px;
	outline: none;
	font-size: 11px;
}

input[type="submit"] {
    width: 215px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid black;
    background: transparent;
    box-shadow: none;
    padding: 5px 0 3px 0;
	font-size: 11px;
	display: inline-block;
	color: black;
}

.aoc-inner {
	margin-bottom: 60px;
}

.aoc-inner p {
    text-transform: none;
	font-size: 16px;
    line-height: 21px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.s-b-wrap {
	margin-bottom: 1%;
}

img.banner-load-white {
  mix-blend-mode: difference;
}

footer#colophon img {
  width: 100%;
}

footer {
	margin-top: 30px;
	overflow: hidden;
}


}

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

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.contact-inner, .newsletter {
    width: 50%;
    display: inline-block;
	vertical-align: top;
}

.ab-contact-block {
    font-size: 0;
}

#mc_embed_signup {
    margin-top: 5.5px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.s-b-wrap {
	margin-bottom: .5%;
}

}

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

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.l-pad {
	padding-left: 7.5px;
}

ul#primary-menu li, ul#primary-menu li a {
  font-size: 90px;
	line-height: 90px;
}

.menu-menu-1-container {
	padding: 130px 15px 15px 15px;
}

span.m-toggle {
	top: 12.5px;
	right: auto;
    left: 50%;
    left: calc(50% + 7.5px);
}

.access-trigger {
	top: 12.5px;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.aoc-large {
    font-size: 36px;
}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
main#primary {
    font-size: 0;
}

.filter-wrap.top-bar {
	display: block;
}

.ph-desktop {
	display: block;
}

.filter-nav-mobile, .ph-mobile {
    display: none;
}

h1.page-title, span.h1 {
    font-size: 55px;
}

.filter-nav ul {
    white-space: nowrap;
		overflow-y: scroll;
		margin-left: 7.5px;
}

.filter-nav ul li {
	display: inline-block;
	margin-right: 15px;
}

article {
    width: 50%;
		width: calc(50% - 7.5px);
    display: inline-block;
		vertical-align: top;
}

article:nth-child(2n) {
	margin-right: 15px;
}

body.archive article:nth-child(2n - 1) {
	margin-right: 15px;
}

body.archive article:nth-child(2n) {
	margin-right: 0;
}

.filter-fill {
	width: 100%;
}

.pad {
	height: 29px;
}

.fixed {
	position: fixed;
	top: 0;
	padding-top: 98px;
	padding-bottom: 15px;
  left: 15px;
  right: 15px;
	z-index: 2;
}

.filter-wrap.top-bar {
	background: white;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.ent-yr {
	text-align: left;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post {
  padding-top: 174px;
}

body.single article {
	width: auto;
	margin: auto;
}

.back {
  width: 20%;
}

.post-nav {
  width: 30%;
}

.post-nav .prev {
  text-align: left;
}

.post-nav .prev a {
	padding-left: 15px;
}

.back a {
  padding-left: 7.5px;
}

.top-block {
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.gallery {
	margin-bottom: 0;
}

.left-col.w-75 {
  width: 70%;
	display: table-cell;
	vertical-align: top;
}

.atc-ttl {
  margin-top: -6.5px;
}

h1.entry-title, .atc-ttl h2,
.reg-content h2, blockquote,
blockquote p, blockquote p em,
blockquote em {
	font-size: 30px;
}

.mid-block {
	display: table;
}

.right-col.w-25 {
  width: 30%;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.right-col.w-25 .c-inner {
  padding-left: 15px;
}

.right-col.w-25 .c-inner p:last-child {
  margin-bottom: 0;
}

.format {
  margin-bottom: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.bottom-block {
	display: table;
}

.sl-caption {
    width: 25%;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
body.page article {
	width: auto;
	margin: auto;
}

body.page .reg-content h2 {
  margin-top: -5px;
}

.pg.top-block {
  width: 100%;
  display: block;
	clear: both;
	overflow: hidden;
}

.pg.top-block .right-col.w-50 {
	float: left;
	margin-right: 15px;
	width: 50%;
	width: calc(50% - 7.5px);
}

.pg.top-block .left-col.w-50 {
	float: right;
	width: 50%;
	width: calc(50% - 7.5px);
}

.pg.top-block {
	margin-bottom: 0;
}

.contact-inner, .newsletter {
    width: 100%;
}

.newsletter {
   margin-top: 59px;
}

#mc_embed_signup {
    margin-top: 0;
}

.ab-c1 {
    width: 85%;
}

.ab-contact-block {
    margin-top: -1px;
}

.aoc-inner {
    margin-bottom: 20px;
}

.aoc-inner p {
	font-size: 12px;
	line-height: normal;
	margin-top: 0;
}

.contact-inner p {
    margin-top: 0;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.s-b-wrap {
	margin-bottom: 0%;
}

}

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

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
/* .h-col.w-50, span.m-toggle {
  font-size: 12px;
} */

.menu-menu-1-container {
	padding: 135px 15px 15px 15px;
}

.access-trigger {
	top: 15px;
	right: 0;
	height: 86px;
}

.at-txt {
    display: block;
}

.at-inner img, .at-inner svg {
	border-top: 1px dotted;
}

/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
body.blog h2.entry-title,
body.topic-work h2.entry-title,
.filter-label, .filter-nav a,
body.blog .entry-meta, body.blog .yr-no,
body.topic-work .entry-meta, body.topic-work .yr-no,
.yr-no {
	font-size: 12px;
}

h1.page-title, span.h1 {
  font-size: 75px;
}

article {
  width: calc(25% - 11.25px);
	margin-right: 15px;
}

article:nth-child(4n + 1) {
	margin-right: 0;
}

.av-inner .av-cover {
	display: none;
	opacity: 1;
}

.av-inner img.av-cover {
    opacity: 1!important;
}

.a-inner video {
	display: block;
	filter: blur(30px);
	transition: filter 1000ms ease-in-out, opacity 500ms ease-in-out;
}

video.unblur-v {
	filter: blur(0);
	opacity: 1;
}

.fixed {
	padding-top: 119px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.ent-cats {
	font-size: 12px;
}

body.archive article {
  width: calc(50% - 7.5px);
}

h2.entry-title {
	font-size: 55px;
}

.post-block {
	position: relative;
}

body.archive a.post-thumbnail {
	position: absolute;
	right: 0;
	top: 38px;
	width: auto;
	height: auto;
	display: block;
	z-index: -1;
}

body.archive a.post-thumbnail img {
  max-width: 400px;
	width: 400px;
}

.fill-block {
	width: 400px;
	height: 267px;
	background: black;
}

.a-inner {
	filter: blur(30px);
	transition: filter 1000ms ease-in-out;
}

.unblur {
	filter: blur(0);
}
/*--------------------------------------------------------------
# TOPIC WORK OVERRIDE
--------------------------------------------------------------*/
body.topic-work a.post-thumbnail img {
  max-width: none;
	width: 100%;
}

body.topic-work a.post-thumbnail {
	position: relative;
	top: auto;
	right: 0;
	z-index: 0;
}

body.topic-work article {
  width: calc(25% - 11.25px);
	margin-right: 15px;
}

body.topic-work article:nth-child(2n) {
	margin-right: 15px;
}

body.topic-work article:nth-child(4n) {
	margin-right: 0;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post {
  padding-top: 191px;
}

body.single-post article {
  width: 100%;
	margin: auto;
}

.gallery-count, .back, .post-nav a {
	font-size: 12px;
}

.g-nav {
	display: none;
	mix-blend-mode: difference;
}

.post-nav .next {
	text-align: left;
}

.reg-content p {
	font-size: 20px;
	line-height: 25px;
}

.format, .sml-content p {
  font-size: 13px;
}

h1.entry-title, .atc-ttl h2,
.reg-content h2, blockquote,
blockquote p, blockquote p em,
blockquote em {
	font-size: 36px;
}

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

.bottom-block .right-col.w-25 .c-inner {
	font-size: 13px;
}

.img-cap {
	font-size: 12px;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.list {
    column-count: 2;
    column-gap: 15px;
	max-width: 800px;
}

.list, .list strong, .list p, .ab-contact-block p,
input[type="email"], input[type="submit"] {
  font-size: 13px;
}

.ab-c1, .ab-c2 {
	display: inline-block;
    width: 50%;
	vertical-align: top;
}

.aoc-inner {
    max-width: 320px;
}

.aoc-inner p {
	font-size: 13px;
	line-height: 15px;
}

.contact-inner, .newsletter {
	padding-left: 20px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.s-b-wrap {
	margin-bottom: -.5%;
}

}

@media screen and (min-width: 1025px) {
	#videoContainer {
		display: block;
	}

	#imageContainer {
		display: none;
	}
}

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

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.menu-menu-1-container {
	padding: 137.5px 15px 15px 15px;
}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
h1.page-title, span.h1 {
    font-size: 90px;
}

.fixed {
	padding-top: 143px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post {
  padding-top: 214px;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.s-b-wrap {
	margin-bottom: -.8%;
}
}

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

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
	ul#primary-menu li,
	ul#primary-menu li a {
	    font-size: 100px;
			line-height: 100px;
	}

	.menu-menu-1-container {
		padding: 138.5px 15px 15px 15px;
	}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
	h1.page-title, span.h1 {
	    font-size: 100px;
	}

	.fixed {
		padding-top: 149px;
	}
}

@media screen and (min-width: 1750px) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
body {
	padding: 60px 15px 0 15px;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
/* .h-col.w-50, span.m-toggle {
  font-size: 15px;
} */

.fixed {
  padding-top: 183px;
}

.menu-menu-1-container {
  padding: 149.5px 15px 15px 15px;
}

ul#primary-menu li, ul#primary-menu li a {
  font-size: 120px;
  line-height: 120px;
}

img.menu-icon {
	width: 400px;
}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
h1.page-title, span.h1 {
  font-size: 120px;
}

body.blog h2.entry-title,
body.topic-work h2.entry-title,
.filter-label, .filter-nav a,
body.blog .entry-meta, body.blog .yr-no,
body.topic-work .entry-meta,
body.topic-work .yr-no, .yr-no {
  font-size: 15px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
body.blog .post-block,
body.topic-work .post-block {
	width: auto;
}

.post-block {
  position: relative;
  width: 670px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post {
  padding-top: 254px;
}

.gallery-count, .back, .post-nav a {
  font-size: 15px;
}

.back {
  width: 340px;
}

.post-nav {
  width: 513px;
	margin-left: calc(50% - 853px);
}

.left-col.w-75 {
  display: inline-block;
	max-width: 1200px;
	width: 1200px;
}

.right-col.w-25 {
	width: 520px;
}

.mid-block {
	display: block;
}

.mid-block .right-col.w-25 {
  display: inline-block;
  margin-left: calc(100% - 1720px);
  max-width: 350px;
}

h1.entry-title, .atc-ttl h2,
.reg-content h2, blockquote,
blockquote p, blockquote p em,
blockquote em {
  font-size: 65px;
}

body.page .reg-content h2 {
  margin-top: -11px;
}

h1.entry-title {
	margin-top: -11px;
}

.reg-content p {
  font-size: 26px;
  line-height: 31px;
}

.format, .sml-content p,
.bottom-block .right-col.w-25 .c-inner {
  font-size: 16px;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.list, .list strong, .list p, .ab-contact-block p {
  font-size: 16px;
}

.list {
	column-gap: 30px;
  max-width: 800px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.s-b-wrap {
    margin-bottom: -22px;
}

}

/* @media screen and (min-width: 2140px) {
	header#masthead {
		width: 2140px;
    margin-left: auto;
    margin-right: auto;
	}

	.menu-menu-1-container {
		padding: 158.5px 15px 15px 15px;
		width: 2110px;
    margin: auto;
	}

	ul#primary-menu li, ul#primary-menu li a {
    font-size: 160px;
    line-height: 150px;
		margin-left: -6px;
  }

	.fixed {
		left: 14px;
    right: 15px;
		padding-top: 233px;
	}

	.filter-wrap.top-bar {
		width: 2110px;
		margin-left: auto;
		margin-right: auto;
	}

	main#primary {
    width: 2110px;
    margin-left: auto;
    margin-right: auto;
  }

	h1.page-title, span.h1 {
    font-size: 160px;
    margin-left: -10px;
  }

	footer#colophon {
		width: 2110px;
		margin-left: auto;
		margin-right: auto;
	}

	.s-b-wrap {
	   margin-bottom: -30px;
	}
}
 */
