html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

head, nav, article, aside, footer {
    display: block;
}


/********************************
Base Styles
********************************/

html, body {
    margin: 0;
    padding: 0;
    color: #29272B;
    height: 100% !important;
}

body {
    background: none;
}

.background-img-fix {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    position:fixed;
    top:0;
    left:0;
    height: 100%;
    width:100%;
    z-index:-1;
}

body.repeat  {
    background-size: auto;
    background-position: top left;
    background-repeat: repeat repeat;
}

p, blockquote, li, dl  {
    line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}

p + h2, ul + h2, blockquote + h2, ol + h2, image + h2, video + h2, iframe + h2 {
    margin-top: 40px;
}

hr {
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    border: 0;
    margin: 20px 0;
}

img, iframe {
    max-width: 100%;
    margin: 0 auto;
    display:block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.circle {
    border-radius: 100%;
}

p, blockquote {
    margin: 0 0 1em 0;
}

a {
    text-decoration: none;
}

a:hover, nav .nav-link li a:hover, a, nav .nav-link li a, .close-button:hover, .search-bar form input[type="submit"]:hover, .close-button, .search-bar form input[type="submit"], a #home-icon-pag  {
    transition: color .5s, opacity .5s, background-color .5s, fill .5s;
    -webkit-transition: color .5s, opacity .5s, background-color .5s, fill .5s;
}

a #home-icon-pag:hover {
    transition: fill .5s;
}


