/* F I X E S 
---------------------------------------------------*/
iframe.tumblr_audio_player {
  height: 85px;
}

.red {
outline: 1px solid black;
}
* {
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* SCREEN READER FIX
------------------------------*/
.sr-only{
    position:absolute;
    width:0;
    height:0;
    padding:0;
    margin:-1px;
    top: -1000000000000000px;
    left: -1000000000000000px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto;
    left: initial;
    top: initial;
}

/* B A S I C S
---------------------------------------------------*/
body {
    margin: 0;
    background-color: var(--bodyBG);
    background-attachment: fixed;
    background-repeat:repeat;
    background-size: 100px;
}
body.tag-page {
    background-color: var(--bodyBG) !important;
}
a, button {
    cursor: pointer;
}
/* T Y P O G R A P H Y
---------------------------------------------------*/
body {
    font-family: /*var(--bodyFontFamily)*/'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: var(--mainText);
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: /*var(--titleFontFamily)*/'Source Serif Pro', serif;
    color: var(--accent1);
    margin: 0;
    font-style: italic;
}
h1 {font-size: 2.5rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.25rem;}
h5 {font-size: 1.125rem;}
h6 {font-size: 1rem;}

h1, h2 {font-weight: 900;}
h3, h4 {font-weight: 800;}
h5, h6 {font-weight: 700;}
p {
    margin: 0 0 var(--half) 0;
    font-size: 1rem;
}
p:last-child,
p:only-child {
    margin: 0;
}
small { 
    font-size: 0.75em;
}
big {
    font-size: 1.25em;
}
strong, b {
    font-weight: 600;
    color: var(--accent1);
}
.quote strong, .quote b{
    color: inherit;
}

blockquote {
    border-left: 3px solid rgba(var(--mainTextRGB), 0.25);
    padding: var(--quart) var(--full);
    margin: 0;
    margin-bottom: var(--half);
    color: var(--mainText);
    font-style: italic;
}
.post-reblog-item blockquote * {
    font-size: 1.1rem;
}
blockquote:last-child,
blockquote:only-child {
    margin-bottom: 0;
}
blockquote *:last-child,
blockquote *:last-child,
blockquote *:only-child,
blockquote *:only-child {
    margin: 0;
}
a,
a > * {
	text-decoration: none;
	color: var(--textLink);
}
a strong, a b {
    color: inherit;
}
a, a:hover {
    transition: border 0.5s,
                color 0.5s,
                background 0.5s,
                opacity 0.5s;
}
a:hover {
    text-decoration: none;
    color: var(--textLinkHover);
}
a.deactivated {
    cursor: default !important;
}

/* INLINE CODE
------------------------------*/
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 1em 0;
}

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

/* TEXT ALIGNMENT
------------------------------*/
.al-left { text-align: left; }
.al-right { text-align: right; }
.al-center { text-align: center; }
.al-just { text-align: justify; }
/* I M G  S T Y L I N G
---------------------------------------------------*/
img { 
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    line-height: 0;
    height: auto;
}
/* P O S I T I O N E R S 
---------------------------------------------------*/
.fixer {
    position: fixed;
}
/* E L E M E N T S 
---------------------------------------------------*/
.btn {
    background-color: var(--accent2);
    background-image: none;
    border: 0;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bodyBG);
    padding: 0;
    display: inline-block;
    line-height: 1.0;
    padding: 1em 1.5em;
    cursor: pointer;
    text-shadow: 0 0 transparent;
    transition: all .5s ease;
    margin: 0 0.25em;
}
.btn:hover {
    background-color: var(--bodyText);
}
.btn i {
    color: inherit;
    margin-right: 0.5em;
}
/* LOADERS
------------------------------*/
.loader {
    padding: 1.25rem 0;
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 1.25rem;
    text-align: center;
    color: var(--accent2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
}
.pulse-container {
    margin: 0 auto;
    width: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pulse-bubble {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: var(--accent2);
}
.pulse-bubble-1 {
    animation: pulse .8s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .8s ease .4s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .8s ease .8s infinite alternate;
}
@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    } to {
        opacity: .25;
        transform: scale(.75);
    }
}
/* LIGHTBOX
------------------------------*/
.tmblr-lightbox {
    background-color: rgba(var(--accent2RGB),0.8) !important;
    
}
.tmblr-lightbox .vignette {
    background-image: none !important;
    background-color: rgba(0,0,0,0.1);
}
.tmblr-lightbox .lightbox-image {
    box-shadow: 0 4px 30px rgba(var(--accent2RGB),0.5) !important;
    border-radius: 0 !important;
}
/* P A G E  C O N T A I N E R S
---------------------------------------------------*/
#wrapper {
}
#container {
    position: relative;
    width: 820px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

