/*!
Theme Name: STORY
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@media screen and (min-width: 0) {
/*--------------------------------------------------------------
# WEBFONTS
--------------------------------------------------------------*/
@font-face {
  font-family: 'Grosa';
  src: url('./webfonts//grosaGrosa-Light.woff2'),
       url('./webfonts/grosa/Grosa-Light.woff');
  font-weight: 100;
}
    
@font-face {
  font-family: 'Grosa';
  src: url('./webfonts/grosa/Grosa-LightItalic.woff2'),
       url('./webfonts/grosa/Grosa-LightItalic.woff');
  font-weight: 100;
  font-style: italic;
}
    
@font-face {
  font-family: 'Grosa';
  src: url('./webfonts/grosa/Grosa-Regular.woff2'),
       url('./webfonts/grosa/Grosa-Regular.woff');
  font-weight: normal;
}

@font-face {
  font-family: 'Grosa';
  src: url('./webfonts/grosa/Grosa-RegularItalic.woff2'),
       url('./webfonts/grosa/Grosa-RegularItalic.woff');
  font-weight: normal;
  font-style: italic;
}
    
@font-face {
  font-family: 'Grosa';
  src: url('./webfonts/grosa/Grosa-Medium.woff2'),
       url('./webfonts/grosa/Grosa-Medium.woff');
  font-weight: 600;
}
    
@font-face {
  font-family: 'Grosa';
  src: url('./webfonts/grosa/Grosa-Bold.woff2'),
       url('./webfonts/grosa/Grosa-Bold.woff');
  font-weight: 800;
}  
  
@font-face {
  font-family: 'Grotzec';
  src: url('./webfonts/grotzec-condensed-bold/GrotzecCond-Bold3.woff2'),
       url('./webfonts/grotzec-condensed-bold/GrotzecCond-Bold3.woff');
  font-weight: 800;
}
    
@font-face {
  font-family: 'Grotzec';
  src: url('./webfonts/grotzec-condensed-demibold/GrotzecCond-Demibold3.woff2'),
       url('./webfonts/grotzec-condensed-demibold/GrotzecCond-Demibold3.woff');
  font-weight: 600;
}
    
@font-face {
  font-family: 'GTSectraFine';
  src: url('./webfonts/gt-sectra-fine/GT-Sectra-Fine-Book.woff');
  font-weight: normal;
}
    
@font-face {
  font-family: 'GTSectraFine';
  src: url('./webfonts/gt-sectra-fine/GT-Sectra-Fine-Book-Italic.woff');
  font-weight: normal;
  font-style: italic;
}
    
@font-face {
  font-family: 'GTSectraFine';
  src: url('./webfonts/gt-sectra-fine/GT-Sectra-Fine-Medium.woff');
  font-weight: 600;
}
    
@font-face {
  font-family: 'GTSectraFine';
  src: url('./webfonts/gt-sectra-fine/GT-Sectra-Fine-Medium-Italic.woff');
  font-weight: 600;
  font-style: italic;
}
    
body, html, h1, h2, h3, h4, h5, h6, p, a{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
    padding-top: 140px;
}

main {
	display: block;
}
    
h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
    
h1, h1 a {
   font-family: 'Grotzec';
   text-transform: uppercase;
   font-size: 36px;
   line-height: 36px;
   text-align: center;
}
    
.sml {
   font-size: 24px; 
}
	
