/*
Theme Name: Monrowe
Theme URI: http://monrowemagazine.com
Version: 1.0
Author: Jay Middleton
*/

/*------------------------------------*\
    $RESET
\*------------------------------------*/
header,footer,section,article,aside,nav {
display:block;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-align:center;
}

ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;border:none;margin:0 0 1.5em;}


@font-face {
  font-family: 'FuturaStd';
  src: url('fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaStd-Book.otf')  format('opentype'),
	     url('fonts/FuturaStd-Book.woff') format('woff'), url('fonts/FuturaStd-Book.ttf')  format('truetype'), url('fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd';
  src: url('fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),  url('fonts/FuturaStd-Heavy.otf')  format('opentype'),
	     url('fonts/FuturaStd-Heavy.woff') format('woff'), url('fonts/FuturaStd-Heavy.ttf')  format('truetype'), url('fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
  font-weight: bold;
  font-style: normal;
}



@font-face {
  font-family: 'MillerBanner';
  src: url('fonts/MillerBanner-Roman.eot?#iefix') format('embedded-opentype'),  url('fonts/MillerBanner-Roman.otf')  format('opentype'),
	     url('fonts/MillerBanner-Roman.svg#MillerBanner-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'MillerBanner';
  src: url('fonts/MillerBanner-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/MillerBanner-Semibold.otf')  format('opentype'),
	     url('fonts/MillerBanner-Semibold.svg#MillerBanner-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MillerBanner';
  src: url('fonts/MillerBanner-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/MillerBanner-Bold.otf')  format('opentype'),
	     url('fonts/MillerBanner-Bold.svg#MillerBanner-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}



/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/

html {overflow-x:hidden;}
body {
	width:100%;
	position:relative;
	background:white;
	color:#000;	
	font-family: 'MillerBanner', Georgia, Times, Times New Roman, serif;
	font-size:83.125%;
	text-align: center;
}
.wrapper, #main, body > header,  body > footer, .header-buffer {
	position:relative;
	display:block;
	margin:0 auto;
}

h1{
	font-family: 'MillerBanner';
	text-transform: uppercase;
	font-size:2.4em;
	font-weight:600;
}

h2{
	font-family: 'MillerBanner';
	text-transform: uppercase;
	font-size:2em;
}

h3{
	text-transform: uppercase;
	font-family:'FuturaStd';
}
h4{
	text-transform: uppercase;
	font-family:'FuturaStd';
	font-size: 87%;
}

hr{
	border-color:#b2b2b2;
}

a, a:visited{
	color:#262626;
}
a:hover, a:active, a:focus{
	color:#8e8e8e;
}

section article section a{
	text-decoration:underline;
}

body > header, .header-buffer{
	width:100%;
	overflow:auto;
	background:white;
	-webkit-transition: box-shadow 1s;
	transition: box-shadow 1s;
}
body > header
{
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

.header-buffer{
	position:relative;
}

body > header.shadow{
	box-shadow: 0 0px 5px rgba(77,77,77,0.3);
}
body.logged-in > header{
	top:32px;
}

a.logo{
	position:relative;
	display:block;
	margin: 1.25em auto 0;
	text-indent:150%;
	overflow:hidden;
	width:250px;
	max-width:100%;
	height:49px;
	background: #fff url(img/MONROWE-logo-black.png) no-repeat center center;
	z-index:3;
	white-space:nowrap;
}
.header-buffer a.logo{
	background-image:none;
}

.social{
	position:relative;
	width:100%;	
}

.social a{
	position:relative;
	display:inline-block;
	width:14px;
	height:14px;
	margin: 0 7px;
	background:url(img/soc-icons.png);
	text-indent:150%;	
}
.social a.instagram{
	background-position:-2px -16px; 
}
.social a.facebook{
	background-position:-39px -16px;
}
.social a.twitter{
	background-position:-19px -16px;
	width:18px;
}
.social a.instagram:hover{
	background-position:-2px 0px; 
}
.social a.facebook:hover{
	background-position:-39px 0px;
}
.social a.twitter:hover{
	background-position:-19px 0px;
	width:18px;
}



nav.top-menu{
	position:relative;
	display:block;
	margin: 0.6em 0;
	text-align:center;
	width:100%;
	overflow:visible;
}


body > header nav.top-menu:before{
	position:absolute;
	content:'';
	width:100%;
	height:0;
	top:50%;
	left:0;
	border-top:1px solid #c6c6c6;
	z-index:1;
}

nav.top-menu ul{
	position:relative;
	margin: 0 auto;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	background:white;
}

nav.top-menu ul li{
	display:inline-block;
	margin: 0.3em 0.5em;
}

nav.top-menu a{
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#8e8e8e;
	letter-spacing: 0.04em;
}
nav.top-menu a:hover{
	color:#262626;
}

.header-buffer nav.top-menu a{
	color:#fff;
}
.serif{
	font-family: 'MillerBanner', Georgia, Times, Times New Roman, serif;
	font-weight:600;
}

body > footer{
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
	text-align:center;
	text-transform:uppercase;
	margin:12em auto;
	letter-spacing: 0.04em;
	overflow:auto;
}
body > footer h2{
	margin-bottom:0.5em;
	font-weight:600;
}
body > footer p{
	margin-top:1em;
}
p.copyright{
	color:#8e8e8e;
	margin-top:3em;
}

body > #main{
	width:100%;
	max-width:910px;
	margin:0 auto;
	overflow:auto;
}

body.home > #main, body.category > #main{
	max-width:1310px;
}


body.home > #main > section{
	padding:0 !important;
}

.pyramid article{
	margin:0 !important;
	padding:10px 5px 0 !important;
}

.pyramid article a{
	text-decoration:none;
}

.pyramid .row{
	margin-left:0;
	margin-right:0;
	padding-left:5px;
	padding-right:5px;
}

.pyramid .row.dark{
	background: #262626;
}
.pyramid .row.dark article{
	color:white;
	overflow:auto;
	padding-bottom:56.25%;
}

.pyramid article h1{
	font-size: 1.7em;
	margin-bottom:0.16em;
	font-weight:normal;
	line-height:1;
}

.pyramid article h1,.pyramid article p{
	color:#262626;
} 
.pyramid .row.dark article h1,.pyramid .row.dark article p{
	color:#fff;
}

.pyramid article a{
	display:block;
}

.pyramid article a:hover p,
.pyramid article a:hover h1{
	color:#545454;
}

.pyramid .row.dark article a:hover h1,.pyramid .row.dark article a:hover p{
	color:#c8c8c8;	
}

.pyramid article a:hover .img:after,
section article.post footer a:hover .img:after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
	z-index:4;
}

.pyramid article .img{
	position:relative;
	width:100%;
	height:0;
	padding-bottom: 56.25%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.pyramid article section{
	position:relative;
	width:100%;
	text-align:center;
	margin: 1.5em 0;	
}

.pyramid article section p{
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
	letter-spacing: 0;
}

.slideshow{
	position:relative;
	display:block;
	width:100%;
	height:40vh;
	padding-bottom:56.25%;
	background:#262626
}
.slideshow ul, .slideshow ul li{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}

.slideshow ul li{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
}

.slideshow ul li:first-child{
	display:block;
}


.slideshow ul li section{
	margin:160px 0 0 -100px;
	width:100%;
	text-align:center;
	display:none;
}


.slideshow ul li section h1{
	font-size:4.3em;
	line-height:1.1;
	margin:0;
	color:#fff;
	margin-bottom:0.3em;
	text-shadow: 0 0 5px rgba(0,0,0,0.46);
	font-weight:normal;
}
.slideshow ul li section p{
	color:#fff;
	opacity:0.5;		
	text-transform: uppercase;
	margin-bottom:0;
	text-shadow: 0 0 5px rgba(0,0,0,0.46);
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
	letter-spacing: 0.025em;
}

.slideshow ul li section p.chapter{
	font-family:'MillerBanner';
	font-weight:bold;
	opacity:1;
}
a.view-story{
	position:absolute;
	bottom:60px;
	left:50%;
	display:inline-block;
	margin-left:-108px;
	padding:20px 80px 20px 80px;
	line-height:1;
	font-size:0.75em;
	text-transform:uppercase;
	text-decoration:none;
	background: rgba(0,0,0,0);
	border:1px solid #fff;
	border-radius: 0px;
	color:#fff;
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
}

a.view-story:hover{
	background:rgba(255,255,255,0.5);
	color:#ffff;
}


.pager{
	position:absolute;
	bottom: 0;
	z-index:800;
	text-align:center;
	width:100%;
}

.pager a{
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px;
	border-radius:6px;
	text-indent: 150%;
	background-color:#fff;
	opacity:0.23;
	overflow:hidden;
}
.pager a.activeSlide{
	opacity:0.46;
}

header.post-header, header.post-header h1,
header.page-header, header.page-header h1{
	text-align:center;
}

header.post-header,
header.page-header{
	margin: 0 0 3.5em;
	padding:0;
	border-bottom:none;
}

header.post-header h1,header.page-header h1{
	font-size:2.5em;
	margin:1.8em auto 0.9em;
	font-weight:normal;
}
header.page-header h1{
	margin-top:2.1em;
}
header.page-header.magazine h1{
	margin-bottom:0.45em;
}


p.meta{
	margin-bottom:0.25em;
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
}

section article.post section p{
	text-align:justify;
	-moz-text-align-last:center;
	text-align-last:center;
	margin-bottom:1em;
	line-height:1.6;
}

section article section img{
	max-width:100%;
	height:auto;
}

section article.post footer{
	margin:3em 0;
}
section article.post footer a{
	color:#262626;
	text-decoration:none;
}
section article.post footer a:hover, section article.post footer a:hover h1{
	color:#545454;
}
section article.post footer h1{
	text-align:center;
	font-size: 1.7em;
	margin:0.5em 0;
	font-weight:normal;
}
section article.post footer h3{
	text-align:center;
	margin: 1em 0;
	font-size:14px;
	font-weight: normal;
}
section article.post footer p{
	text-align:center;
	font-family:'FuturaStd';
}
section article.post footer .img{
	position:relative;
	display:block;
	width:100%;
	height:0;
	padding-bottom: 56.25%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.page-magazine article section img{
	margin: 2em 0;
	border: 1px solid #d4d4d4;
	box-sizing:border-box;
	box-shadow: 3px 4px 5px rgba(0,0,0,0.13);
}
.page-magazine article section img.size-half-width.align-left{
	margin-left: 0;
	margin-right: 10px;
}
.page-magazine article section img.size-half-width.align-right{
	margin-left: 10px;
	margin-right: 0;
}

img.cover-image{
	margin: 2em auto;
	width:610px;
	display:block;
}

p.about{
	font-family:'MillerBanner';
	font-size: 1.7em;
	color:#4f4f4f;
	text-align:center;
	margin: 1em auto;
}

#masthead{
	text-align:center;
}

#masthead dl{
	list-style:none;
}

#masthead dt, #masthead p{
	font-size:12px;
	font-family:'FuturaStd';
	text-transform:uppercase;
	padding:0;
	font-weight:normal;
}
#masthead dd{
	font-family:'MillerBanner';
	font-weight:600;
	text-transform:uppercase;
	margin-bottom: 1em;	
	padding:0;
}

#masthead .serif{
	font-size:14px;
}

