/*  
    Name: 'Elise' theme for tumblr
    Realese date: 07.04.2014;
    Version: 1.5c;
    Last update date: 10.06.2015;
    Author: webgregos - Grzegorz Wiśniewski;
*/


/*==================================
====  EXTERNAL RESOURCES 
===================================*/

.page-preloader.preloader-01 > .animation-wrap,
 .preloader.preloader-01 > .animation-wrap {
    background-image: url(http://static.tumblr.com/8wlin78/oXMnjll1m/pre-01.gif);
}

.page-preloader.preloader-02 > .animation-wrap,
 .preloader.preloader-02 > .animation-wrap {
    background-image: url(http://static.tumblr.com/8wlin78/4rbnjll27/pre-02.gif);
}

.page-preloader.preloader-03 > .animation-wrap,
 .preloader.preloader-03 > .animation-wrap {
    background-image: url(http://static.tumblr.com/8wlin78/YVUnjll2m/pre-03.gif);
}

.page-preloader.preloader-04 > .animation-wrap,
 .preloader.preloader-04 > .animation-wrap {
    background-image: url(http://static.tumblr.com/8wlin78/FfZnjll33/pre-04.gif);
}

/*==================================
====  GENERIC SECTION 
===================================*/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
    color: #646464;
    font-size: 15px;    
}

/* TYPOGRAPHY*/

.typography {
    line-height: 1.5;
    font-size: 14px;    
}

.typography * {
    margin-bottom: 10px;
}

.permalink-page .typography * {
    margin-bottom: 10px;
}

.typography *:last-child {
    margin-bottom: 0;
}

.typography a {
    color: #646464;    
    transition: all 280ms;
    text-decoration: none;
}
.typography a:hover {
    opacity: 0.8;   
    text-decoration: underline;
}

.typography strong,
 .typography b {
    font-weight: bold;
}

.typography em,
 .typography i {
    font-style: italic;
}

.typography blockquote {
    margin: 8px 4px;
    border-left: 2px solid #F5AD58;
    font-style: italic;
    background-color: #EFEFEF;
    padding: 7px 10px;
}

.typography blockquote > *:last-child {
    margin-bottom: 0;
}

.typography h1,
 .typography h2,
  .typography h3,
   .typography h4,
    .typography h5,
     .typography h6 {
    margin-top: 25px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.typography h1:first-child,
 .typography h2:first-child,
  .typography h3:first-child,
   .typography h4:first-child,
    .typography h5:first-child,
     .typography h6:first-child {
    margin-top: 0;
}

.typography h1 {
    font-size: 21px;
}

.typography h2 {
    font-size: 19px;
}

.typography h3 {
    font-size: 17px;
}

.typography h4 {
    font-size: 16px;
}

.typography h5 {
    font-size: 14px;
}

.typography h6 {
    font-size: 12px;
}

.typography ul {
    list-style: disc;
    margin-left: 30px;
}

.typography ol {
    list-style: decimal;
    margin-left: 30px;
}

.typography li > ul,
 .typography li > ol {
    margin-left: 12px;
    margin-bottom: 0;
}

.typography ul ul {
    list-style: circle;
}

.typography ol ol {
    list-style: lower-latin;
}

.typography img {
    max-width: 100%;
    height: auto;
    display: block;  
}

.typography iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

svg {
    display: block;
}

.disabled {
    display: none !important;
}


/*==================================
====  PAGE PRELOADER 
===================================*/

.page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 100;
    transition: all 1500ms ease 400ms;
}
.page-preloader > .animation-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 360px;
    min-height: 300px;
    margin: -100px 0 0 -180px;
    text-align: center;
    transition: all 700ms ease;
    background-repeat: no-repeat;
    background-position: center;
}
.page-preloader > .animation-wrap > .title-text,
 .page-preloader > .animation-wrap > .loading-text {
    text-align: center;
    font-size: 19px;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    line-height: 1.2;
}

.page-preloader > .animation-wrap > .title-text {
    bottom: 80%;
}
.page-preloader > .animation-wrap > .loading-text {
    font-size: 14px;
    opacity: 0.85;
    top: 60%;
}

.none.page-preloader > .animation-wrap > .loading-text {
    top: 30%;    
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@keyframes rotation {
from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}

.css-preloader-01 .css-animation {
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    -webkit-animation: rotation .6s infinite linear;
            animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(255,255,255,.1);
    border-right: 4px solid rgba(255,255,255,.1);
    border-bottom: 4px solid rgba(255,255,255,.1);
    border-top: 4px solid rgba(255,255,255,.8);
    border-radius: 100%;
    padding: 0;
    transition: all 700ms ease;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes pulse {
  100% {
    width: 50px;
    height: 50px;
    box-shadow: none;
    -webkit-filter: blur(1px);
  }
}

@keyframes pulse {
  100% {
    width: 50px;
    height: 50px;
    box-shadow: none;
    -webkit-filter: blur(1px);
  }
}

.css-preloader-02 .css-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-radius: 100%;
  box-shadow: inset 0 0 0 20px #CAE53D;
  -webkit-animation: pulse 0.9s ease-out infinite;
          animation: pulse 0.9s ease-out infinite;
}

/*==================================
====  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%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all 1000ms ease;
}

/*BANNER OVERLAY*/

.banner-overlay {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
}

/*BANNER NAVIGATION*/

.banner-nav {
    position: absolute;
    left: 17px;
    bottom: 7px;
    z-index: 6;
    list-style: none;
    margin: 0;
}

.banner-nav > li {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 3px;
    cursor: pointer;
    opacity: 0.9;
    position: relative;
}
.banner-nav > li:after {
    content: '';
    width: 25px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #fff;
    transition: all 320ms ease;
}
.banner-nav > li:hover:after {
    background-color: #f5ad58;
}

.banner-nav > li.active {
    cursor: default;    
}

.banner-nav > li.active:after {
    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%;
    box-sizing: border-box;
}

.header-text > .wrap {
    display: inline-block;
    position: relative;  
    transition: all 320ms ease;  
}

.header-text > .wrap > a {
    font-size: 56px;
    padding: 14px 20px;
    letter-spacing: 2px;
    line-height: 1.2;
    display: block;
    color: #fff;   
    text-decoration: none; 
}

.blog-logo {
    margin: 10px 0 30px;
    display: inline;
    max-width: 100%;
    height: auto;
}

.banner-captions {
    position: relative;
    text-align: center;
    list-style: none;  
    margin: 0; 
}

.banner-caption {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box; 
    top: 0;
    font-size: 19px;
    z-index: 5;
    opacity: 0;
    transition: all 560ms ease-out;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 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 > a {
        font-size: 35px;
        padding: 7px 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-tb  > .wrap {
    border-style: solid;
    border-left: 0 none;
    border-right: 0 none;
}

.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*/

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    40% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
    60% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    40% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
    60% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
}

.scroll-down-button {
    position: absolute;
    z-index: 6;
    bottom: 40px;
    left: 50%;
    margin-left: -31px;
    font-size: 28px;
    text-decoration: none;
    transition: all 380ms ease;
    padding: 16px;        
}

.scroll-down-button.animated {
    -webkit-animation: bounce 2.5s infinite;
            animation: bounce 2.5s infinite;
}

.scroll-down-button > svg {
    width: 30px;
    height: 30px;
    fill: #fafafa;
    transition: all 300ms ease;
}

.scroll-down-button:hover {
    opacity: 0.7;
}

.scroll-top {
    position: fixed;
    bottom: 45px;
    right: -60px;
    background-color: #f5ad58;
    transition: all 250ms ease;
    z-index: 99;
    cursor: pointer;
}

.scroll-top svg {
    width: 20px;
    height: 20px;
    fill: #fafafa;
    transition: all 250ms ease;
}

.scroll-top:hover {
    background-color: #fafafa;
}
.scroll-top:hover svg {
    fill: #f5ad58;
}
.scroll-top.active {
    right: 0;
}

.scroll-top > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #eee;
    font-size: 18px;
    padding: 12px 12px;
    display: block;
}

.loading-info {
    position: fixed;
    bottom: 45px;
    left: -300px;    
    z-index: 99;
    transition: all 250ms ease;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.1);
    background-color: #f5ad58;
    color: #fff;
}

.loading-info.active {
    left: 0;
}

.loading-info > .loading,
 .loading-info > .no-more {
    font-size: 13px;
    line-height: 1;
    padding: 17px 20px 17px 52px;
    display: inline-block;
}

.loading-info.none > .loading {
    padding: 17px 20px 17px 25px;
}

.loading-info > .no-more,
 .loading-info.finished > .loading,
  .loading-info.finished > .animation-wrap {
    display: none;
}

.loading-info.finished > .no-more {
    display: inline-block;
    padding: 18px 20px;    
}

.loading-info .animation-wrap {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}

.css-preloader-01.loading-info.loading-info .animation-wrap .css-animation,
 .preloader-01.loading-info.loading-info .animation-wrap .css-animation,
  .preloader-02.loading-info.loading-info .animation-wrap .css-animation,
   .preloader-03.loading-info.loading-info .animation-wrap .css-animation,
    .preloader-04.loading-info.loading-info .animation-wrap .css-animation {
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    -webkit-animation: rotation .6s infinite linear;
            animation: rotation .6s infinite linear;
    border-left: 3px solid rgba(255,255,255,.1);
    border-right: 3px solid rgba(255,255,255,.1);
    border-bottom: 3px solid rgba(255,255,255,.1);
    border-top: 3px solid rgba(255,255,255,.8);
    border-radius: 100%;
    padding: 0;
}

@-webkit-keyframes pulse-s {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(1px);
  }
}

@keyframes pulse-s {
  100% {
    width: 30px;
    height: 30px;
    box-shadow: none;
    -webkit-filter: blur(1px);
  }
}

.css-preloader-02.loading-info .animation-wrap .css-animation {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-radius: 100%;
    box-shadow: inset 0 0 0 20px #fff;
    -webkit-animation: pulse-s 0.9s ease-out infinite;
        animation: pulse-s 0.9s ease-out infinite;
}

/*==================================
====  MENU BAR SECTION
===================================*/

.nav-menu-wrap {
    width: 100%;
    height: 59px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.nav-menu {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 59px;
    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: 23px;
}

.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;
    padding: 20px 18px 17px;
    cursor: pointer;
}

.profile-button {
    border-right: 1px solid #e8e8e8;
    left: 0;
}

.menu-button {
    right: 0;
    display: none;
}

.profile-button > svg,
 .menu-button > svg {
    width: 22px;
    height: 22px;
    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: 14px;
    padding: 23px 24px 22px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    transition: all 280ms ease;
}

/*SECOND LEVEL*/

.nav-sl {
    position: absolute;
    top: 59px;
    left: -1px;
    text-align: left;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 220ms ease;
    -webkit-transform: translate3d(-7px,0,0);
            transform: translate3d(-7px,0,0);        
}

li:hover > .nav-sl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);        
}

