
html {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.65;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#mirror{
	width: 300px;
	margin: 0 auto 10px;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

.container {
	max-width: 1366px;
}

#site-header {
    text-align: center;
    min-height: 15em;
	padding-top: 2em;
	padding-bottom:3em;
}

.blog-title {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 80px;
    font-weight: 700;
}

.blog-description {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #b3b3b3;
    font-size: 80%
}
a {
    color: #333;
    text-decoration: none;
    line-height: inherit;
    outline: 0;
    -webkit-transition: color .1s ease-out;
    -webkit-transition-property: color;
    -webkit-transition-duration: .1s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-delay: initial;
    -moz-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    -ms-transition: color .1s ease-out;
    transition: color .1s ease-out;
    transition-property: color;
    transition-duration: .1s;
    transition-timing-function: ease-out;
    transition-delay: initial
}
a:hover {
    color: #b3b3b3
}
p a,
p a:visited {
    line-height: inherit
}

figure>img {
    display: block;
}
img, embed, object, video {
    display: block;
    max-width: 100%;
    height: auto;
}

#blog-logo img {
    margin: 0 auto 3em auto
}

figure h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
	text-align: center;
	color: #616161;
}


.product figure img{
    margin: 0 auto;
}

.post-content h3 {
    margin-bottom: 0.4em;
}

.post figure{
	margin:0;
}

.post figcaption h4 {
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
    margin-top: 0.6em;
}

.post h3 {
	margin-bottom: .4em;
}
.post h5 {
	margin-bottom: .7em;
	line-height: 1.2em;
}

.post h4 {
	margin-top: 1.5em;
}

div#notice {
    color: black;
    padding: .8em;
    font-size: 1em;
    text-align: right;
    position: absolute;
    right:0;
    top:0;
    font-weight: bold;
    z-index: 1000;
}

.post {
	margin-bottom: 5em;
}

#post-list-container .post {
	border-bottom: thin solid #E1E1E1;
	padding-bottom: 5rem;
}

@media (max-width: 800px) {
    .post {
        margin-bottom: 7em !important
    }
}
.post-header {
}
.post-title {
    margin-bottom: 30px
}
.post-time {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
    font-size: 80%
}
.post-footer {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 80%;
    margin-top: 30px
}
.pagination {
    text-align: center;
    margin: 4em 0 9em 0;
    color: #b3b3b3
}
@media (max-width: 800px) {
    .pagination {
        margin: 4em 0 6em 0 !important
    }
}
.post-content a,
#site-footer {
    text-align: center;
    height: 10em;
}
#site-footer a {
    color: #333;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}
#site-footer a{
    font-weight: bold;
}

.post-content a:hover,
#site-footer a:hover {
    color: #e6e6e6;
    border-bottom: 1px solid
}

.post-excerpt figure{
	margin: 0;
}

.m-logo {
    display: none !important;
    visibility: hidden
}
.p-post-title {
    margin-bottom: 50px
}
.pagination {
    text-align: center;
    margin: 4em 0 9em 0;
    color: #b3b3b3;
}

.archive-list{
	margin-top: 1em;
	border-left: thin solid #E1E1E1;
	padding-left: .8em;
}

.archive-list span{
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
	font-size: 80%;
	display:block;
}

.archive-list ul li{
	list-style: none;
}

.post p {
    line-height: 3rem;
}

.additional-product-content{
    margin-top:1em;
}