/* S I D E B A R 
---------------------------------------------------*/
#sidebar {
    width: 260px;
    height: 98vh;
    margin: 1vh 0;
    display: flex;
    align-items: center;
}
#sidebar .fixer {
    width: 260px;
    min-height: 100px;
}
#sidebar .inside {
    background: var(--postBG);
    /*border: 1px solid var(--border);*/
    margin: 1rem 0;
}

/* SIDEBAR TITLE 
------------------------------*/
h1.title { text-align: center; font-size: 1.5em; margin: 0; line-height: 1.0; }
.title a { color: var(--accent2); display: block; }
.title a:hover { color: var(--bodyText); }

/* SIDEBAR IMG 
------------------------------*/
.header-image { 
    overflow: hidden; 
    line-height: 0; 
    border-radius: 0; 
    height: auto;
}
.header-image img { 
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.header-image img:last-of-type,
.header-image img:first-of-type {
    display: none;
}
.header-image img:only-child {
    display: block;
}
.tag-page .header-image img,
.day-page .header-image img,
.tag-page .header-image img:first-of-type,
.day-page .header-image img:first-of-type,
.tag-page .header-image img:last-of-type,
.day-page .header-image img:last-of-type {
    display: inline-block;
    width: calc(100% / 3);
}
/* SIDEBAR LINKS 
------------------------------*/
.links { padding: 0.8rem 1rem; text-align: center;}

.links a {
    display: inline-block;
    color: var(--naviLink);
    text-transform: uppercase;
    margin: 0.2rem 0.3rem;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    border-bottom: 2px solid rgba(var(--postbgRGB),0.01)
}
.links a:hover { color: var(--accent1); border-bottom: 2px solid var(--naviLink); }
.links a.current-page { border-bottom: 2px solid var(--accent1); }
.links a.current-page:hover { color: var(--accent1); border-bottom: 2px solid var(--naviLink); }

/* SIDEBAR DESCRIPTION 
------------------------------*/
.description {
    padding: 0 1rem 1.25rem;
    text-align: center;
    /*font-family: 'Source Serif Pro', serif;*/
}
.description p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7rem;
}
.description a {
    text-decoration: underline;
}
/* P A G I N A T I O N 
---------------------------------------------------*/
.pagination {
    text-align: center;
} 
.pagination a {
    display: inline-block;
    margin: 1rem 0.5rem;
    background: var(--accent2);
    color: var(--bodyBG);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1rem;
    height: auto;
}
.pagination a i {
    color: inherit;
}
.pagination a:hover {
    background: var(--bodyText);
}
.pagination.mobile,
.pagination.grid-pagination { display: none; }


/* INFINITE SCROLL PAGINATION
------------------------------*/
.button-wrapper {
    text-align: center;
    margin: auto;
}
.view-more-button {
    display: none;
}
/* I C O N  F O N T S
---------------------------------------------------*/
.playbtn:before, .pausebtn:before, .errorbtn:before {
    font-family: tumblr-icons,Blank;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.tmblr-icon::before, 
.link-wrapper .link-title:after, 
.logo-wrapper .search-wrapper .search-field-label:before, 
.post-controls .like_button.liked.interacted:after, 
.post-controls .like_button.liked:before, 
.post-controls .like_button:before, 
.post-controls .reblog_button:before, 
.reblog-link .reblog-icon:before, 
.reblog-link .reblog_sm:before,
.reblog-list .post-reblog-header .post-avatar.sub-icon-reblog:after, .reblog:not(.original_post) .avatar_frame:after,
.like .avatar_frame:after,
.pinned-label::before {
    font-family: "optica-icons","Blank";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}


/* CUSTOM CSS
------------------------------*/
.softerworld p {
    margin-bottom: 0;
}
.softerworld p:first-of-type, .softerworld p:last-of-type { display: none; }