#masthead h4{
	margin: 2em auto;
	font-weight:bold;
}

#masthead a{
	text-decoration:none;
}


.clearfix{
	clear:both;
}

body > footer img.banner{
	width:100%;
	margin:1em 0 0;
}

.shophead{
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	font-family:'MillerBanner';
	padding:1em 0 0;
	text-align:center;
	color:#4f4f4f;
	margin-top:5.06em;
}
.shophead h3{
	font-family:'MillerBanner';
	font-weight:bold;
	text-align:center;
	color:black;
	margin:0.25em 0;
}
.shophead a{
	color:#4f4f4f;
	text-decoration:none;
}

.shophead a:hover{
	color:#000;
}

.shophead p{
	margin: 0 0 1em;
	text-transform:uppercase;
	line-height:1.8;
}

.shoploc{
	font-family:'MillerBanner';
	margin-top:-5em;
	text-align:center;
	color:#4f4f4f;
	line-height:2;
}

.shoploc h1{
	text-align:center;
	margin-bottom: 1em;

	  padding-top: 4em;
	  display: inline-block; /* required for webkit browsers */
}	
.shoploc#AL{
	  margin-top:0;
}
.shoploc#AL h1{
	padding-top:3em;
}
#posts-nav{
	width:100%;
	overflow:auto;
	text-align:center;
}

#posts-nav a{
	color:#262626;
	text-decoration:none;
	font-family: 'FuturaStd', 'Century Gothic', sans-serif;
	text-transform:uppercase;
}
#posts-nav a:hover{
	color:#545454;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	width:100%;
	height: 0;
	overflow: hidden;
	margin-bottom:1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media only screen and (min-width : 380px) {
	nav.top-menu ul li{
		margin: 0.3em 0.6em;
	}

	.slideshow{
		position:relative;
		display:block;
		width:100%;
		height:70vh;
		padding-bottom:56.25%;
		background:#262626
	}

	element.style{
		height:70vh;
	}
	.two-col{ 
	  -moz-column-count: 2;
	  -moz-column-gap: 1.5em;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 1.5em;
	  -webkit-column-rule: none;
	  column-count: 2;
	  column-gap: 1.5em;
	  column-rule: none;
	}
}

#mfPreviewBar{
	display:none !important;
}