/*
Theme Name: obsession.zone
Theme URI: http://obsession.zone/
Author: Paul Carroll
Author URI: http://obsession.zone/
Description: Theme for obsession.zone
Version: 1.0.0
*/
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*, *:before, *:after { box-sizing: border-box; }

html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; box-sizing: border-box; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*--------------------------------------------------------------
# App
--------------------------------------------------------------*/
::-moz-selection { /* Code for Firefox */ color: #FAFAFA; background: #D40922; text-shadow: none !important; }

::selection { color: #FAFAFA; background: #D40922; text-shadow: none !important; }

html.wf-loading { visibility: hidden; }

body { background: #FAFAFA; color: #4A4A4A; font-family: "acumin-pro", "Helvetica Neue", sans-serif; font-weight: 300; font-size: 18px; line-height: 1.5em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding: 100px 0 60px; }

#badge { position: fixed; background: #D40922; color: #FAFAFA; font-family: "acumin-pro-extra-condensed", "Helvetica Neue", sans-serif; font-size: 42px; width: 60px; height: 60px; border-radius: 2px; text-align: center; line-height: 54px; z-index: 10; transition: background 0.1s ease; margin-left: -80px; }

#badge .full { display: none; }

#badge:hover { background: #bc081e; text-decoration: none; }

h1, h2, h3 { color: #4A4A4A; font-family: "acumin-pro-extra-condensed", "Helvetica Neue", sans-serif; }

h1 a, h2 a, h3 a { color: #4A4A4A; }

h1, h2 { font-size: 50px; padding: 3px 0 0; margin: 0; line-height: .95em; position: relative; text-shadow: -2px -2px #FAFAFA, -2px 2px #FAFAFA, 2px -2px #FAFAFA, 2px 2px #FAFAFA; }

h1 span, h2 span { color: #B4B4B4; font-size: 24px; margin-left: 5px; }

h1 a, h2 a { position: relative; transition: box-shadow 0.2s ease; box-shadow: inset 0 -0.18em #FAFAFA, inset 0 -0.2em #FAFAFA; }

h1 a:hover, h2 a:hover { text-decoration: none; color: #4A4A4A; box-shadow: inset 0 -0.18em #FAFAFA, inset 0 -0.2em #4A4A4A; }

.post-edit-link { background: url("./images/edit.svg") no-repeat center center; height: 20px; width: 20px; display: inline-block; text-indent: 100%; overflow: hidden; white-space: nowrap; transition: all 0.1s ease; vertical-align: -2px; box-shadow: none; }

.post-edit-link:after { display: none !important; }

.post-edit-link:hover { opacity: .7; box-shadow: none; }

h3 { font-size: 24px; color: #D40922; text-transform: uppercase; letter-spacing: 0.05em; margin: 20px 0; }

p { margin: 20px 0; }

hr { height: auto; border: none; background: none; margin: 0; }

hr:after { width: 100%; height: 5px; display: block; content: "* * *"; color: #B4B4B4; padding: 5px 0 25px; background: none; border: none; text-align: center; }

blockquote { border-left: 1px solid #B4B4B4; padding-left: 20px; margin-left: 0; }

code, kbd, pre, samp { padding: 1px 5px; background: #e7e7e7; border: 1px solid #dadada; border-radius: 2px; }

a { color: #D40922; text-decoration: none; }

a:hover { text-decoration: none; color: #bc081e; }

.entry-content img { max-width: 100%; height: auto; border-radius: 2px; }

.entry-content ul { margin: 20px 0; padding: 0; }

.entry-content ul li { list-style-type: none; background: url("./images/bullet.svg") no-repeat 15px 13px; padding-left: 30px; margin-bottom: 5px; }

.entry-content a { transition: box-shadow 0.2s ease; text-shadow: -1px -1px 1px #FAFAFA, -1px 1px 1px #FAFAFA, 1px -1px 1px #FAFAFA, 1px 1px 1px #FAFAFA, -2px -2px 1px #FAFAFA, -2px 2px 1px #FAFAFA, 2px -2px 1px #FAFAFA, 2px 2px 1px #FAFAFA; box-shadow: inset 0 0 #FAFAFA, inset 0 -0.05em #FAFAFA; }

.entry-content a:hover { box-shadow: inset 0 0 #FAFAFA, inset 0 -0.05em #D40922; }

#page { max-width: 700px; margin: 0 auto; padding: 0 100px 0 100px; }

article { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #E6E6E6; }

article:last-of-type { margin: 0; padding: 0; border-bottom: none; }

.wp-video { margin: 20px 0; }

.posts-navigation { padding-top: 20px; overflow: auto; }

.posts-navigation h2 { display: none; }

.posts-navigation .nav-next { float: left; }

.posts-navigation .nav-next a { padding: 10px 20px 10px 0; }

.posts-navigation .nav-previous { float: right; }

.posts-navigation .nav-previous a { padding: 10px 0 10px 20px; }

.posts-navigation a { display: inline-block; }

.site-footer { padding: 50px 0; text-align: center; color: #B4B4B4; }

@media (max-width: 768px) { body { padding: 60px 0 40px; } }

@media (max-width: 700px) { body { padding: 40px 0 20px; }
  #page { max-width: 100%; padding: 0 40px 0 110px; }
  #badge { width: 50px; height: 50px; margin-left: -70px; margin-top: 2px; font-size: 38px; line-height: 45px; }
  h1, h2 { padding-top: 0px; } }

@media (max-width: 540px) { body { padding: 25px 20px; }
  #page { max-width: 100%; padding: 0; }
  #badge { width: auto; height: auto; margin: 0 0 20px; padding: 6px 0 9px; line-height: 1; font-size: 25px; position: static; display: inline-block; }
  #badge .oz { display: none; }
  #badge .full { display: block; text-transform: uppercase; padding: 0 10px; }
  h1, h2 { font-size: 40px; }
  .site-footer { padding: 30px 0; } }