.row {
    padding: 120px 50px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.row .post-body {
    margin: 0 auto;
    max-width: 700px;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.row .post-body, .full-background .title .design, .text-background .text, .nav-buton {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    
}

.row:nth-child(3n+2):not(.highres) {
        background-attachment: fixed;
}

.row:nth-child(3n) {
    background-color: rgba(0,0,0,0.2);
}

iframe.tumblr_audio_player {
    -webkit-transform: none!important;
}

.pre-active {
    opacity: 0;
    top: 100px;
    -webkit-transition: all .1s;
    transition: all .1s;

}

.activate {
    opacity: 1;
    top: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
}


/********************************
Post Styles
********************************/


article blockquote {
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

article blockquote.quote-block {
    padding: 0;
    border: 0;
    font-size: 1.25em;
}

article blockquote:before {
    content: "\201C";
    float: left;
    font-size: 2em;
    margin: .5em 5px 0 0;
    line-height: 0;
}

article blockquote blockquote:before {
    content: none;
}

.question {
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}

.asker, span.answerer {
    display: block;
    text-align: right;
}

span.answerer {
    margin-bottom: 20px;
}

.answer-post.reblogged {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 10px;
}

.photoset {
    overflow: auto;
    max-width:100%;
    -webkit-overflow-scrolling:touch;
}

article ul, ol {
    margin: 20px 0 20px 20px;
}

article h1, article h2 {
    font-size: 2.5em;
}

article h3, #first-footer h3 {
    font-size: 2em;
}

article h4, article h5 {
    font-size: 1.5em;
}

article.audio .post-body, article.photo500 .post-body {
    max-width: 500px;
}

article.highres .post-body {
    max-width: 700px;
}

article img {
    max-width: 100%;
    margin: 0 auto 18px auto;
}

article .post-content iframe {
    margin: 0 auto 18px auto;
}

article .link-block .link-thumbnail {
    max-width: 128px;
    max-height: 128px;
    float: left;
    margin: 0 20px 0 0;
}

article.highres .photo .link-thumbnail {
    max-width: 64px;
    max-height: 64px;
    float: right;
    margin: 0 0 20px 20px;
}

article .link-block {
    overflow: hidden;
    margin-bottom: 20px;
}

article .link-title {
    margin-bottom: 0;
}


article.highres {
    background-position: center center; 
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover!important; 
}

@supports (background-attachment: fixed) {
    article.highres {
        background-attachment: fixed;
    }
    }

article.chat ul {
    list-style: none;
    margin: 0 0 20px 0;
}

.submission-header {
   border-bottom: 1px solid rgba(0,0,0,0.1);
   overflow: hidden;
   margin-bottom: 10px;
   font-weight: bold;
   padding-bottom: 10px;
}

.submission-header img {
    float: left;
    margin: 0 20px 0 0;
}

.submission-header a {
    float: left;
    margin: 4px 0 0 0;
}


/********************************
Aside Styles
********************************/



article aside {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 0;
    font-size: 0.8em;
    font-weight: 700;
    overflow: hidden;
}

article aside ul {
    padding: 0;
    margin: 0!important;
    list-style: none;
}

article aside ul li {
    float: left;
}

.more-link {
    margin-bottom: 20px;
    text-align: left;
}

aside .left {
    float: left;
}

aside .left li {
    margin: 10px 20px 0 0;
}

aside .tag-list li {
    margin: 10px 10px 0 0;
}

aside .left li.permalink-pin {
    margin-right: 16px;
}

aside .right {
    float: right;
}

aside .right li {
    margin: 10px 0 0 20px;
}

aside .tag-list {
    width: 100%;
    clear: both;
}

aside .source-link, aside .reblogged-from {
    clear: both;
    margin-top: 10px;
}

aside .source-link img {
    margin: 0;
}

aside .reblogged-from {
    font-weight: 400;
}



/********************************
Header Styles
********************************/

header {
    padding: 60px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.permalink-page header, .search-page header, .tag-page header {
    height: auto;
    padding: 60px 0;
}

header h1 {
    font-size: 4em;
    line-height: 100%;
    margin-bottom: 0;
    font-weight: 400;
}

header.small {
    font-size: 75%;
}

header.large  {
    font-size: 125%;
}

header .po-center {
    display: table;
    height: 100%;
    width: 100%;
}

header.index-page .po-center {
        position: absolute;
}

.permalink-page header .po-center, .search-page header .po-center, .tag-page header .po-center {
        position: relative;
}

header .header-content {
    display: table-cell;
    vertical-align: middle;
}

header .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
    max-width: 700px;
}

header .description {
    font-size: 1.25em;
    margin: 0;
    padding-top: 10px;
}

header .bold h1, header .bold .description {
    font-weight: 700;
}

header .center-pos img {
    margin-bottom: 20px;
}

.text-background .text {
    padding: 20px;
    margin-top: 0;
}

.title .design {
    display: inline-block;
    max-width: 900px;
}

.full-background .title .design {
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.full-background .title .design img {
    margin-top: 0;
}

header .left-hand .centering, header .right-hand .centering {
   	display: flex;
   	display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

header .right-hand .centering {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.left-hand .title {
    text-align: left;
    margin-left: 10%;
    max-width: 80%;
}

header .text {
    margin: 0;
}

.avatar {
    line-height: 100%;
}

.left-hand .avatar {
    float: left;
    margin: 0 40px 0 0;
}

.right-hand .title {
    text-align: right;
    margin-right: 10%;
    max-width: 80%;
}

.right-hand .avatar {
    float: right;
    margin: 0  0 0 40px;
}

.right-hand .text {
    float: right;
    max-width: 600px;
}

.left-hand .text {
    float: left;
    max-width: 600px;
}


/********************************
Nav Styles
********************************/


nav .search-bar form {
    border-radius: 3px;
}

.nav-button {
    z-index: 2;
    position: fixed;
    top: 15px;
    left: 15px;
    background-color: #fff;
    padding: 5px 6px;
    line-height: 100%;
    border-radius: 3px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    cursor: pointer;
}

nav .menu {
    max-width: 100%;
    width: 500px;
    height: 100%;
    background-color: #29272B;
    position: fixed;
    top: 0;
    z-index: 3;
    left: -500px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.black-out {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

nav .menu .menu-content {
    padding: 40px;
}

.social-icons a:hover, .close-button:hover, .search-bar form input[type="submit"]:hover {
    opacity: .8;
}

nav .menu .close-button {
    position: absolute;
    padding: 8px 10px;
    text-transform: uppercase;
    top: 15px;
    right: 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    line-height: 100%;
    z-index: 4;
}

nav h3 {
    margin-bottom: 0;
}

nav .nav-link {
    list-style: none;
    width: 100%;
}

nav .nav-link {
    border-top: 1px solid rgba(0,0,0,0.1);
}

nav .nav-link li {
    width: 100%;
font-size: .8em;
letter-spacing: 2px;
border-bottom: 1px solid rgba(0,0,0,0.1);
position: relative;
}


nav .nav-link li a {
    padding: 14px 20px;
    display: block;
}

nav .nav-link li a:after {
    content: "";
    display:block;
    float: right;
    margin-top: 2px;
    margin-right: 6px;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 6px;
}

nav .nav-link li.back-home a:after {
    content: "";
    border: 0;
    display: none;
}

nav .nav-link li a:hover {
    color: #fff;
}

nav .nav-link li:hover a:after {
    border-color: transparent transparent transparent #fff;
    transition: all .5s;
}

nav .nav-link li #home-icon {
    transition: all .5s;
}

nav .nav-link li:hover #home-icon {
    fill: #fff;
    transition: all .5s;
}

.info-text {
    margin-bottom: 20px;
}

nav .menu .tumblr-info {
    overflow: hidden;
    padding-bottom: 10px;
}

nav .menu .tumblr-info img, .footer-profile img {
    float: left;
    margin: 0 20px 20px 0;
}

nav .tumblr-info h3 {
    font-size: 1.5em;
}

.disabled-nav {
    display:none;
}


/********************************
Notes ETC Styles
********************************/


.notes, #likes, .group-member-list {
    margin: 0 auto;
    max-width: 740px;
    position: relative;
    list-style: none;
    overflow: hidden;
}

#likes .post_info_bottom {
    margin: 10px 0 0 0;
    display: block !important;
}

.img-circle img {
    border-radius: 100%;
}

.notes li, .group-member-list li {
    float: left;
    width: 233px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    position: relative;
}

 #likes li {
     float: left;
    width: 360px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
 }
 
 .likes-title h3 {
     margin-bottom: 0;
 }
 
 #likes li:nth-child(2n+1) {
     margin-right: 0;
 }

.notes li:nth-child(3n), .group-member-list li:nth-child(3n) {
    margin-right: 0;
}

.notes li:nth-child(3n+1), .group-member-list li:nth-child(3n+1) {
    clear: left;
}

#likes li:nth-child(2n+2) {
     clear: left;
}