.nav-sl > li {
    position: relative;
}

.nav-sl > li > a {
    display: block;
    font-size: 14px;
    padding: 18px 22px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    border-bottom: 1px solid #e8e8e8;
    transition: all 280ms ease;
}

.nav-sl > li:last-child > a {
    border-bottom: none;
}

/*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 {        
        position: absolute;
        top: 59px;
        right: -1px;
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        min-width: 220px;
        border-right: none;
        opacity: 0;
        visibility: hidden;
        transition: all 220ms ease;
        -webkit-transform: translate3d(-7px,0,0);
                transform: translate3d(-7px,0,0);    
        overflow-y: scroll;
        max-height: 420px;    
   }

    .nav-fl.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);        
    }

    .nav-fl > li {
        float: none;
        border: none;
    }

    .nav-fl > li > a,
     .nav-menu.uppercase .nav-fl > li > a {
        display: block;
        text-align: left;
        font-size: 14px;
        padding: 18px 20px;
        text-decoration: none;
        white-space: nowrap;
    }

    .nav-menu.uppercase .nav-fl > li > a {
        font-size: 13px;        
    }

    /*VERTICAL SECOND LEVEL*/

    .nav-sl {
        display: block;
        position: static;
        padding: 0;
        border: none;
        background-color: #f7f7f7;
        max-height: 0;
        overflow: hidden;
        transition: all 400ms ease;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);        
    }

    .nav-sl:before, .nav-sl:after {
        border: none;
    }

    .show > .nav-sl {
        max-height: 2000px;
    }

    .nav-sl a:before {
        content: '- ';
        margin-right: 10px;
    }

    .nav-sl > li > a,
     .nav-menu.uppercase .nav-sl > li > a {
        padding: 20px 40px 20px 20px;
        border-bottom: none;
        font-size: 14px;
    }

    .nav-menu.uppercase .nav-sl > li > a {
        font-size: 13px;
    }

    .nav-sl > li:first-child {
        border-top: 1px solid #e8e8e8;
    }

    .nav-sl > li:last-child {
        border-bottom: 1px solid #e8e8e8;
    }
}

