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

html,
body {
    width: 100%;
    overflow-x:hidden;
    overflow-y:auto;
    min-height: 768px !important;
    height: 100%;
}

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: 4%;
    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.2"); 
    src: url("../fonts/ionicons.eot?v=1.4.2#iefix") format("embedded-opentype"), 
         url("../fonts/ionicons.ttf?v=1.4.2") format("truetype"), 
         url("../fonts/ionicons.woff?v=1.4.2") format("woff"), 
         url("../fonts/ionicons.svg?v=1.4.2#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.instagram:before { content: "\f351"; }
.icon.submit:before { content: "\f16c"; }

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

.row {
    width: 80%;
    float: left;
    position: relative;
    margin-bottom:0px;
}

.content {
    min-width: 1064px;
}

.content.centered {
    margin: 0 auto;
}

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

#result {
    font-size: 12px;
    display: block;
    position: relative;
    left: 10px;
    top: 5px;
    letter-spacing: 1px;
    display: none;
}

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

#header {
    border-bottom: 1px dashed;
    line-height: 60px;
    padding-left: 10px;
    display: none;
    width:70%;
}

#header .content span.logo {
    display: block;
    font-size:17px !important;
    text-indent:20px;
    padding-left:0px;
}

#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;
}

.kkicon {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    text-align: center;
    color: #444;
    border-radius: 30px;
    line-height: 30px;
}

.kkicon.fa.fa-facebook:hover {
    background-color:#3b5998;
}

.kkicon.fa.fa-instagram:hover {
    background-color:#125688;
}

.kkicon.fa.fa-linkedin:hover {
    background-color:#007bb5;
}

.kkicon.fa.fa-vimeo:hover {
    background-color:#1ab7ea;
}

.kkicon.fa.fa-pinterest:hover {
    background-color:#cb2027;
}

.kkicon.fa.fa-spotify:hover {
    background-color:#84bd00;
}

.kkicon.fa.fa-imdb:hover {
    background-color:#ffd606;
}

/* 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;
}

/*@media screen and (max-width:768px) {
    #header .content span.logo {
        display: block;
        position: relative;
        background-size: auto;
        left: -20px;
        font-size: 1.6em;
        line-height: 100px;
        height: 100px;
        text-indent: 30px;
    }
}*/