.entry-content h1.sml {
    font-size: 28px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
    
h2 {
    font-size: 23px;
	line-height: 29px;
    text-align: center;
}
	
.entry-content h2.sml {
    font-size: 20px;
    line-height: 22px;
	font-family: 'Grotzec';
    text-transform: uppercase;
	font-weight: 800;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
	text-align: left;
}
    
h3 {
    margin: 0;
    padding-left: 40px;
    text-indent: 40px;
    font-size: 19px;
    line-height: 26px;
}
	
h3 blockquote {
	margin: 0;	
}
	
h3 blockquote p {
	text-indent: 40px;
	font-size: 19px;
    line-height: 26px;
}
    
h3:first-child, h3:first-of-type, h3 blockquote p:first-child, h3 blockquote p:first-of-type {
    text-indent: 0;
    margin-top: 40px;
}
	
h3.ind {
	text-indent: 40px;
}
    
h3:last-child, h3:last-of-type {
    margin-bottom: 40px;
}
    
h2, h3, .serif, h3 blockquote p {
   font-family: 'GTSectraFine'; 
   font-weight: 100;
}
	
h4 {
	font-weight: normal;
}
	
h4 span {
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
    
blockquote {
    margin: 0px 15px 80px 15px;
}
    
h4, p, .entry-content ul {
   font-size: 14px;
   line-height: 18px;
}
    
h4, p, .san-serif, .entry-content ul {
   font-family: 'Grosa'; 
}
    
.san-serif.upper {
   text-transform: uppercase;
   font-weight: bold;
   font-size: 12px;
   letter-spacing: .5px;
}
    
span.serif {
   font-size: 14px;
   line-height: 18px;
   display: block;
}
    
a {
   color: #232323;
   text-decoration: none;
}
	
body.single-post h1.arch-ttl, body.archive h1.arch-ttl {
	display: none;	
}
	
hr {
    border: none;
    border-top: 1px solid;
    background: transparent;
    margin: 20px auto;
}
/*--------------------------------------------------------------
# TRANSITIONS AND HOVERS
--------------------------------------------------------------*/    
body, a.btn, .sb-under {
    transition: background-color 400ms ease-in-out, color 400ms ease-in-out;
}
    
.mob-nav, .nav-bar, .sn-top, .m-line {
   transition: background-color 400ms ease-in-out;
}
    
html, h1, h2, h3, h4, h6, a, p, ul, li, ul.menu a, .m-toggle, .mob-ttl, a.btn {
    transition: color 400ms ease-in-out;
}
    
svg {
    transition: fill 400ms ease-in-out;
}
    
ul.menu li, article, .related-posts h1, img, .nav-links a {
    transition: filter 200ms ease-in-out;    
}
	
header.entry-header {
	transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
}
    
.blur {
    filter: blur(1px);
}
    
 header.entry-header.blur, article.blur {
    filter: blur(2px);
}
	
img.blur {
    filter: blur(10px);
}
	
.no-vis, .noimg-vis, .insta-vis {
	opacity: 0;
}
	
.m-toggle, .entry-content, .img-block, footer {
	transition: opacity 200ms ease-in-out; 		
}
	
.unstick {
	position: absolute!important;
    top: 0!important;
    bottom: auto!important;
    border-top: none!important;
    border-bottom: 1px solid;
}
	
.cross .m-line:first-child {
	transform: rotate(45deg);
	margin-top: 6.75px;
}
	
.cross .m-line:last-child {
    transform: rotate(-45deg);	
	margin-top: -7px;
}
	
.sil-inner img {
	cursor: pointer;
}
	
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
header#masthead {
    font-size: 0;
/*    padding: 15px;*/
}
    
.nav-bar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background: white;
    padding: 20px;
}
	
.nb-over {
	background: #ffffff33;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
    
.desk-navigation {
    display: none;
}
    
.mob-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 5;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
	overflow-y: scroll;
}
    
.mob-nav .menu {
    margin: auto;
    padding: 138px 15px;
}
    
.m-toggle {
   font-family: 'Grotzec'; 
   font-size: 18px;
   text-transform: uppercase; 
   font-weight: 600;
   color: #232323;
   text-decoration: none;
}
	
.m-toggle {
	position: relative;
	z-index: 5;
}
	
.m-line {
	background: #232323;	
	height: 3px;
	width: 23px;
	margin-bottom: 4px;
}
	