.image-dd-menu {
    width: 0;
    left: -1px;
    -webkit-transform: translate3d(-7px,0,0);
            transform: translate3d(-7px,0,0); 
    overflow: hidden;
    transition: -webkit-transform 320ms ease;
    transition: transform 320ms ease;
}

.image-num-1 {
    width: 230px;
}

.image-num-2 {
    width: 461px;
}

.image-num-3 {
    width: 692px;
}

.image-num-4 {
    width: 923px;
}

.show.image-dd-menu {
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);        
}

.image-dd-cat {
    width: 210px;
    float: left;
    padding: 10px;
    border-right: 1px solid #eee;
}

.image-dd-cat:last-child {
    border-right: none;
}

.image-dd-pic {
    position: relative;
    padding: 0 !important;
    display: block;
    overflow: hidden;
    min-height: 42px;
}

.image-dd-menu > .image-dd-cat > a {
    border-bottom: none;
}

.image-dd-cat > a:before {
    content: '';
    margin: 0;
}

a.image-dd-pic:hover > img {
    opacity: 0.7;
}

.image-dd-pic > img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 320ms ease;
}

.image-dd-pic > div {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    color: #EEE;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.55);
    transition: all 320ms ease;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0); 
    text-transform: uppercase;
}

.image-dd-links {
    padding: 0 5px;
}

.image-dd-links > a {
    display: block;
    padding: 5px 0 5px 11px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
    position: relative;
    transition: all 320ms ease;
}

.uppercase .image-dd-links > a {
    font-size: 13px;
    text-transform: uppercase;
}

.image-dd-links > a:first-child {
    margin-top: 5px;
}

.image-dd-links > a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 5px;
}

@media all and (max-width: 972px) {
    .image-dd-menu {
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0); 
        padding: 0 5px;
    }
    .show > .image-dd-menu {
        padding-top: 8px;
    }
    .image-dd-cat {
        min-height: auto !important;
        border-right: none;
        padding: 0 3px;
    }
    .nav-sl.image-dd-menu > li:first-child,
     .nav-sl.image-dd-menu > li:last-child {
        border: none;
    }
    .show > .nav-sl.image-dd-menu {
        border-top: 1px solid #e8e8e8;    
        border-bottom: 1px solid #e8e8e8;    
    }
    
    .image-dd-pic > div {
        text-align: left;
        padding: 12px 16px;
        background-color: rgba(0, 0, 0, 0.35);
   }
    a.image-dd-pic:hover > div {
        opacity: 0.7;        
    }
    .image-dd-links {
        padding: 0px 8px 7px;
    }
    .image-dd-links > a {
        padding: 9px 0px 9px 13px;
    }
    .image-dd-links > a::before {
        top: 9px;
    }
}  

@media all and (max-width: 972px) {
    .image-dd-menu {
        width: 432px;  
    }
}

@media all and (max-width: 460px) {
    .image-dd-menu {
        width: 216px;
    }
}

/*==================================
====  SIDEBAR AND TOP MESSAGE
===================================*/

.top-message {
    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;
    text-decoration: none;
    transition: all 300me ease;
 }

.top-message a:hover,
 .sidebar a:hover {
    text-decoration: underline;
}

.sidebar {
    position: absolute;
    top: 0;
    left: -2000px;
    box-sizing: border-box;
    z-index: 12;
    overflow: hidden;
    transition: left 500ms ease;
    color: #eaeaea;
}

.sidebar-content {
    position: relative;
}