#likes li:first-child {
     width: 100%;
}

.notes img, .group-member-list img {
    margin: 0 auto 20px auto;
    display: block;
}

.notes a {
    display: block;
}

.notes blockquote:before {
    content: none;
}


/********************************
Social Icons
********************************/


.social-icons {
    clear: both;
}

.social-icons {
    text-align: center;
    margin: 20px 0;
}

#first-footer .social-icons {
    text-align: center;
}

.social-icons div {
    list-style: none;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    line-height: 0;
}

.social-icons a:first-child {
   border-top-left-radius:3px;
border-bottom-left-radius:3px;
}

.social-icons a:last-child {
   border-top-right-radius:3px;
border-bottom-right-radius:3px;
}

.social-icons a {
    display: inline-block;
    max-height: 48px;
}

.twitter-icon {
    background-color: #55ACEE;
}

.facebook-icon {
    background-color: #3B5999;
}

.instagram-icon {
    background-color: #2E5E86;
}

.linkedin-icon {
    background-color: #0077B5;
}

.pinterest-icon {
    background-color: #C72527;
}

/********************************
Footer Styles
********************************/

#first-footer .post-body, .footers .post-body {
    margin-bottom: 60px!important;
}

.likes-title {
    margin-bottom: 20px!important;
}

.footer-profile h3 {
    margin-bottom: 0;
}

.footer-profile .avatar {
    margin-right: 40px;
}

.following ul {
    margin: 0 0 -20px 0;
}

.following li {
    display: inline-block;
    margin: 0 10px 20px 10px;
}

.following, .following ul {
    clear: both;
    overflow: hidden;
}

.following ul {
    text-align: center;
}

.footer-profile .tumblr-info {
    padding: 40px;
}

nav .pro-nowhere .tumblr-info, article.pro-nowhere, article.pro-nav, nav .pro-footer .tumblr-info {
    display: none;
    visibility: hidden;
}


/********************************
Pagination Styles
********************************/


.pagination-content {
    overflow: hidden;
    text-align: center;
    position:relative;
    min-height: 1.5em;
}

.pagination-content .next {
    float: right;
    width: 33%;
    display:inline-block;
    text-align: right;
    margin-top: 4px;
}

.pagination-content .prev {
    float: left;
    width: 33%;
    display:inline-block;
    text-align: left;
    margin-top: 4px;
}

.pagination-content .home {
    text-align: center;
    display: inline-block;
    width: 33%;
    position: absolute;
    right: 33%;
    left: 33%;
}

footer .linklist {
    list-style: none;
    text-align: center;
}

footer .linklist li {
    display: inline-block;
    margin: 10px;
}

.back-home {
    overflow: hidden;
}

.back-home svg {
   float: right;
    height: 16px;
    width: auto;
    margin-top: .2em;
}

.pagination-content .prev span, .pagination-content .next span {
    display: block;
    width: 0;
    height: 0;
    line-height:0;
border-style: solid;
transition: all .5s;
-webkit-transition: all .5s;
}

.prev span {
    float: left;
border-width: 7px 7px 7px 0;
 margin: 0 10px 0 0;
}

.next span {
    float: right;
    border-width: 7px 0 7px 7px;
    margin: 0 0 0 10px;
}

.pagination-content .prev:hover span, .pagination-content .next:hover span {
    transition: all .5s;
    -webkit-transition: all .5s;
}




/********************************
Search Styles
********************************/

