@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,500|Rouge+Script);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*! Typography */
body {
    font-family: "Open Sans", sans-serif; 
}
p,a,h1,h2,h3,h4,h5,h6 { 
    font-family: "Open Sans", sans-serif;
    color: #000000;
}
a:hover,
a:active,
a:focus {
    outline: none;
    color: #000000;
    text-decoration: none;
}

textarea {
    resize: vertical;
    height: 200px;
    max-height: 300px;
    resize: vertical;
}
img.center-block {
    max-width: 100%;
}
img.icon {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.thumbnail {
    padding:0px;
    overflow: hidden;
}

.form-control, .btn {
    border-radius: 0px;
}

.btn-black {
    background: #040001;
    color: #ffffff;
    border-color: #040001;
}

section.black { background: #000000; }
section.blue { background: #2196F3; }
section.red { background: #EC1D18; }
section.pink { background: #FF2B5D; }
section.pistachio { background: #AFCF26; }
/*Header*/
header.header {
    position: relative;
    height: 50%;
    margin-bottom: 30px;
}
header.header.splash {
    width: 100%;
    height: 100%;
}
header.header .site-title {
    position: relative;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    padding: 10px;
}
header.header .site-title > a {
    color: #ffffff;
}
header.header .site-title-splash {
    margin: 20px auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-size: 46px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;    
}
header.header .site-title-splash > a {
    font-family: "Rouge Script", cursive;
    text-transform: capitalize;
} 
.site-title-splash > small {
    display: block;
    font-size: 24% !important;
    color: #333333;
    margin-top: 10px;
}
.menu-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    display: block;
    z-index: 4444;
}
.mobile-site-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    line-height: 30px;
    color: #000;
}
.mobile-site-title > small {
    display: block;
    color: #000;
}
@media (min-width: 480px) {
    header.header .site-title-splash { font-size: 50px; }
    .site-title-splash > small { font-size: 20px; }
}
@media (min-width: 640px) {
    header.header .site-title-splash { font-size: 54px; }
    .site-title-splash > small { font-size: 24px; }
}
@media (min-width: 678px) {
    header.header .site-title-splash { font-size: 60px; }
    .site-title-splash > small { font-size: 28px; }
}
@media (min-width: 800px) {
    header.header .site-title-splash { font-size: 80px; }
    .site-title-splash > small { font-size: 32px; }
}
.top-nav {
    position: relative;
    float: right;
    display: none;
}
.top-nav > a {
    display: block;
    padding:11px 20px;
    text-transform: uppercase;
    float: left;
    color: #ffffff;
}
.top-nav > a:hover {
    color: #ffffff;
}
.top-nav.mobile {
    position: fixed;
    width: 200px;
    height: 1200px;
    top: 0px;
    left: 0px;
    display: block;
    text-align: center;
    background: #040001;
    box-shadow: 1px 1px 5px #040001;
    border-left: 1px solid #040001;
    border-bottom: 1px solid #040001;
    z-index: 222;
    -webkit-transform: translate3d(-300px, 0, 0);
       -moz-transform: translate3d(-300px, 0, 0);
         -o-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.top-nav.mobile > a {
    display: block;
    width: 100%;
    float: none;
}
.top-nav.mobile.open {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.social-nav {
    padding-top: 11px;
}
.social-nav > a {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.social-nav .fa {
    color: #ffffff;
}
/* Posts Wrapper */
.posts-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    width: 98%;
}
.posts-wrapper .post-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    opacity: 0;
}
.post-wrapper .inner-post {
    margin: 0px 5px 10px 5px;
    position: relative;
}
.post-wrapper.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
    0% { }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { }
    100% { opacity: 1; }
}
.posts-wrapper.loaded {
    opacity: 1;
}
.post-wrapper > section > img {
    max-width:100%;
}
.post-wrapper.photo .caption,
.post-wrapper.photo .body,
.post-wrapper.photoset .caption,
.post-wrapper.photoset .body {
    display: none;
}   
.details > .tags {
    width: 100%;
    display: none;
    margin: 0px auto;
    text-align: center
}
.details > .tags li{
    display: table-cell;
    padding: 10px;
    text-align: center
} 
.details > .controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
} 
.post-wrapper .meta {
    padding: 10px;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(http://static.tumblr.com/ydokqes/ZpAm27ly3/border-radius.htc);
    border-radius: 3px;
}
.notes {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(http://static.tumblr.com/ydokqes/ZpAm27ly3/border-radius.htc);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: -1px;
    padding-left: 0;
    list-style: none;
}
.notes .note {
    padding: 10px 10px 11px 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 10px;
    width: 100%;
    line-height: normal;
    background: #fff url(http://static.tumblr.com/ydokqes/oDZm1xgo6/border.png) no-repeat center bottom;
    list-style: none;
}
.note .action {
    margin-left: 10px;
    line-height: 16px;
    font-size: 9px;
    text-transform: uppercase;
}
.note .avatar {
    width: 16px;
    height: 16px;
    float: left;
    overflow: hidden;
}
.controls > a{
    display: block;
    text-align: left;
    color: #ffffff;
}
.details .notes-count {
    position: absolute;
    text-align: center;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    height: 100px;
    color: #ffffff;
    margin: auto;
    font-size: 4em;
    font-weight: 300;
}
.content { 
    position: relative; 
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(http://static.tumblr.com/ydokqes/ZpAm27ly3/border-radius.htc);
    border-radius: 3px;
}
.content > * { display: block; }
/** TEXT POST **/
.content.text a.post-title {
    text-align: center;
    font-size: 24px;
    line-height: 3;
}
.content.text p {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
    padding: 0px 20px;
}
.content.text p:last-child {
    padding-bottom: 20px;
}
/** PHOTO and PHOTOSET POST **/
.content.photo img,
.content.photoset * {
    max-width:100%;
}
.content.photo img {
    margin: auto;
}    
/** PHOTOSET-GRID POST **/
.content.photoset .photoset-row:not(:first-child),
.content.photoset .photoset-row:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.content.photoset .photoset-row:first-child {
    border-top: medium none;
}
.content.photoset .photoset-row:last-child {
    border-bottom: medium none;
}
.content.photoset .photoset-cell:not(:first-child),
.content.photoset .photoset-cell:not(:last-child) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.content.photoset .photoset-cell:first-child {
    border-left: medium none;
}
.content.photoset .photoset-cell:last-child {
    border-right: medium none;
}
.content.photoset .photoset-cell:only-child,
.content.photoset .photoset-row:only-child {
    border-right: medium none;
    border-left: medium none;
    border-top: medium none;
    border-bottom: medium none;
}
/** QUOTE POST **/
.content.quote p {
    padding:20px;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.content.quote p:before, 
.content.quote p:after {
    position: absolute;
    font-size: 34px;
}
.content.quote p:before {
    content: "\201C";
    top: 10px;
    left: 20px;
}
.content.quote p:after {
    content: "\201D";
    bottom: 10px;
    right: 20px;
}
/** LINK POST **/
.content.link .title {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px; 
}
.content.link.thumbnail .thumb {
    max-width: 200px;
    float: left;
    border-right: 2px solid #ddd;
}
/** CHAT POST **/
.content.chat a.post-title {
    text-align: center;
    font-size: 24px;
    line-height: 3;
}
.content.chat .odd, 
.content.chat .even {    
    padding: 10px 20px;
} 
.content.chat p:not(:first-child),
.content.chat p:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.content.chat p:last-of-type {
    border-bottom: none;      
} 
.content.chat p:first-of-type {
    border-top: none; 
}     
.content.chat .odd {
    text-align:left;
}
.content.chat .even {
    text-align:right;
}
.content.chat .odd .label, 
.content.chat .even .label { 
    display:block;
}
/** AUDIO POST **/
.content.audio .soundcloud_audio_player {
    width:100%;
}
.content.audio .soundcloud_audio_player, 
.content.audio .tumblr_audio_player {
    height: 200px;
}    
.content.audio .spotify_audio_player,
.content.audio .tumblr_audio_player {
    width: 100.8%;    
    margin: -2px;
}
.content.audio .spotify_audio_player {
    height: 80px;  
}
/** VIDEO POST **/
.content.video iframe {
}
/** ANSWER POST **/
.content.answer p,
.content.answer .asker {
    display: inline-block;
}
.content.answer .q, 
.content.answer .q-asker {
    padding: 20px;
}
.content.answer .q-asker {
    float: right;
}

.footer {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 6px;
    top:40px;
    height:40px;
}
.copy-rights {
    margin: 10px;
    padding: 2px;
    float: right;
}
.pagination {
    visibility: hidden;
    opacity: 0;
    pointer-events:none;
}
/** Hover effect for tiles **/
.post-wrapper .details {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(http://static.tumblr.com/ydokqes/ZpAm27ly3/border-radius.htc);
    border-radius: 3px;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    opacity: 0.4;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.post-wrapper:not(.no-hover-box):hover .details {
    display: block;
}
.post-wrapper .details > * {
    color: #000000;
}
.post-wrapper:focus .details,
.post-wrapper:hover .details {
    top: 0;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
}

@media (min-width: 480px) {
    .col-sm-6 { width: 50%; }
}
@media (min-width: 800px) {
    .container { width: 800px; }
}
@media (min-width: 500px) {
    .single .container { max-width: 500px; }
}