.sidebar-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #444;
    z-index: -1;
}

.sidebar.size-n {
    width: 250px;
}

.sidebar.size-b {
    width: 330px;
}

.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-block {
    font-size: 14px;
    margin-bottom: 30px;
}

.sidebar-block:last-child {
    margin-bottom: 0;
}

.social-links {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    list-style: none;
    margin: 15px 0 30px;
}

.social-links > li {
    float: left;
    margin: 0 8px 8px 0;
}

.social-links > li > a {
    transition: all 300ms ease;
    display: block;
    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;
}
.social-links.color > li > a {
    border: none;
}

.social-links.color > li:hover {
    opacity: 0.8;
}

.social-links.circle-shape > li > a {
    border-radius: 40px;
}

.social-link > svg {
    fill: #eaeaea;
    width: 23px;
    height: 23px;
    padding: 0;
}

.size-n .social-link > svg {
    width: 21px;
    height: 21px;
}

.link-facebook:hover, .color .link-facebook {
    background-color: #3c5998;
}

.link-twitter:hover, .color .link-twitter {
    background-color: #55acee;
}

.link-google-plus: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;
}

.social-feed {
    margin: 12px 0 28px;    
}

.social-feed img {
    max-width: 100%; 
    display: block;   
}

.instagram-list,
 .flickr-list,
  .dribbble-list {
    text-align: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    min-height: 70px;
}

.instagram-list > li,
 .flickr-list > li,
  .dribbble-list > li {
    width: 25%;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: none;
    transition: all 240ms;
}

.size-n .instagram-list > li,
 .size-n .flickr-list > li,
  .size-n .dribbble-list > li {
    width: 33.333%;
}

.instagram-list > li:hover,
 .flickr-list > li:hover,
  .dribbble-list > li:hover {
    opacity: 0.7;
}

.tweets {
    margin-top: 12px;
}

.tweet {
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 3px 15px;
    border-bottom: 1px solid #656565;
}

.tweet:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.tweet > svg {
    display: block;
    float: left;
    margin-right: 6px;
    width: 30px;
    height: 35px;
    fill: #eaeaea;
}

.tweet-text {
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 6px;
}

.tweet-text a {
    color: #f5ad58;
    text-decoration: none;
    transition: all 320ms ease;
}

.tweet-text a:hover {
    text-decoration: underline;
}

.tweet-date {
    font-size: 10px;
    color: #646464;    
    text-transform: uppercase;
    text-align: right;
    opacity: 0.75;
}

.twitter-follow-button {
    margin: 17px 0 0;
}

#ask_form, #submit_form {
    width: 100%;
}

/*=====================================
===== POST SECTION
=====================================*/

.content-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1000ms ease-in-out;

}

.posts {
    margin: 7px 0 17px;
    position: relative;
    left: 0;
    top: 0;
    transition: left 700ms ease, height 700ms ease 400ms;
}
.single-column.index-page.posts {
    margin: 7px 0 20px;
}

.posts.grid {
    margin: 7px 0 17px;
}

.post {
    position: absolute;
    top: 5000px;
    z-index: 10;
    transition: -webkit-transform 1200ms ease 400ms, left 400ms ease, top 400ms ease, opacity 700ms ease 400ms;
    transition: transform 1200ms ease 400ms, left 400ms ease, top 400ms ease, opacity 700ms ease 400ms;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);            
}

.new-post {
    -webkit-transform: translate3d(0, 500px, 0);
            transform: translate3d(0, 500px, 0);
    opacity: 0;
}


.post-spacing-0 .post,
 .post-spacing-0 .sidebar,
  .post-spacing-0 .pagination,
   .post-spacing-0 .disqus-wrap,
    .post-spacing-0 .post-notes-wrap {
    padding: 0;
}

.post-spacing-0 .pagination-wrap-middle {
    padding: 0;
}

.post-spacing-2 .post,
 .post-spacing-2 .sidebar,
  .post-spacing-2 .pagination,
   .post-spacing-2 .disqus-wrap,
    .post-spacing-2 .post-notes-wrap {
    padding: 1px;
}

.post-spacing-2 .pagination-wrap-middle {
    padding: 0 2px;
}

.post-spacing-6 .post,
 .post-spacing-6 .sidebar,
  .post-spacing-6 .pagination,
   .post-spacing-6 .disqus-wrap,
    .post-spacing-6 .post-notes-wrap {
    padding: 3px;
}

.post-spacing-6 .pagination-wrap-middle {
    padding: 0 6px;
}

.post-spacing-10 .post,
 .post-spacing-10 .sidebar,
  .post-spacing-10 .pagination,
   .post-spacing-10 .disqus-wrap,
    .post-spacing-10 .post-notes-wrap {
    padding: 5px;
}

.post-spacing-10 .pagination-wrap-middle {
    padding: 0 10px;
}

.post-spacing-14 .post,
 .post-spacing-14 .sidebar,
  .post-spacing-14 .pagination,
   .post-spacing-14 .disqus-wrap,
    .post-spacing-14 .post-notes-wrap {
    padding: 7px;
}

.post-spacing-14 .pagination-wrap-middle {
    padding: 0 14px;
}

.post-spacing-20 .post,
 .post-spacing-20 .sidebar,
  .post-spacing-20 .pagination,
   .post-spacing-20 .disqus-wrap,
    .post-spacing-20 .post-notes-wrap {
    padding: 10px;
}

.post-spacing-20 .pagination-wrap-middle {
    padding: 0 20px;
}