nav .menu .tumblr-info .search-bar, .footer-profile .search-bar, .error .search-bar {
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.error .search-bar {
    padding: 20px 0;
}

span.tag, span.search_query {
    font-weight: bold;
}

nav .search-bar form,  .footer-profile .search-bar form, .error .search-bar form {
    max-width: 340px;
    position: relative;
    background-color: rgba(155,155,155,0.2);
    text-align:left;
    margin: 0 auto;
    overflow: hidden;
}

.footer-profile .search-bar form, .error .search-bar form {
    background-color: rgba(0,0,0,0.1);
}


nav .search-bar form input[type="text"], .footer-profile .search-bar form input[type="text"], .error .search-bar form input[type="text"] {
    width: 200px;
    padding: 14px 8px;
    background: none!important;
    border: 0;
    outline: none;
    font-size: 1em;
    line-height: 100%;
    margin: 0 10px;
}

.search-bar form input[type="text"] {
        border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

nav .search-bar form  input[type="submit"], .footer-profile .search-bar form  input[type="submit"], .error .search-bar form  input[type="submit"] {   
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
    border: 0;
    width: 100px;
    padding: 14px 20px 14px 20px;
    font-size: 12px;
    outline: none;
    letter-spacing: 2px;
    margin-top: -1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.search-bar form  input[type="submit"] {
    border-top-right-radius:3px;
border-bottom-right-radius:3px;
}

nav .search-bar form  input[type="submit"] {
    color: #fff;
}

form input[type="submit"]:hover {
    cursor:pointer;
}

.footer-profile .search-bar form  input[type="submit"], .error .search-bar form  input[type="submit"]  {
    color: #fff;
}

.search_query {
    font-weight: 700;
}



/********************************
Media Queries
********************************/


@media screen and (max-width: 900px) {

    .pre-active {
        opacity: 1;
        top: 0;
        transition: none;
        -webkit-transition: none;
    }
    
    .activate {
        transition: none;
        -webkit-transition: none;
    }
    
    #likes li {
    width: 100%;
    float: none;
    margin: 20px auto;
}

#likes li:nth-child(2n+1) {
    margin-right: auto;
}
    
}

@media screen and (max-width: 860px) {
    
    .notes, .group-member-list, .group-profiles  {
        max-width: 500px;
    }
    
    .notes li, .group-member-list li {
        width: 240px;
    }
    
    .notes li:nth-child(3n), .group-member-list li:nth-child(3n) {
    margin-right: 20px;
}

.notes li:nth-child(3n+1), .group-member-list li:nth-child(3n+1) {
    clear: none;
}

.notes li:nth-child(2n), .group-member-list li:nth-child(2n) {
    margin-right: 0;
}

.notes li:nth-child(2n+1), .group-member-list li:nth-child(2n+1) {
    clear: left;
}
}

@media screen and (max-width: 700px) {
    

    .row {
        padding: 80px 20px;
    }
    
    .row .post-body {
        max-width: 500px;
        padding: 20px;
    }
    
    .nav-button {
        top: 10px;
        left: 10px;
    }
    
    header .title {
        width: 100%;
    }
    
    .right-hand .title, .left-hand .title {
    max-width: 100%;
    margin: 0;
    text-align: center;
}

.left-hand .avatar, .right-hand .avatar {
    float: none;
    margin: 0 0 20px 0;
    display: block;
}

.right-hand .text, .left-hand .text {
    float: none;
}

header .left-hand .centering, header .right-hand .centering {
   	display: block;
}

#likes li {
    max-width: 500px;
}

article .link-block .link-thumbnail {
    display: none;
}

}

@media screen and (max-width: 545px) {
    
    body {
        font-size: 85%;
    }
    
    .pagination-content>div span {
        display: none!important;
    }
    
    .pagination-content .home {
        width: auto;
        right: 50%;
        left: 50%;
    }
    
    footer .linklist li {
        display:block;
        text-align: left;
    }
    
    .tumblr-info {
        text-align: center;
    }
    
     .row {
        padding: 40px 10px;
    }
    
    nav .menu .tumblr-info img, .footer-profile img {
        display:block;
        margin: 0 auto 20px auto;
        float: none;
    }
    
    .notes li, .group-member-list li {
        width: 100%;
        margin: 0 auto 20px auto;
    }
    
    .audio .post-content .audio-embed-player iframe {
    height: auto;
}

nav .search-bar form  input[type="submit"], .footer-profile .search-bar form  input[type="submit"], .error .search-bar form  input[type="submit"] {   
    width: 100%;
    margin-top: 5px;
    position: static;

}
       
    
}