/*  
    Name: 'Elise' theme for tumblr
    Realese date: 07.04.2014;
    Version: 1.3b;
    Last update date: 08.02.2015;
    Author: webgregos;
*/


/*==================================
====  EXTERNAL RESOURCES 
===================================*/

.page-preloader > .animation-wrap, .preloader {
    background: url(http://static.tumblr.com/8wlin78/34Cnfflde/preloader.gif) no-repeat center center;
}


/*==================================
====  GENERIC SECTION 
===================================*/

body {
    font-family: 'Lato', sans-serif;
    background-color: #f7f7f7;
    color: #646464;
    line-height: 1.7;
    font-size: 15px;
}

a {
    color: #646464;
    text-decoration: none;
    -webkit-transition: color 280ms;
            transition: color 280ms;
}

a:hover {
    color: #f5ad58;
}

p {
    margin-bottom: 15px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

blockquote {
    margin: 15px 10px;
    border-left: 2px solid #f5ad58;
    font-style: italic;
    background-color: #efefef;
    padding: 10px 15px 10px 20px;
}

blockquote > p,
 .single-page blockquote > p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 25px;
    line-height: 1.4;
    margin-bottom: 5px;
}

h1:first-child,
 h2:first-child,
  h3:first-child,
   h4:first-child,
    h5:first-child,
     h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
    text-transform: uppercase;
}

ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

ol {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 20px;
}

li > ul,
 li > ol {
    margin-left: 12px;
    margin-bottom: 0;
}

ul > li > ul {
    list-style: circle;
}

ol > li > ol {
    list-style: lower-latin;
}

img {
    max-width: 100%;
    height: auto;
    display: block;  
}

iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

svg {
    display: block;
}

.disabled {
    display: none;
}

.nivo-lightbox-image img {
    display: inline;
}

/*==================================
====  PAGE PRELOADER 
===================================*/

.page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 100;
    -webkit-transition: all 1500ms ease;
            transition: all 1500ms ease;
}
.animation-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 300px;
    margin: -100px 0 0 -180px;
    text-align: center;
}
.animation-wrap > .title-text,
 .animation-wrap > .loading-text {
    text-align: center;
    color: #646464;
    font-size: 19px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
}

.animation-wrap > .loading-text {
    font-size: 12px;
    opacity: 0.7;
}

/*==================================
====  BANNER SECTION
===================================*/

header {
    width: 100%;
    position: relative;
}

/*BANNER*/

.banner {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner-wraper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-wraper > .slide.active {
    opacity: 1;
}

.banner-wraper > .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
            transition: all 1000ms ease;
}

/*BANNER OVERLAY*/

.banner-overlay {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
}

/*BANNER NAVIGATION*/

.banner-nav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 6;
    list-style: none;
    margin: 0;
}

.banner-nav > li {
    float: left;
    width: 25px;
    height: 10px;
    margin: 0 3px;
    cursor: pointer;
    background-color: #fff;
    opacity: 0.9;
}

.banner-nav > li.active {
    background-color: #f5ad58;
}

/*HEADER BLOG TITLE AND BANNER CAPTIONS*/

.header-text {
    position: absolute;
    z-index: 5;
    top: 40%;
    color: #fff;
    text-align: center;
    padding: 0 7%;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.header-text > .wrap {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;    
}

.header-text > .wrap > div {
    font-size: 56px;
    padding: 14px 20px;
    letter-spacing: 2px;
    line-height: 1.2;
}

img.blog-logo {
    margin: 10px 0 30px;
    display: inline;
}

.banner-captions {
    position: relative;
    text-align: center;
    list-style: none;  
    margin: 0; 
}

.banner-caption {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
    top: 0;
    font-size: 19px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 360ms ease-out;
            transition: all 360ms ease-out;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    visibility: hidden;
}

.banner-caption.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

@media all and (max-width: 648px) {
    .header-text > .wrap {
        margin-bottom: 20px;
    }
    .header-text > .wrap > div {
        font-size: 35px;
        padding: 5px 10px;
    }
    .banner-caption {
        font-size: 17px;
    }
}
@media all and (max-width: 480px) {
    .banner-caption {
        font-size: 15px;
    }
}

/*HEADER TITLE STYLE*/

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.header-text > p {
    font-size: 21px;
}

.border-2  > .wrap {
    border-width: 2px;
}

.border-3  > .wrap {
    border-width: 3px;
}

.border-5  > .wrap {
    border-width: 5px;
}

.border-solid  > .wrap {
    border-style: solid;
}

.border-dashed  > .wrap {
    border-style: dashed;
}

.background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-100:before {
    opacity: 1;
}

.bg-80:before {
    opacity: 0.8;
}

.bg-50:before {
    opacity: 0.5;
}

/*SCROLL DOWN ICON*/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-10px);}
}