.post-spacing-24 .post,
 .post-spacing-24 .sidebar,
  .post-spacing-24 .pagination,
   .post-spacing-24 .disqus-wrap,
    .post-spacing-24 .post-notes-wrap {
    padding: 12px;
}

.post-spacing-24 .pagination-wrap-middle {
    padding: 0 24px;
}

.post-spacing-30 .post,
 .post-spacing-30 .sidebar,
  .post-spacing-30 .pagination,
   .post-spacing-30 .disqus-wrap,
    .post-spacing-30 .post-notes-wrap {
    padding: 15px;
}

.post-spacing-30 .pagination-wrap-middle {
    padding: 0 30px;
}

.masonry > .size-n {
    width: 250px;
}

.masonry > .size-b {
    width: 330px;
}

.masonry > .size-n.large {
    width: 500px;
}

.masonry > .size-b.large {
    width: 660px;
}

.masonry .caption blockquote {
    background: none;
}

.masonry.index-page .text > .wrapper,
 .masonry.index-page .quote > .wrapper {
    padding-bottom: 42px;
}

.masonry.index-page .link-content {
    padding-bottom: 42px;   
}

.masonry.index-page .chat .wrapper {
    padding-bottom: 47px;   
}

.masonry.index-page .replies {
    padding-bottom: 57px;
}

.masonry.index-page .photoset-grid {
    margin-bottom: 0;
}

.masonry .panorama-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

.masonry.index-page .panorama-wrap {
    margin-bottom: 0;
}

.masonry .video-wrapper {
    position: relative;
    padding-bottom: 52.6%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

.masonry.index-page .video-wrapper {
    margin-bottom: 0px; 
}

.masonry.index-page .audio .post-buttons,
 .masonry.index-page .video .post-buttons {
    bottom: -42px;
}

.masonry.index-page .audio:hover .post-buttons,
 .masonry.index-page .video:hover .post-buttons {
    bottom: 0;
}

.masonry .size-n.audio iframe.spotify_audio_player {
    position: relative;
    top: 0;    
    height: 316px;
}

.masonry .size-b.audio iframe.spotify_audio_player {
    position: relative;
    top: 0;    
    height: 410px;
}

.masonry .audio iframe.soundcloud_audio_player {
    position: relative;
    height: 300px;
}

.masonry-2c {
    width: 98%;
}

.masonry-2c.tc-max-900 {
    max-width: 900px;
}

.masonry-2c.tc-max-1200 {
    max-width: 1200px;
}

.masonry-2c.tc-max-1500 {
    max-width: 1500px;
}

.masonry-2c .post,
 .index-page.posts.masonry-2c .column-sizer {
    width: 50%;
}
.masonry-2c .post.large {
    width: 100%;
}

.hard-shadows .post > .wrapper,
 .soft-shadows .tag-page-label,
  .soft-shadows .search-page-label,
   .hard-shadows .disqus,
    .hard-shadows .post-notes,
     .hard-shadows .sidebar-content,
      .nav-menu.hard-shadows {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,.05);
}
.soft-shadows .post > .wrapper,
 .soft-shadows .tag-page-label,
  .soft-shadows .search-page-label,
   .soft-shadows .disqus,
    .soft-shadows .post-notes,
     .soft-shadows .sidebar-content,
      .nav-menu.soft-shadows {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.05);
}

/* POST SIZES */

.column-sizer {
    display: none;
}

.column-sizer.size-n {
    width: 250px;
}

.column-sizer.size-b {
    width: 330px;
}

.grid > .size-n.normal {
    width: 250px;
    height: 250px;
}

.grid > .size-n.horizontal {
    width: 500px;
    height: 250px;
}

.grid > .size-n.vertical {
    width: 250px;
    height: 500px;
}

.grid > .size-n.large {
    width: 500px;
    height: 500px;
}

.grid > .size-n.extended {
    width: 500px;
    height: 750px;
}

.grid > .size-b.normal {
    width: 330px;
    height: 330px;
}

.grid > .size-b.horizontal {
    width: 660px;
    height: 330px;
}

.grid > .size-b.vertical {
    width: 330px;
    height: 660px;
}

.grid > .size-b.large {
    width: 660px;
    height: 660px;
}

.grid > .size-b.extended {
    width: 660px;
    height: 990px;
}

.single-column {
    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;
}

.single-column.permalink-page > .post {
    transition: none;
}

.single-column > .post:last-child {
    margin: 0;
}

.single-column > .post > .wrapper,
 .masonry-2c > .post > .wrapper {
    position: relative;
    padding-bottom: 42px;
}

.single-column .overlay,
 .single-column .overlay-link,
  .masonry-2c .overlay,
   .masonry-2c .overlay-link {
    display: none;
}

.single-column .photo-wrap {
    display: block;
}

.single-column .wrapper > .post-buttons {
    bottom: 0;
}

.page > .post {
    margin-bottom: 0;
}

.page > .post > .wrapper {
    padding: 0 5px;
}

.page .disqus, .page .post-buttons, .page .post-stats {
    display: none;
}

/*============================
==== ALL POSTS
=============================*/

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}

.wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fafafa;
    z-index: -1;
}

.overlay {
    background-color: #f5ad58;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    transition: all 280ms ease;
    visibility: hidden;
}

.overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.post:hover > .wrapper.caption-full > .overlay,
 .post:hover > .wrapper.caption-first > .overlay,
  .post:hover > .wrapper.caption-overlay > .overlay {
    opacity: 0.8;
    visibility: visible;
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 20px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    transition: padding 620ms ease, opacity 750ms ease;
}

.caption.typography a {
    text-decoration: underline;
}