.mob-ttl {
   top: 8px;
   left: 0;
   right: 0;
   text-align: center;
   position: absolute;
}
	
h5 {
   font-family: 'Grotzec'; 
   font-size: 16px;
   text-transform: uppercase; 
   font-weight: 800;
   color: #232323;	
   margin: 0;
}
    
ul.menu {
    font-size: 36px;
    text-align: left;
    padding: 40px 0px 0 0;
    margin: 0;
    list-style: none;
    font-family: 'Grotzec'; 
    text-transform: uppercase; 
    font-weight: 800;
}
	
.mob-nav ul.menu {
	font-weight: 600;
}
	
.mob-nav ul.menu li {
	margin-bottom: 15px;
}
    
ul.menu a {
    color: #232323;
    text-decoration: none;
}
    
header.entry-header {
    text-align: center;
    margin-bottom: 60px;
}
	
ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: auto;
	padding-top: 10px;
    font-size: 20px;
	line-height: 35px;
	display: none;
}
	
.mob-nav ul.sub-menu li {
	margin-bottom: 0;	
}
	
.mob-nav li.menu-item-has-children::after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
	cursor: pointer;
}
	
li.menu-item-has-children.rotate::after {
	transform: rotate(45deg);
}
	
.mob-nav li.menu-item-has-children {
    position: relative;
}
	
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-wrap.desktop {
	display: none;	
}
	
footer {
    margin-top: 160px; 
	font-family: 'Grosa';
	font-size: 14px;
    line-height: 18px;
}

.f-inner {
	border-top: 1px solid;
    padding: 25px 0;
	margin: 0 20px;
}
	
.f-block {
	background: #ffffff33;	
}

.f-block.f-end {
    background: #ffffff4d;
}
	
.f-block svg, .f-block img {
    width: 150px;
}
	
span.divider {
    display: inline-block;
    margin: 0 15px;
}
	