.scroll-down-button {
    position: absolute;
    z-index: 6;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    font-size: 28px;
    text-decoration: none;
    -webkit-transition: all 380ms ease;
            transition: all 380ms ease;
}

.scroll-down-button.animated {
    animation: bounce 2s infinite;
}

.scroll-down-button > svg {
    width: 32px;
    height: 32px;
    fill: #fafafa;
}

.scroll-down-button:hover {
    opacity: 0.7;
}

.scroll-top {
    position: fixed;
    bottom: 45px;
    right: 0;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;
    z-index: 99;
    border: 2px solid #f5ad58;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,0.1);
            box-shadow: 0 3px 1px 0 rgba(0,0,0,0.1);
}

.scroll-top svg {
    width: 25px;
    height: 25px;
    fill: #fafafa;
    transition: all 250ms ease;
}

.scroll-top:hover {
    background-color: #fafafa;
}
.scroll-top:hover svg {
    fill: #f5ad58;
}
.scroll-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-top > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #eee;
    font-size: 18px;
    padding: 12px 12px;
    display: block;
}

/*==================================
====  MENU BAR SECTION
===================================*/

.nav-menu-wrap {
    width: 100%;
    height: 59px;
}

.nav-menu {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 57px;
    border-top: solid 1px #eaeaea;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fafafa;
    text-align: center;
}

.nav-menu.fixed {
    position: fixed;
    top: 0;
}

.nav-menu.uppercase .nav-fl > li > a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 22px 24px;
}

.nav-menu.uppercase .nav-sl > li > a,
 .nav-menu.uppercase .nav-tl > li > a {
    font-size: 13px;
    text-transform: uppercase;
}

.drop-down {
    outline: 0;
}

.drop-down > svg {
    display: inline;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 20px;
    fill: #646464;
    display: none;
}

.profile-button,
 .menu-button {
    position: absolute;
    top: 0;
    font-size: 32px;
    padding: 12px;
    cursor: pointer;
}

.profile-button {
    border-right: 1px solid #e8e8e8;
    left: 0;
}

.menu-button {
    right: 0;
    display: none;
}

.profile-button > svg,
 .menu-button > svg {
    width: 30px;
    height: 30px;
    fill: #646464;
    transition: 280ms ease;
}


/*FIRST LEVEL*/