.post:hover > .wrapper.caption-full> .caption,
 .post:hover > .wrapper.caption-first > .caption {
    visibility: visible;
    opacity: 1;
    padding-top: 15px;
}

 .grid .wrapper.caption-first > .caption > *,
  .masonry .wrapper.caption-first > .caption > * {
    display: none;
 }

 .grid .wrapper.caption-first > .caption > *:first-child,
  .masonry .wrapper.caption-first > .caption > *:first-child {
    display: inline-block;
 }

 .single-column .caption,
  .masonry-2c .caption {
    padding-top: 0 !important;
 }

.grid .caption blockquote {
    background: none;
    border-left-color: #fbfbfb;
}

.tags {
    display: none;
    margin: 16px 0 10px;
    text-align: left;
    padding: 0 15px;
}

.tags > .tag {
    font-size: 13px;
    font-style: italic;
    color: #ddd;
    transition: all 320ms ease;
    text-decoration: none;
    margin: 0 6px 6px 0;
    display: inline-block;
}

.tags > .tag:before {
    content: '#';
}

.permalink-page .wrapper {
    padding-bottom: 50px;
}

.single-column .wrapper > .caption,
 .masonry-2c .wrapper > .caption {
    position: relative;
    padding: 0 20px;
    visibility: visible;
    opacity: 1; 
    margin: 15px 0;
}

.single-column > .post .post-buttons,
 .masonry-2c > .post .post-buttons {
    bottom: 0;
}

.single-column .tags,
 .masonry-2c .tags {
    display: block;    
}

.post-stats {
    position: absolute;
    bottom: -200%;
    left: 0;
    transition: all 380ms ease 0ms;
    z-index: 6;
    width: 100%;
    background-color: #444;
    padding-left: 5px;
    box-sizing: border-box;
}

.post:hover .post-stats {
    bottom: 42px;
    transition: all 380ms ease 400ms;
}

.single-column .post .post-stats,
 .single-column .post:hover .post-stats,
  .masonry-2c .post .post-stats,
   .masonry-2c .post:hover .post-stats {
    bottom: 0px;
    position: relative;
    overflow: hidden;
}

.post-stats > div {
    display: inline-block;  
}

.post-stats > .post-author {
    float: right;
}

.post-stats > .post-author > img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 0px solid #ccc;
    width: 20px
}

.post-stats > .post-author > a {
    padding: 9px 0;
    display: inline-block;
    margin-right: 35px;
}

.post-stats > .separator {
    font-size: 12px;
    padding: 9px 0 8px;
    display: inline-block;
}

.post-stats > div, .post-stats > div > a {
    color: #eaeaea;
    text-decoration: none;
    font-size: 12px;
    text-transform: lowercase;
}

.post-stats > div > a:hover {
    color: #f5ad58;
}

.post-stats > .notes, .post-stats > .comments {
    padding: 10px 10px 8px;
    float: left;
}

.post-stats > .separator {
    float: left;
}

.post-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    z-index: 8;
    transition: all 380ms ease;
    background-color: #fafafa;
    padding-right: 3px;
    box-sizing: border-box;
}

.photo .post-buttons, .panorama .post-buttons, .photoset .post-buttons {
    bottom: -42px;
}

.post:hover .post-buttons {
    bottom: 0;
}

.post-permalink {
    float: left;
}

.post-permalink > a {
    padding: 8px 10px;
    font-size: 13px;
    margin: 6px;
    line-height: 1;
    display: block;
    text-decoration: none;
    transition: all 300ms ease;
}

.post-button-s1 > .post-permalink > a {
    padding: 9px 8px 8px;
}

.post-button-s2 > .post-permalink > a {
    background-color: #f5ad58;    
    color: #fff;
}

.post-button-s2 > .post-permalink > a:hover {
    background-color: #fff;
    color: #f5ad58;
}

.index-page .post-button-s1 .post-date,
 .index-page .post-button-s2 .post-date{
    display: none;

}

.post-date > a {
    text-decoration: none;
}

.post-button-s3 > .post-permalink > a {
    display: none;
}

.post-permalink > div {
    padding: 9px 7px;
    font-size: 13px;
    margin: 6px 9px;
    line-height: 1;
}

.post-like, .post-reblog, .post-share {
    float: right;
    position: relative;
    margin-top: 10px;
    margin-right: 8px;
    cursor: pointer;
}

.post-like svg, .post-reblog svg, .post-share svg {
    fill: #646464;
    width: 22px;
    height: 22px;
    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: -250%;
    right: 0;
    width: 100px;
    z-index: 7;
    transition: all 450ms ease;
}

.share-buttons.active {
    bottom: 42px;
}

.share-buttons > .option-btn {
    padding: 5px 9px;
    font-size: 12px;
    background-color: #444;
    color: #eaeaea;   
    cursor: pointer;
    border: 1px solid #444; 
    vertical-align: middle;
    transition: all 240ms ease;
}

.share-buttons > .option-btn:hover {
    background-color: #fafafa;
}

