
/* Setup
*********************************************************************************************/

html,
body {
    width: 100%;
    height: auto;
    overflow: auto;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

body::after {
    border-right: 1px dashed;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8%;
    z-index: -1;
    content: '';
}

/* Typography
*********************************************************************************************/

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

h1 a,
h2 a,
h3 a {
    border-bottom: 1px solid;
    font-weight: 700;
}

p {
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    transition-duration: 0.25s;
}

p a,
strong {
    font-weight: 700;
}

p a {
    border-bottom: 1px solid;
}

/* Icons
*********************************************************************************************/

@font-face { 
    font-family: "ionicons"; 
    src: url("../fonts/ionicons.eot?v=1.4.1"); 
    src: url("../fonts/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"), 
         url("../fonts/ionicons.ttf?v=1.4.1") format("truetype"), 
         url("../fonts/ionicons.woff?v=1.4.1") format("woff"), 
         url("../fonts/ionicons.svg?v=1.4.1#Ionicons") format("svg"); 
    font-weight: normal; 
    font-style: normal; 
}

.icon { 
    display: inline-block; 
    font-family: "ionicons"; 
    speak: none; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-rendering: auto; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}

.icon.twitter:before { content: "\f243"; }
.icon.facebook:before { content: "\f231"; }
.icon.email:before { content: "\f10f"; }
.icon.submit:before { content: "\f16c"; }

/* Rows & Content Containers
*********************************************************************************************/

.row {
    width: 100%;
    float: left;
    position: relative;
}

.content {
    width: 500px;
}

.content.centered {
    margin: 0 auto;
}

.content.left {
    margin-left: 16%;
}

/* Header
*********************************************************************************************/

#header {
    border-bottom: 1px dashed;
    line-height: 200px;
    display: none;
}

#header .content span.logo {
    background: url('../images/logo.png') no-repeat left center;
    background-size: 50px;
    display: block;
    padding-left: 70px;
}

#header .status {
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#header .status span {
    border-left: 1px solid;
    font-size: 12px;
    line-height: 20px;
    width: 1px;
    height: 21px;
    padding-left: 5px;
    position: absolute;
    top: -10px;
    right: -6px;
}

/* Intro
*********************************************************************************************/

#intro {
    padding: 80px 0;
    display: none;
}

/* Subscribe
*********************************************************************************************/

#subscribe {
    margin: 13px 0 35px;
}

input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    border-radius: 20px 0 0 20px;
    border: 1px solid;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 38px;
    width: 200px;
    height: 38px;
    padding: 0 20px;
}

input:focus {
    outline: 0;
}

.button {
    outline: none;
    border: none;
    border-radius: 50%;
    font-size: 38px;
    line-height: 19px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 221px;
    cursor: pointer;
    transition-duration: 0.25s;
}

#post-subscribe {
    display: none;
}

/* Social
*********************************************************************************************/

#social a.icon {
    border: 1px solid;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 -5px 0 -1px;
}