.nav-fl {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.nav-fl > li {
    float: left;
    position: relative;
    border-right: 1px solid #e8e8e8;
}

.nav-fl > li:last-child {
    border-right: none;
}

.nav-fl > li > a {
    display: block;
    font-size: 15px;
    padding: 21px 24px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

/*SECOND LEVEL*/

.nav-sl {
    display: none;
    position: absolute;
    top: 57px;
    left: -1px;
    text-align: left;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    list-style: none;
    margin: 0;
}

li:hover > .nav-sl {
    display: block;
}

.nav-sl > li {
    position: relative;
}

.nav-sl > li > a {
    display: block;
    font-size: 15px;
    padding: 15px 22px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    border-bottom: 1px solid #e8e8e8;
}

.nav-sl > li:last-child > a {
    border-bottom: none;
}

/*THIRD LEVEL*/

.nav-tl {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: left;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    list-style: none;
    margin: 0;
}

.nav-tl > li {
    position: relative;
}

.nav-tl > li > a {
    display: block;
    font-size: 15px;
    padding: 15px 22px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    border-bottom: 1px solid #e8e8e8;
}

li:hover > .nav-tl {
    display: block;
}

/*VERTICAL MENU*/

@media all and (max-width: 972px) {

    .show > .drop-down .icon-arrow-up,
     .drop-down .icon-arrow-down {
        display: block;
    }

    .drop-down .icon-arrow-up,
     .show > .drop-down .icon-arrow-down {
        display: none;
    }

    .menu-button {
        border-left: 1px solid #e8e8e8;
        display: block;
    }

    .nav-fl {
        display: none;
        position: absolute;
        top: 55px;
        right: -1px;
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        min-width: 220px;
    }

    .nav-fl.show {
        display: block;
    }

    .nav-fl > li {
        float: none;
        border: none;
    }

    .nav-fl > li > a {
        display: block;
        text-align: left;
        font-size: 15px;
        padding: 18px 22px;
        text-decoration: none;
        white-space: nowrap;
    }

    /*VERTICAL SECOND LEVEL*/

    .nav-sl {
        display: block;
        position: static;
        padding: 0;
        border: none;
        background-color: #f7f7f7;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
    }

    .nav-sl:before, .nav-sl:after {
        border: none;
    }

    .show > .nav-sl {
        max-height: 500px;
    }

    .nav-sl a:before {
        content: '- ';
        margin-right: 10px;
    }

    .nav-sl > li > a {
        padding: 18px 40px 18px 20px;
        border-bottom: none;
    }

    .nav-sl > li:first-child {
        border-top: 1px solid #e8e8e8;
    }

    .nav-sl > li:last-child {
        border-bottom: 1px solid #e8e8e8;
    }

    /*VERTICAL THIRD*/

    .nav-tl {
        display: block;
        position: static;
        padding: 0;
        border: none;
        background-color: #f0f0f0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
    }

    .nav-tl:before, .nav-tl:after {
        border: none;
    }

    .show > .nav-tl {
        max-height: 500px;
    }

    .nav-tl a:before {
        content: '- - ';
        margin-right: 10px;
    }

    .nav-tl > li > a {
        padding: 18px 40px 18px 20px;
        border-bottom: none;
    }

    .nav-tl > li:first-child {
        border-top: 1px solid #e8e8e8;
    }

    .nav-tl > li:last-child {
        border-bottom: 1px solid #e8e8e8;
    }

    li:last-child > .nav-tl > li:last-child {
        border-bottom: none;
    }

}

/*==================================
====  SIDEBAR AND TOP MESSAGE
===================================*/

.top-message {
    margin: 12px 5px 0;
    padding: 15px 30px;
    background-color: #444;
    color: #eaeaea;
    text-align: center;
    font-size: 15px;
    transition: left 700ms ease;
}

.single-column > .top-message {
    margin: 12px 0 0;
}

.top-message a,
 .sidebar a {
    color: #f5ad58;
 }

.top-message a:hover,
 .sidebar a:hover {
    opacity: 0.7
}

.sidebar {
    position: absolute;
    top: 0;
    left: -2000px;
    background-color: #444;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
    z-index: 12;
    overflow: hidden;
    -webkit-transition: left 900ms ease;
            transition: left 900ms ease;
    color: #eaeaea;
    margin: 5px;
}

.sidebar.size-n {
    width: 240px;
}

.sidebar.size-b {
    width: 320px;
}

.sidebar.size-x {
    width: 490px;
}

.sidebar-portrait > img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.sidebar-wrap {
    padding: 20px;
}

.sidebar-wrap > *:last-child {
    margin-bottom: 0;
}

.sidebar-label {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.sidebar-description {
    font-size: 14px;
    margin-bottom: 30px;
}

.social-links {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    list-style: none;
    margin: 0 0 30px;
}

.social-links > li {
    float: left;
    margin: 4px;
}

.social-links > li > a {
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    display: block;
    font-size: 22px;
    padding: 9px;
    color: inherit;
    text-decoration: none;
    border: 1px solid #eaeaea;
    color: #eaeaea;
}

.size-b .social-links a {
    padding: 11px;
}
.social-links > li > a:hover {
    opacity: 1;
    color: #fafafa;
}
.social-links.color > li > a {
    color: #fafafa;
    border: none;
}

.social-links.color > li:hover {
    opacity: 0.9;
}

.social-link > svg {
    fill: #eaeaea;
    width: 23px;
    height: 23px;
    padding: 0;
}

.link-facebook:hover, .color .link-facebook {
    background-color: #3c5998;
}

.link-twitter:hover, .color .link-twitter {
    background-color: #55acee;
}

.link-googleplus:hover, .color .link-google-plus {
    background-color: #d2412f;
}

.link-dribbble:hover, .color .link-dribbble {
    background-color: #e04c86;
}

.link-instagram:hover, .color .link-instagram {
    background-color: #9f6a52;
}

.link-flickr:hover, .color .link-flickr {
    background-color: #0963db;
}

.link-youtube:hover, .color .link-youtube {
    background-color: #e02927;
}

.link-vimeo:hover, .color .link-vimeo {
    background-color: #229acc;
}

.link-deviantart:hover, .color .link-deviantart {
    background-color: #607765;
}

.link-pinterest:hover, .color .link-pinterest {
    background-color: #dc3d39;
}

.link-linkedin:hover, .color .link-linkedin {
    background-color: #2079b5;
}

.link-behance:hover, .color .link-behance {
    background-color: #3cc0f0;
}

.link-github:hover, .color .link-github {
    background-color: #060709;
}

.link-spotify:hover, .color .link-spotify {
    background-color: #7fb61d;
}

.link-soundcloud:hover, .color .link-soundcloud {
    background-color: #f37123;
}

.link-flipboard:hover, .color .link-flipboard {
    background-color: #C32423;
}

.flickr-feed, .dribbble-feed {
    text-align: center;
    list-style: none;
    margin: 12px 0 28px;
    overflow: hidden;
}

.flickr-feed > li, .dribbble-feed > li {
    width: 50%;
    height: 50%;
    padding: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: none;
    -webkit-transition: all 240ms;
            transition: all 240ms;
}

.flickr-feed > li:hover, .dribbble-feed > li:hover {
    opacity: 0.7;
}

.dribbble-feed .wrapper {
    width: 100%;
    height: 100%;
}


.tweet {
    font-size: 14px;
    margin-bottom: 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #656565;
}

.tweet:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.tweet > svg {
    display: block;
    float: left;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    fill: #eaeaea;
}

.tweet-text {
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 6px;
}

.tweet-text a {
    color: #f5ad58;
    text-decoration: none;
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
}

.tweet-text a:hover {
    opacity: 0.7;
}

.tweet-date {
    font-size: 10px;
    color: #646464;    
    text-transform: uppercase;
    text-align: right;
    opacity: 0.7;
}

.twitter-follow-button {
    margin: 17px 0 0;
}

#ask_form, #submit_form {
    width: 100%;
}

/*=====================================
===== POST SECTION
=====================================*/

.content-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 1000ms ease-in-out;
            transition: all 1000ms ease-in-out;

}

.posts {
    margin: 10px 0 17px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: left 700ms ease;
            transition: left 700ms ease;
}

.posts.grid {
    margin: 6px 0 17px;
}

.post {
    position: absolute;
    background-color: #fafafa;
    top: 5000px;
    margin: 5px;
    z-index: 10;
    -webkit-transition: left 700ms ease-out, top 900ms ease-out;
            transition: left 700ms ease-out, top 900ms ease-out;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

/* POST SIZES */

.size-n.normal {
    width: 240px;
    height: 240px;
}

.size-n.horizontal {
    width: 490px;
    height: 240px;
}

.size-n.vertical {
    width: 240px;
    height: 490px;
}

.size-n.large {
    width: 490px;
    height: 490px;
}

.size-n.extended {
    width: 490px;
    height: 740px;
}

.size-b.normal {
    width: 320px;
    height: 320px;
}

.size-b.horizontal {
    width: 650px;
    height: 320px;
}

.size-b.vertical {
    width: 320px;
    height: 650px;
}

.size-b.large {
    width: 650px;
    height: 650px;
}

.size-b.extended {
    width: 650px;
    height: 980px;
}
.size-x.normal {
    width: 490px;
    height: 490px;
}

.size-x.horizontal {
    width: 990px;
    height: 490px;
}

.size-x.vertical {
    width: 490px;
    height: 990px;
}

.size-x.large {
    width: 990px;
    height: 990px;
}

.size-x.extended {
    width: 990px;
    height: 1490px;
}

.single-column {
    padding: 5px 10px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.single-column.sc-500 {
    max-width: 500px;
}

.single-column.sc-600 {
    max-width: 600px;
}

.single-column.sc-700 {
    max-width: 700px;
}

.single-column.sc-800 {
    max-width: 800px;
}

.single-column.sc-900 {
    max-width: 900px;
}

.single-column > .post {
    width: 100%;
    height: auto;
    position: static;
    margin: 0 0 30px;
}

.single-column.permalink-page > .post {
    margin: 0 0 15px;    
}

.single-column > .post:last-child {
    margin: 0;
}

.single-column > .post > .wrapper {
    position: relative;
    padding-bottom: 50px;
}

.single-column .overlay {
    display: none;
}

.single-column .photo-image {
    display: block;
    margin-bottom: 15px;
}

.single-column .wrapper > .post-buttons {
    bottom: 0;
}

.page > .post {
    margin-bottom: 0;
}

.page > .post > .wrapper {
    padding: 20px;
}

.page .disqus, .page .post-buttons, .page .post-counts {
    display: none;
}

/*============================
==== ALL POSTS
=============================*/

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.overlay {
    background-color: #f5ad58;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 280ms ease;
            transition: all 280ms ease;
    visibility: hidden;
}


.wrapper.caption-full:hover > .overlay,
 .wrapper.caption-first:hover > .overlay,
  .wrapper.caption-overlay:hover > .overlay {
    opacity: 0.8;
    visibility: visible;
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100% 20px 20px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #fbfbfb;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 550ms ease;
            transition: all 550ms ease;
}

.wrapper.caption-full:hover > .caption,
 .wrapper.caption-first:hover > .caption {
    visibility: visible;
    opacity: 1;
    padding-top: 20px;
}

 .grid .wrapper.caption-first > .caption * {
    display: none;
 }

 .grid .wrapper.caption-first > .caption *:first-child {
    display: inline-block;
 }

 .single-column .caption {
    padding-top: 0 !important;
 }

.caption h1,
 .caption h2,
  .caption h3,
   .caption h4,
    .caption h5,
     .caption h6 {
        color: #fbfbfb;
}

.caption a {
    color: #fbfbfb;
    text-decoration: underline;
}

.caption a:hover {
    opacity: 0.8;
}

.caption blockquote {
    background: none;
    border-left-color: #fbfbfb;
}

.single-column .caption blockquote {
    background-color: #efefef;
    color: #646464;
}

.photo .tags, .panorama .tags, .photoset .tags, .link .tags, .audio .tags, .video .tags, .answer .tags {
    padding: 0 20px;
}

.tags {
    display: none;
    margin-bottom: 10px;
}

.tags > .tag {
    font-size: 14px;
    font-style: italic;
    color: #ddd;
    margin-right: 8px;
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
}

.tags > .tag:before {
    content: '#';
}

.tags > .tag:hover {
    color: #f5ad58;
}

.permalink-page .wrapper {
    padding-bottom: 50px;
}

.single-column .wrapper > .caption {
    position: relative;
    padding: 0 20px;
    color: #646464;
    visibility: visible;
    opacity: 1; 
    margin-bottom: 10px;
}

.single-column .caption h1,
 .single-column .caption h2,
  .single-column .caption h3,
   .single-column .caption h4,
    .single-column .caption h5,
     .single-column .caption h6 {
        color: #646464;
}

.single-column .post-text a, .single-column .caption a {
    color: #646464;
    text-decoration: underline;
}

.single-column .post-text a:hover, .single-column .caption a:hover {
    color: #f5ad58;
}

.single-column > .post .post-buttons {
    bottom: 0;
}

.single-column .tags {
    display: block;    
}

.post-counts {
    position: absolute;
    bottom: -100%;
    right: 0;
    -webkit-transition: all 380ms ease;
            transition: all 380ms ease;
    z-index: 5;
}

.post:hover .post-counts {
    bottom: 50px;
}

.post-counts > div {
    float: left;
    font-size: 13px;
    background-color: #444;
    padding: 3px 0 2px;
}

.post-counts > div, .post-counts > div > a {
    color: #eaeaea;
}

.post-counts > div > a:hover {
    color: #f5ad58;
}

.post-counts > .notes, .post-counts > .comments {
    padding: 3px 10px 2px;
}

.post-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 7;
    -webkit-transition: all 380ms ease;
            transition: all 380ms ease;
    background-color: #fafafa;
}
.photo .post-buttons, .panorama .post-buttons, .photoset .post-buttons {
    bottom: -50px;
}
.post:hover .post-buttons {
    bottom: 0;
}

.post-permalink {
    float: left;
}

.post-permalink > a {
    padding: 8px 13px 7px;
    font-size: 13px;
    margin: 9px;
    background-color: #f5ad58;    
    color: #fff;
    line-height: 1;
    display: block;
    border: 1px solid #f5ad58;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
            box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
}

.post-permalink > a:hover {
    background-color: #fff;
    color: #f5ad58;
}

.post-permalink > div {
    padding: 9px 13px;
    font-size: 14px;
    margin: 8px;
    line-height: 1;
}

.post-like, .post-reblog, .post-share {
    float: right;
    position: relative;
    margin-top: 13px;
    margin-right: 8px;
    cursor: pointer;
}

.post-like svg, .post-reblog svg, .post-share svg {
    fill: #646464;
    width: 24px;
    height: 24px;
    transition: 320ms ease;
}

.post-like:hover svg, .post-reblog:hover svg, .post-share:hover svg {
    fill: #f5ad58;
} 

.post-like .icon-heart-full,
 .liked > .icon-heart {
    display: none;
}

.liked > .icon-heart-full {
    display: block;
}


.like_button {
    position: absolute;
    top: 2px;
    left: 2px;
    opacity: 0;
    cursor: pointer;    
}

.share-buttons {
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 110px;
    z-index: 6;
    -webkit-transition: all 450ms ease;
            transition: all 450ms ease;
}

.share-buttons.active {
    bottom: 50px;
}

.share-buttons > .option-btn {
    padding: 5px 9px;
    font-size: 14px;
    background-color: #444;
    color: #eaeaea;   
    cursor: pointer;
    border: 1px solid #444; 
    vertical-align: middle;
    -webkit-transition: all 240ms ease;
            transition: all 240ms ease;
}

.share-buttons > .option-btn:hover {
    background-color: #fafafa;
}

.option-btn > svg {
    fill: #eaeaea;   
    width: 18px;
    height: 18px;
    display: inline;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.option-btn:hover > svg {
    fill: #646464;   
}

/*============================
==== TEXT POSTS
=============================*/

.text > .wrapper {
    padding: 12px 20px 20px;
}

.post-title {
    font-size: 24px;
    margin: 5px 0 10px;
    line-height: 1.2;
    border-bottom: 2px solid #646464;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.post-text > *:last-child, .caption > *:last-child {
    margin-bottom: 0;
}

.post-text {
    margin-bottom: 15px;
}

.read_more {
    text-decoration: underline;
    display: block;
    margin-top: -10px;
    text-transform: uppercase;
    font-size: 12px;
}

/*============================
==== PHOTO AND PHOTOSET POSTS
=============================*/

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fafafa;
}

.photo-image {
    display: none;
    max-width: 100%;
    height: auto;
}

.photo-cover, .ps-photo-cover {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    z-index: 1;
}

.panorama-wrap {
    margin-bottom: 15px;
}

.ps-cell {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.ps-cell:first-child {
    z-index: 2;
}

.ps-photo-cover {
    position: absolute;
    top: 0;
    left: 0;
}

.photoset-grid {
    margin-bottom: 15px;
}

.photoset-wrap, .single-column .photoset-grid {
    display: block;
}

.photoset-grid, .single-column .photoset-wrap {
    display: none;
}

/*============================
==== QUOTE POSTS
=============================*/

.quote > .wrapper {
    padding: 18px 20px;
}

.quote-text {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
}

.quote-text > svg {
    fill: #646464;
    display: inline;    
}

.quote-text > .icon-quotes-open {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}

.quote-text > .icon-quotes-close {
    width: 10px;
    height: 10px;
    position: relative;
    top: 5px;
}

.source {
    margin-bottom: 15px;
}

/*============================
==== LINK POSTS
=============================*/

.link-content {
    position: relative;
}

.link-title {
    font-size: 19px;
    display: block;
    color: #fff;
    line-height: 1.5;
    padding: 12px 16px 12px;
    z-index: 1;
    position: relative;
    background-color: #f5ad58;
}

.link-title:hover {
    color: #fff;
    text-decoration: underline;
}

.link-host {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    background-color: #444;
    color: #eaeaea;
    padding: 1px 0 1px 20px; 
    -webkit-transition: all 320ms ease; 
            transition: all 320ms ease;
    z-index: 0;
    width: 100%;
}

.link-content:hover .link-host {
    top: 100%;
}

.link-caption {
    padding: 16px;
}

/*============================
==== CHAT POSTS
=============================*/

.chat > .wrapper {
    padding: 12px 20px 20px;
}

.chat-text {
    font-size: 15px;
    list-style: none;
    margin: -5px 0 5px;
}

.chat-text > li {
    padding: 9px 0;
    border-bottom: 2px dotted #e8e8e8;
}

.chat-text > li:last-child {
    border-bottom: none;
}

.chat-text > li > .label {
    margin-right: 5px;
    font-weight: bold;
}

/*============================
==== AUDIO POSTS
=============================*/

.audio-wrapper {
    width: 100%;
    height: 100%;
    min-height: 150px;
}

.single-column .audio-wrapper {
    padding: 0;
    height: auto;
    min-height: 80px;
    margin-bottom: 15px;
}

.audio iframe.soundcloud_audio_player, .audio iframe.tumblr_audio_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid .audio-wrapper iframe {
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;    
}

.single-column .audio iframe.soundcloud_audio_player {
    position: relative;
    height: 300px;
}

.single-column .audio iframe.tumblr_audio_player {
    position: relative;
    height: 200px;
}

.audio iframe.spotify_audio_player {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    min-width: 210px;
}

.single-column .audio iframe.spotify_audio_player {
    top: 0;
    height: 80px;
}

/*============================
==== VIDEO POSTS
=============================*/

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper iframe, .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.grid .video-wrapper iframe, .grid .video video {
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;    
}

.single-column .video-wrapper {
    position: relative;
    padding-bottom: 52.6%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

.tumblr_video_container {
    width: 100% !important;
    height: 100% !important;
}

/*============================
==== ANSWER POSTS
=============================*/

.question-text {
    margin-bottom: 12px;
    padding: 15px 20px;
    background-color: #444;
    color: #eaeaea;
}

.question-asked-by {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.question-asked-by > a {
    display: inline;
    font-size: 14px;
    text-decoration: underline;
}

.question-asked-by > a:hover {
    color: #f5ad58;
}

.replies {
    padding: 5px 20px;
}

/*============================
==== MORE POSTS
=============================*/

.more-posts {
    margin: 0 0 35px;
    text-align: center;
    position: relative;
    transition: left 700ms ease;
}

.more-button {
    display: inline-block;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    font-size: 16px;
    background-color: #f5ad58;
    color: #fff;
    border: 2px solid #f5ad58;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0,0,0,0.1);
            box-shadow: 0 3px 1px 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 11;
    line-height: 1;
    padding: 14px 30px;
}

.more-button:hover {
    background-color: #fafafa;
    color: #f5ad58;
}

.more-button.inactive {
    cursor: default;
    opacity: 0.4;
}

/*============================
==== PERMALINK PAGINATION
=============================*/

.pagination {
    height: 45px;
    margin-bottom: 20px;
}

.pagination > a {
    display: block;
    max-width: 180px;
    text-align: center;
    background-color: #fafafa;
    text-decoration: none;
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
    font-size: 15px;
}

.pagination-previous {
    float: right;
}

.pagination-next {
    float: left;
}

.pagination span,
 .pagination svg {
    vertical-align: middle;
}
.pagination > a > svg {
    fill: #646464;
    width: 14px;
    height: 14px;
    display: inline;
    transition: all 280ms ease;
}
.pagination > a:hover > svg {
    fill: #f5ad58;
}

.pagination-previous > svg {
    position: relative;
    left: 5px;
}

.pagination-next > svg {
    position: relative;
    left: -5px;
}

/*============================
==== POST NOTES AND DISQUS    
=============================*/

.post-notes, .disqus {
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e8e8e8;
    font-size: 14px;
}

.disqus {
    padding: 15px 22px;
    margin-bottom: 20px;
}

.dsq-brlink {
    display: none;
}

.notes {
    list-style: none;
    margin: 0;
}

.notes > li {
    position: relative;
    padding: 27px 25px 13px 86px;
    border-top: 1px solid #e8e8e8;
    min-height: 40px;
}

.notes > li:first-child {
    border-top: none;
}

.notes a {
    color: #646464;
}

.notes a:hover {
    color: #f5ad58;
}

.post-notes blockquote {
    margin: 5px 0 5px 20px;
    padding-left: 5px;
    border-left: 2px solid #aaa;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
}

.avatar_frame {
    position: absolute;
    top: 8px;
    left: 8px;
}

/*============================
==== INFO SECTION    
=============================*/

.info-label {
    margin: 0 auto;
}

.tag-page-label,
 .search-page-label {
    margin: 11px 5px 0;
    padding: 15px 30px;
    background-color: #444;
    color: #eaeaea;
    text-align: center;
    font-size: 14px;
}
.tag-page-label > span,
 .search-page-label > span {
    font-style: italic;
    opacity: 0.7;
}
.no-search-results {
    width: 100%;
    padding: 140px 0;
    font-size: 18px;
    text-align: center;
}

/*============================
==== FOOTER SECTION    
=============================*/

footer {
    background-color: #444;
    padding-top: 20px;
}

.tag-cloud {
    margin: 0 0 17px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tag-cloud > .label {
    font-size: 15px;
    font-weight: bold;
    color: #eaeaea;
    text-align: center;
    margin: 0 0 12px;
    text-transform: uppercase;
    position: relative;
}

.tag-cloud > ul {
    text-align: center;
    margin: 0 0 5px;
    list-style: none;
}

.tag-cloud > ul > li {
    display: inline-block;
    margin: 5px 3px;
    border: 1px solid #eaeaea;
}

.tag-cloud a {
    display: block;
    color: #eaeaea;
    padding: 10px 16px;
    text-decoration: none;
    -webkit-transition: all 320ms ease;
            transition: all 320ms ease;
    font-size: 12px;
    text-transform: uppercase;
}

.tag-cloud a:hover {
    color: #444;
    background-color: #eaeaea;
}

.search {
    margin: 0 auto 30px;
    text-align: center;
    border-bottom: 2px solid #eaeaea;
    height: 13px;
    position: relative;
    width: 60%;
}

.search > form > input {
    padding: 6px;
    font-family: inherit;
    width: 170px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: none;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
    font-size: 12px;
}

.footer-sl {
    margin: 0;
    padding: 0 20px 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.footer-sl > li {
    display: inline-block;
    float: none;
    margin: 1px 3px;
}

.footer-sl > li > a {
    color: #eaeaea;
    border-color: #eaeaea;
}

.copyright {
    width: 100%;
    text-align: center;
    padding: 12px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    font-size: 12px;
    color: #ececec;
    background-color: #333;
}

.copyright a {
    color: #ececec;
    text-decoration: underline;
}

.copyright a:hover {
    opacity: 0.8;
}

#tumblr_controls {
    bottom: 0;
    top: auto !important;
}