.option-btn > svg {
    fill: #eaeaea;   
    width: 16px;
    height: 16px;
    display: inline;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.option-btn:hover > svg {
    fill: #646464;   
}

/*============================
==== TEXT POSTS
=============================*/

.post-title {
    font-size: 20px;
    margin: 0 15px 12px;
    line-height: 1.4;
    border-bottom: 1px solid #646464;
    padding: 12px 0 7px;
}

.size-n .post-title {
    font-size: 18px;
}

.single-column .post-title,
 .masonry-2c .post-title {
    font-size: 21px;    
}

.post-title > a {
    text-decoration: none;
    color: #646464;
    transition: all 300ms;
}

.post-title.uppercase {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.text .post-text {
    margin-bottom: 15px;
    padding: 0 15px;
    margin-top: 12px;
}

.center-pictures .post-text img {
    margin: 0 auto;
}

 .typography a.read_more {
    text-decoration: underline;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

/*============================
==== PHOTO AND PHOTOSET POSTS
=============================*/

.masonry .msnry-pp-grid .photoset-wrap,
 .masonry .msnry-pp-slideshow .photoset-grid,
  .masonry .msnry-pp-first .photoset-grid,
   .grid .grid-pp-slideshow .photoset-grid,
    .grid .grid-pp-first .photoset-grid,
     .single-column .photoset-wrap,
      .single-column .photo .photo-cover,
       .masonry-2c .photoset-wrap,
        .masonry-2c .photo .photo-cover {
    display: none;
}

.masonry .msnry-pp-grid .photoset-grid, 
 .masonry .msnry-pp-slideshow .photoset-wrap
  .masonry .msnry-pp-first .photoset-wrap
   .grid .grid-pp-slideshow .photoset-wrap,
    .grid .grid-pp-first .photoset-wrap,
     .single-column .photoset-grid,
      .single-column .photo .panorama-wrap,
       .masonry-2c .photoset-grid,
        .masonry-2c .photo .panorama-wrap {
    display: block;
}

.masonry .msnry-pp-first .ps-cell:first-child,
 .masonry .msnry-pp-first .ps-cell:first-child > a {
    position: relative;
}

.photo-wrap > a {
    display: block;
}
.photo-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-pictures .photo-wrap img {
    margin: 0 auto;
}

.photo-cover, .ps-photo-cover {
    display: block;
    width: 100%;
    height: 100%;
    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-row {
    position: relative;
}

.photoset-cell.has-caption:after {
    content: "...";
    position: absolute;
    bottom: 0;
    left: 7px;
    font-size: 22px;
    color: #FFF;
    height: 20px;
    width: 20px;
    text-align: center;
    transition: all 300ms ease;
}

.photoset-cell.has-caption:hover:after {
    color: #f5ad58;   
}

.photoset-cell.has-caption:hover:before {
    background-color: #fff;
}

/*============================
==== QUOTE POSTS
=============================*/

.quote-text {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 15px;
}

.size-n .quote-text {
    font-size: 17px;
}

.quote-text > svg {
    fill: #646464;
    display: inline;    
}

.quote-text > .icon-quotes-open {
    width: 28px;
    height: 26px;
    margin-right: 2px;
    opacity: 0.3;
}

.size-n .quote-text > .icon-quotes-open {
    width: 24px;
}

.quote-text > .icon-quotes-close {
    width: 10px;
    height: 10px;
    position: relative;
    top: 6px;
    opacity: 0.3;
}

.source {
    margin-bottom: 15px;
    padding: 0 15px;
}

/*============================
==== LINK POSTS
=============================*/

.link-content {
    position: relative;
}

.link .link_og_blockquote {
    margin: 0 0 10px;
}

.link .link_og_blockquote:last-child {
    margin-bottom: 0;
}

.link-wrap {
    position: relative;
}

.link-title {
    font-size: 17px;
    display: block;
    color: #fff;
    line-height: 1.4;
    padding: 16px 20px;
    z-index: 1;
    position: relative;
    background-color: #f5ad58;
    text-decoration: none;
}

.size-n .link-title {
    padding: 14px 18px;
}

.single-column .link-title,
 .masonry-2c .link-title {
    padding: 22px 26px;
}

.link-title.uppercase {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.post .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: 7px 0 8px 20px; 
    transition: all 320ms ease;
    z-index: 0;
    width: 100%;
}

.link-content:hover .link-host {
    top: 100%;
}

.link-caption {
    padding: 15px 15px 0;
    margin-bottom: 15px;
}

/*============================
==== CHAT POSTS
=============================*/

.chat-text {
    list-style: none;
    margin: -5px 15px 5px;
}

.chat-text > li {
    padding: 9px 0;
    border-bottom: 1px solid #e8e8e8;
    line-height: 1.5;
    font-size: 14px;
}

.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,
 .masonry-2c .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: 42px;
    box-sizing: border-box;    
}
iframe.soundcloud_audio_player,
 iframe.tumblr_audio_player,
  iframe.spotify_audio_player {
    display: block;
}

.single-column .audio iframe.soundcloud_audio_player,
 .masonry-2c .audio iframe.soundcloud_audio_player {
    position: relative;
    height: 300px;
}

.single-column .audio iframe.tumblr_audio_player,
 .masonry-2c .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,
 .masonry-2c .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: 42px;
    box-sizing: border-box;    
}

.single-column .video-wrapper,
 .masonry-2c .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 {
    font-size: 15px;
    margin-bottom: 15px;
    padding: 16px 22px;
    background-color: #444;
    color: #fff;
}

.question-text.uppercase {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.question-asked-by {
    font-size: 14px;
    text-align: right;
    margin-right: 15px;
}

.question-asked-by > a {
    display: inline;
    font-size: 14px;
    text-decoration: underline;
    transition: all 300ms ease;
}

.question-asked-by > a:hover {
    color: #f5ad58;
}

.replies {
    padding: 15px 15px 10px;
}

/*============================
==== MORE POSTS
=============================*/

.more-posts {
    margin: 0 0 21px;
    text-align: center;
    position: relative;
    transition: all 700ms ease;
}

.more-posts.next-previous .more-button,
 .more-posts.load-more .standard-pagination,
  .more-posts.infinite-load .standard-pagination,
   .more-posts.infinite-load .more-button {
    display: none;
}

.more-posts.inactive {
    cursor: default;
    opacity: 0.4;
}

.more-button,
 .standard-pagination > a,
  .standard-pagination > span {
    display: inline-block;
    transition: all 300ms ease;
    font-size: 13px;
    background-color: #f5ad58;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 11;
    line-height: 1;
    padding: 16px 32px;
}

.more-button:hover,
 .standard-pagination > a:hover,
  .standard-pagination > span {
    background-color: #fafafa;
    color: #f5ad58;
}

.standard-pagination > a,
 .standard-pagination > span {
    font-size: 13px;
    padding: 10px 18px; 
    text-decoration: none;
    margin-bottom: 3px;   
}

.standard-pagination > span {
    cursor: default;
}

/*============================
==== PERMALINK PAGINATION
=============================*/

.pagination {
    overflow: hidden;
}

.pagination > div {
    float: left;
    opacity: 0.4;
}

.pagination > div.active {
    opacity: 1;
    cursor: pointer;
}

.pagination > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
}

.pagination > div > a {
    transition: all 300ms ease;
    font-size: 13px;
    background-color: #f5ad58;
    color: #fff;
    position: relative;
    z-index: 11;
    line-height: 1;
    padding: 10px 12px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    text-decoration: none;
}

.pagination > div > a:hover {
    background-color: #fafafa;
    color: #f5ad58;
}

.pagination-wrap,
 .pagination-wrap {
    width: 33%;
}

.pagination-wrap-middle {
    width: 34%;
    box-sizing: border-box;
}

.pagination span,
 .pagination svg {
    vertical-align: middle;
}

.pagination a > span {
    display: none;
}

.pagination a > svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    display: inline;
    transition: all 280ms ease;
}
.pagination a:hover > svg {
    fill: #f5ad58;
}

@media all and (min-width: 648px) {
    .pagination a > span {
        display: inline;
    } 
    .pagination a > svg {
        display: none;
    }   
    .pagination-previous > svg {
        left: 5px;
        position: relative;
}

    .pagination-next > svg,
     .pagination-back > svg {
        left: -5px;
        position: relative;
}
}

/*============================
==== POST NOTES AND DISQUS    
=============================*/

.post-notes, .disqus {
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
}

.disqus {
    padding: 15px 22px;
}

.dsq-brlink {
    display: none;
}

.post-notes > .notes {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.post-notes li {
    position: relative;
    padding: 31px 25px 9px 90px;
    border-top: 1px solid #e8e8e8;
    min-height: 40px;
}

.post-notes li:first-child {
    border-top: none;
}

.post-notes a {
    color: #646464;
    text-decoration: underline;
    transition: all 300ms ease;
}

.post-notes a:hover {
    color: #f5ad58;
}

.post-notes blockquote {
    margin: 7px 0px 5px 8px;
    padding-left: 9px;
    border-left: 2px solid #AAA;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
}

.avatar_frame {
    position: absolute;
    top: 8px;
    left: 8px;
}

.post-notes .more_notes_link_container {
    padding: 25px 25px 0;

}

.small-avatars.post-notes li {
    padding: 15px 25px 17px 58px;
    min-height: auto;
}

.small-avatars.post-notes img {
    max-width: 32px;
}

.small-avatars.post-notes .more_notes_link_container {
    padding: 15px 25px 6px;

}

/*============================
==== INFO SECTION    
=============================*/

.info-label {
    margin: 0 auto;
    font-size: 14px;
}

.tag-page-label,
 .search-page-label {
    padding: 15px 30px;
    background-color: #444;
    color: #eaeaea;
    text-align: center;
}
.tag-page-label > span,
 .search-page-label > span {
    margin-left: 2px;
}
.no-search-results {
    width: 100%;
    padding: 140px 0;
    font-size: 18px;
    text-align: center;
}

/*============================
==== FOOTER SECTION    
=============================*/

footer {
}

footer.sticked {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.footer-wrap {
    background-color: #444;
}

.footer-wrap.widget {
    padding-top: 25px;    
}

.tag-cloud {
    margin: 0 0 18px;
    padding: 0 20px;
    box-sizing: border-box;
}

.tag-cloud > .label {
    font-size: 15px;
    font-weight: bold;
    color: #eaeaea;
    text-align: center;
    margin: 0 0 14px;
    text-transform: uppercase;
    position: relative;
}

.tag-cloud > ul {
    text-align: center;
}

.sidebar-tags {
    margin-top: 15px;
}

.tag-cloud > ul > li,
 .sidebar-tags > li {
    display: inline-block;
    margin: 0 2px 5px 0;
}

.tag-cloud a,
 .sidebar-tags a {
    display: block;
    color: #eaeaea;
    padding: 10px 16px;
    text-decoration: none;
    transition: all 320ms ease;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
}

.tag-cloud a:hover,
 .sidebar-tags a:hover {
    color: #444;
    background-color: #eaeaea;
    text-decoration: none;
}

.search {
    margin: 0 auto 35px;
    text-align: center;
    height: 13px;
    position: relative;
    width: 60%;
    border-bottom: 2px solid #eaeaea;    
}

.search > form > input {
    padding: 6px;
    font-family: inherit;
    width: 170px;
    border-radius: 20px;
    border: none;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
    font-size: 11px;
}

.footer-sl {
    margin: 0;
    padding: 0 20px 20px;
    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;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 11px;
    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;
}