.b-link .f-inner , .f-end .f-inner {
	border-top: none;	
}
   
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.video-over video {  
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
	
.enter-btn {
  position: fixed;	
  right: 0;
  left: 0;
  bottom: 20px;
  z-index: 50;
  text-align: center;
  font-family: 'Grotzec';
  text-transform: uppercase;
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
	
body.home {
    padding-top: 0;
}
    
main#primary {
    min-height: 100%;
    min-height: 100vh;
	min-height: calc(100vh - 80px);
    position: relative;    
}
    
.intro-quote {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
}
    
.intro-quote h2 {
    font-size: 25px;
	line-height: normal;
    margin-bottom: 40px;
}
    
.intro-quote h2:before, h3 blockquote p:before {
    content: '“';
    display: block;
    font-family: 'Grotzec';
    font-size: 48px;
    line-height: 40px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.arch-ttl {
    margin-bottom: 40px;
}
    
header.entry-header {
    padding: 0 15px;
}
    
header.entry-header h2:before,
blockquote h2:before {
    content: '“';
    display: block;
    font-family: 'Grotzec';
    font-size: 48px;
    line-height: 40px;
}
	
.arch-desc {
	margin: 0 40px 80px 40px;
}
 	
.ad-inner {
	max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
	
.arch-desc p:first-child {
    text-indent: 0;
    margin-top: 14px;
}
	
.arch-desc p {
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 20px;
}
/*--------------------------------------------------------------
# ARCHIVE – STORIES
--------------------------------------------------------------*/
body.category-stories header.entry-header {
    margin-bottom: 160px;
}
    
body.category-stories header.entry-header h1 {
    margin-bottom: 60px;
}
    
body.category-stories header.entry-header h2 {
    margin-top: 20px;
    margin-bottom: 40px;
}
	
body.category-stories header.entry-header h1 .sml {
	border-bottom: 1px dotted;	
}
    
.scrolling-image {
    display: none;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post article {
    margin: 0 40px;
}
	
body.single-post header.entry-header {
    margin-bottom: 80px;
}
	
body.single-post.topic-stories h2 {
	text-align: left;
	max-width: 360px;
	margin: 20px auto;
}
    
body.single-post p {
    margin: auto;
    text-indent: 20px;
	max-width: 360px;
}
	
body.single-post h3 blockquote p {
	width: auto;
}
	
body.single-post h4 {
	max-width: 360px;
	margin: auto;
	margin-bottom: 20px;
}
    
body.single-post p:first-child {
    text-indent: 0;
}
	
body.single-post p span.ind {
	display: block;
	text-indent: 20px;
}
    
.entry-content ul {
	max-width: 360px;
}
	
.entry-content ul {
	margin: auto;
	padding: 0;
	margin-bottom: 40px;
}
	
.entry-content ul li {
	list-style: none;
	padding-left: 12px;
    text-indent: -11px;
}

.entry-content ul li:before {
	content: '– ';
}
    
.entry-content h3 {
    margin-left: auto;
	margin-right: auto;
	max-width: 360px;
	padding: 0;
}
    
.stories-nav {
    padding: 140px 0 15px 0;
    border-top: 1px solid;
    margin-top: 140px;
	position: relative;
}
    
.sn-top {
    border-top: 1px solid;
    padding: 20px;
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
    
span.cur-ttl, .nav-links a {
   font-family: 'Grotzec'; 
   font-size: 16px;
   text-transform: uppercase; 
   font-weight: 600;
}
    
span.cur-ttl {
    display: none;
}
    
.nav-links {
    font-size: 0;
}
    
.nav-previous, .nav-next {
    display: inline-block;
    width: 50%;
}
    
.nav-next {
    text-align: right;
}
	
.nav-previous a::before {
    content: '<';
    font-size: 30px;
    height: 15px;
    line-height: 11px;
    display: inline-block;
    vertical-align: middle;
}
	
.nav-next a::after {
    content: '>';
    font-size: 30px;
    height: 15px;
    line-height: 11px;
    display: inline-block;
    vertical-align: middle;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
body.page article {
    margin: 0 40px;
}
	
.pg-ttl h1 {
    text-align: left;
    margin: 0;
    line-height: normal;
    margin-bottom: 15px;
}
	
.p-column {
    margin-bottom: 60px;
}
	
.pg-ttl, .p-column p {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
    
.pc-inner h2 {
    padding: 0 15px;
    text-align: left;
}
	
body.topic-editors-note .p-column p {
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 20px;
}
	
body.topic-editors-note p:first-child {
    text-indent: 0;
	margin-top: 14px;
}
/*--------------------------------------------------------------
# SITE MAP
--------------------------------------------------------------*/
.entry-content.site-map-main {
	padding: 0 15px;	
}
	
.sr-inner a {
	font-family: 'Grotzec';
    font-size: 20px;
	line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
} 
	
.sr-inner strong a {
	font-weight: 800;
}
	
.sr-inner span {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: .5px;
	font-family: 'Grosa';
	display: inline-block;
	margin-left: 10px;
}
	
.sm-row-full, .sm-row-stories, .sm-row-full-ch {
    border-bottom: 1px solid;
}
	
.sm-row-full:last-child, .sm-row-full:last-child .sr-inner {
	border-bottom: none;
	padding-bottom: 0;
}
	
.sm-row-chapter-col .sr-inner {
	padding: 0;
}
	
.sr-inner, .sm-row-full-ch .sr-inner {
    padding: 15px 0;
}
/*--------------------------------------------------------------
# TWO COLUMN TEMPLATE
--------------------------------------------------------------*/
.tp-column.tp-img {
	text-align: center;
	margin-bottom: 60px;
}
	
.tp-column.tp-img img {
    height: auto;
    max-width: none;
	width: 185px;
	margin: auto;
}
	
.tpc-inner {
	padding: 0 15px;	
}
	
a.btn {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-family: 'Grotzec';
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}	
	
.tp-column h1.sml, .tp-column p strong {
	text-align: center!important;	
}
	
.tp-column p strong {
	display: block;
}
	
.tp-column p br {
	display: none;	
}
	
.tp-column p strong:last-of-type {
	margin-bottom: 60px;		
}
/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/	
.gallery-column, .block-add {
	padding: 0 15px;
}
	
.slide {
	transition: opacity 250ms ease-in-out;	
}
	
.gpc-inner, .block {
	position: relative;	
	border-bottom: 1px solid;
	padding-bottom: 40px;
}
	
.gpc-inner {
	padding-bottom: 100px;	
}
	
.block {
	padding-top: 40px;	
}
	
.block-add:last-child .block {
	border-bottom: none;
	padding-bottom: 0;
}
	
.block h1.sml {
	text-align: left;	
}
	
.block-ttl {
	margin-bottom: 40px;	
}
	
.gal-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	font-size: 0;
}
	
.g-prev, .g-next {
    width: 50%;
    display: inline-block;
    height: 100%;
}
	
.g-prev::before {
	content: '<';
    color: white;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 25px;
    margin: auto;
	opacity: .5;
	cursor: pointer;
}
	
.g-next::before {
	content: '>';
    color: white;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 25px;
    margin: auto;
	opacity: .5;
	cursor: pointer;
}
	
.s-img {
	position: relative;	
}
	
.slide {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	opacity: 0;
	font-size: 0;
}
	
.slide:first-child {
	position: relative;	
}
	
.slide.aktiv {
	opacity: 1;	
}
	
.slide img, .block-add img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}
	
.gpc-inner {
    position: relative;
}
	
.slide .caption {
	width: 80%;	
}
	
.caption, .sl-no {
	margin-top: 15px;
	font-family: 'Grosa';
    font-size: 12px;
    line-height: 16px;
	display: inline-block;
	vertical-align: top;
} 

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

	
}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ARCHIVE – STORIES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
h1, h1 a {
    font-size: 54px;
    line-height: 54px;
}
    
.sml {
    font-size: 32px;
}
	
.entry-content h1.sml {
    font-size: 32px;
	line-height: 32px;
}
    
h2 {
    font-size: 28px;
	line-height: normal;
}
    
blockquote {
    margin: 0px 10% 80px 10%;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.intro-quote {
    height: 350px;
}
    
.intro-quote h2 {
    font-size: 40px;
    margin-bottom: 60px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
header.entry-header {
    margin-bottom: 70px;
}
/*--------------------------------------------------------------
# ARCHIVE – STORIES
--------------------------------------------------------------*/
body.category-stories header.entry-header {
    padding: 0 15%;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post .entry-content {
    width: 80%;
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
    
body.single-post h2 {
    max-width: 500px;
    margin: auto;
}
    
.entry-content h3 {
/*     padding: 0 0 0 43%;
	max-width: 430px; */
	padding: 0;
	max-width: 380px;
}
	
.entry-content ul {
	width: 380px;
	max-width: none;
}
    
body.single-post p {
    width: 380px;
	max-width: none;
    margin: auto;
}
	
body.single-post h4, body.single-post.topic-stories h2 {
	width: 380px;
	max-width: none;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.pg-ttl {
	padding-left: 15px;	
}
	
.pg-ttl h1 {
	line-height: 43px;
}
	
.p-column p {
	width: 380px;
	max-width: none;
}
/*--------------------------------------------------------------
# TWO COLUMN TEMPLATE
--------------------------------------------------------------*/
.entry-content.two-col-main {
	font-size: 0;
}
	
.tp-column {
	width: 50%;
	width: calc(50% - 15px);
	display: inline-block;
	vertical-align: top;
}
	
.tp-column:first-child {
	margin-right: 30px;
}
	
.tp-column h1.sml, .tp-column p strong {
	text-align: left!important;	
}
	
.tp-column p strong {
	display: inline-block;	
}
	
.tp-column p br {
	display: block;	
}
	
.tp-column p strong:last-of-type {
	margin-bottom: auto;
}
	
.tp-column.tp-img {
	text-align: left;	
}
	
.tp-column.tp-img img {
	width: 70%;	
	margin-top: 6px;
}
/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/
.entry-content.gallery-main {
	font-size: 0;	
}
	
.gpc-inner {
	padding-bottom: 80px;	
}
	
.block-add {
	width: 50%;
	width: calc(50% - 15px);
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
	
.block-add:first-child {
	margin-right: 30px;
}
	
.block {
	border-bottom: none;	
}
	
.ba-wrap {
	padding: 0 15px;	
}
	
}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
body {
    padding: 140px 60px 0 60px;
}
    
.m-toggle, .mob-ttl, .mob-nav {
    display: none;
}
	
.nb-innner {
	clear: both;
	overflow: hidden;
	font-size: 0;
}
	
.desk-navigation, .cur-pg-ttl {
	display: inline-block;
	vertical-align: middle;
}
	
nav#left-navigation {
	text-align: left;
	width: 35%;
}
	
nav#left-navigation ul.menu {
	text-align: left;	
}
	
.cur-pg-ttl {
	text-align: center;	
	font-size: 20px;
	font-family: 'Grotzec';
    text-transform: uppercase;
	font-weight: 800;
	width: 30%;
}
	
nav#right-navigation {
	text-align: right;	
	width: 35%;
}
	
nav#right-navigation ul.menu {
	text-align: right;	
}

ul.menu {
    font-size: 16px;
}
    
.desk-navigation ul.menu li {
    display: inline-block;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
	
nav#right-navigation ul.menu li:last-child {
	margin-right: 0;
	font-weight: 800;
}
    
.desk-navigation ul.menu {
    padding: 0;
}
	
body.single-post h1.arch-ttl, body.archive h1.arch-ttl {
	display: block;	
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
header#masthead {
    position: fixed;
    z-index: 5;
}
    
.nav-bar {
    padding: 20px 75px;
}
    
.desk-navigation {
    left: 75px;
    top: 30px;
}
	
.nb-over {
	z-index: -1;
}
	
li.menu-item-has-children {
	position: relative;	
}
	
ul.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 300px;
	line-height: 30px;
	display: none;
	padding-bottom: 15px;
}
	
.desk-navigation ul.sub-menu {
	opacity: 0;	
}
	
.sb-over, .sb-under {
    top: 63px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	background: #ffffff4d;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-wrap.mobile {
	display: none;
}

footer {
	margin-top: 140px;
	margin-left: -60px;	
    margin-right: -60px;	
}
	
.top-block, .bottom-block {
	padding: 15px 60px;
	background: #ffffff33;
}
	
.top-block {
	padding: 40px 60px;
}
	
.bottom-block {
	background: #ffffff4d;
}
	
.f-wrap.desktop {
	display: block;
	font-size: 0;
}
	
.f-block {
    display: inline-block;
	width: 50%;
    vertical-align: top;
	background: transparent;
}
	
.f-inner {
	border-top: none;	
	font-size: 11px;
    line-height: 15px;
}
	
.f-block.q-links .f-inner, .nmhp .f-inner {
    border-top: 1px solid;
    padding-top: 45px;
    margin-top: 30px;
}
	
.f-block.q-links a {
    margin-right: 20px;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
.arch-desc {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 0;
	width: 25%;
}
	
.arch-desc p:first-child {
	margin-top: 6px;	
}
	
.ad-inner {
	max-width: 275px;
    margin-left: 0;
}
/*--------------------------------------------------------------
# ARCHIVE – STORIES
--------------------------------------------------------------*/
body.category-stories {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    overflow-x: hidden;
    padding-top: 80px;
}

body.category-stories .stories-viewer header.entry-header {
    padding-top: 60px;
	padding-left: 0;
	padding-right: 0;
}
    
.stories-viewer {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  position: relative;
  z-index: 4;
}
    
.stories-viewer::-webkit-scrollbar{
    display: none;
}
	
.stories-viewer {
    scrollbar-width: none;
}

.stories-viewer header.entry-header {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 100vh;
  height: calc(100vh - 80px);
}
    
.stories-viewer footer {
  display: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 100vh;
  height: calc(100vh - 80px);
  margin: auto;
  position: relative;
  border-top: none;
}
    
.stories-viewer .f-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid;
}
    
.scrolling-image {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    overflow-y: hidden; 
}

.scrolling-image img {
    display: block;
    width: 100%;
}
    
.sil-inner {
    clear: both;
}
    
.sil-inner.first .img-block:nth-child(2n),
.sil-inner.cloned .img-block:nth-child(2n){
    margin-right: 0;
    margin-left: auto;
}
    
.img-block {
	margin-top: 25vh;
    width: 280px;
}
    
.img-block.s-portrait {
    width: 220px;
}
    
.img-block.s-portrait {
    padding-left: 75px;
    padding-right: 75px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
.stories-nav {
    margin-left: -60px;
    margin-right: -60px;
}
    
.sn-top {
    padding: 20px 75px 20px 75px;
}
	
span.cur-ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    display: block;
    margin: auto;
    text-align: center;
	width: 280px;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
body.page article {
    font-size: 0;
}
	
body.page .entry-content {
	width: 50%;	
	margin-left: auto;
    margin-right: auto;
}
	
.p-column p{
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
/*--------------------------------------------------------------
# SITE MAP
--------------------------------------------------------------*/
body.page .entry-content.site-map-main {
	width: auto;
	font-size: 0;
}
	
.sm-row-chapter-col {
	width: 50%;
	width: calc(50% - 15px);
	display: inline-block;
	vertical-align: top;
}
	
.sm-row-chapter-col.first-c {
	margin-right: 30px;
}
	
.sm-row-full-ch.lc {
	border-bottom: none;	
}
	
.sm-row-full.af {
	border-top: 1px solid;	
}
	
.sm-row-full-ch strong a {
    display: inline-block;
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
# TWO COLUMN TEMPLATE
--------------------------------------------------------------*/
body.page .entry-content.two-col-main {
	width: auto;
}
	
.tpc-inner {
	padding: 0;
}
	
/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/
body.page .entry-content.gallery-main {
	width: auto;
}
	
}

@media screen and (min-width: 1200px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-block svg, .f-block img {
    width: 140px;
	margin-top: 3px;
}
	
.f-block {
	width: 30%;	
}
	
.f-block.q-links .f-inner, .nmhp .f-inner {
	border-top: none;
	padding-top: 0;
}
	
.f-block.q-links .f-inner {
    margin-right: 0;
}
	
.top-block .f-block:first-child {
    width: 23%;
}
	
.top-block .f-block:nth-child(2) {
    width: 27%;
}
	
.top-block .f-block:nth-child(2) .f-inner {
	margin-left: 0;
}
	
.f-block.nmhp {
    width: 28%;
} 
	
.f-block.nmhp .f-inner  {
    margin-right: 0;
} 
	
.f-block.q-links {
	width: 22%;
}
	
.f-block.fd-end:first-child {
    width: 23%;
}
	
.f-block.fd-end:last-child {
	width: auto;
}
	
.f-block.fd-end:last-child .f-inner {
	margin-left: 0;
}
	
.f-block.q-links .f-inner, .nmhp .f-inner {
	margin-top: 0;
	padding: 15px 0;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ARCHIVE – STORIES
--------------------------------------------------------------*/
.img-block {
    width: 320px;
}
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
body.page article {
    margin: auto;
}
	
body.page .entry-content {
    width: 54%;
}
	
.p-column p {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# SITE MAP
--------------------------------------------------------------*/	
.entry-content.site-map-main {
    padding: 0 15%;
}
/*--------------------------------------------------------------
# TWO COLUMN TEMPLATE
--------------------------------------------------------------*/
.entry-content.two-col-main {
    padding: 0 15%;
}
/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/
.entry-content.gallery-main {
    padding: 0 15%;
}
}

@media screen and (min-width: 1400px) {
/*--------------------------------------------------------------
# GLOBALS
--------------------------------------------------------------*/
body {
	padding-top: 180px;
}
	
body.page {
	padding-top: 185px;
}
	
main#primary {
    min-height: calc(100vh - 220px);
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
h1, h1 a {
    font-size: 70px;
    line-height: 70px;
}
    
.sml {
    font-size: 42px;
}
    
h2 {
    font-size: 32px;
	line-height: 42px;
}
	
h3, h3 blockquote p {
    font-size: 22px;
    line-height: 30px;
}
    
blockquote {
    margin-bottom: 120px;
}

p, h4, .entry-content ul {
    font-size: 16px;
    line-height: 20px;
}
    
span.serif {
    font-size: 16px;
	line-height: 20px;
}
    
.san-serif.upper {
    font-size: 14px;
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-block svg, .f-block img {
    width: 150px;
}
	
.f-inner {
    font-size: 12px;
    line-height: 16px;
}
/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.intro-quote {
    height: 640px;
}
    
.intro-quote h2 {
    font-size: 50px;
    margin-bottom: 80px;
}
/*--------------------------------------------------------------
# ARCHIVE
--------------------------------------------------------------*/
header.entry-header {
    margin-bottom: 80px;
}
	
.arch-desc, .ad-inner {
	width: 365px;
	max-width: none;
}
/*--------------------------------------------------------------
# ARCHIVE – STORIES
--------------------------------------------------------------*/
.img-block {
    width: 330px;
}
	
body.category-stories .stories-viewer header.entry-header {
	padding-top: 100px;	
}
	
/*--------------------------------------------------------------
# SINGLE POST
--------------------------------------------------------------*/
body.single-post .entry-content {
    max-width: 900px;
}
	
body.single-post p {
    width: 420px;
	max-width: none;
    margin: auto;
}
	
.entry-content h3 {
    width: 420px;
	max-width: none;	
}
	
.entry-content ul {
    width: 420px;
	max-width: none;		
}
	
body.single-post h4, body.single-post.topic-stories h2 {
    width: 420px;
}
	
body.single-post h2 {
    max-width: 540px;
}
/*--------------------------------------------------------------
# PAGE
--------------------------------------------------------------*/
.p-column p {
	margin-top: 20px;
}
	
.entry-content h1.sml {
    margin-top: 20px;
}
	
body.page .pg-ttl .sml {
	font-size: 32px;
}
	
body.topic-editors-note p:first-child {
	margin-top: 16px;
}
/*--------------------------------------------------------------
# TWO COLUMN TEMPLATE
--------------------------------------------------------------*/
.tp-column.tp-img img {
	margin-top: 26px;	
}
/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/	
.gpc-inner {
    padding-bottom: 110px;
}
	
}
	
@media screen and (min-width: 1700px) { 
	
	main#primary, body.single-post article, .si-inner, .sm-inner, .tb-inner, .bb-inner, .nav-links {
	width: 1540px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.arch-desc {
		left: 0;
	}
	
	body.single-post main#primary {
		width: auto;
	}
	
	.nb-inner {
		width: 1540px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	body.page .entry-content {
		width: 53%;
	}
	
	.top-block .f-block:nth-child(2) .f-inner,
	.f-block.fd-end:last-child .f-inner {
		margin-left: 7px;
		margin-right: 0;
	}
	
	.scrolling-image {
		width: 1700px;
		margin-left: auto;
		margin-right: auto;
	}
}