/*  
    Name: 'Elise' theme for tumblr
    Realese date: 07.04.2014;
    Version: 1.4a;
    Last update date: 24.03.2015;
    Author: webgregos;
*/


/*==================================
====  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: 'Lato', sans-serif;
    background-color: #f7f7f7;
    color: #646464;
    font-size: 15px;    
}

/* TYPOGRAPHY*/

.typography {
    line-height: 1.6;
    font-size: 15px;    
}

.typography > *:last-child {
    margin-bottom: 0;
}

.typography a {
    color: #646464;    
    -webkit-transition: color 280ms;    
            transition: color 280ms;
    text-decoration: underline;
}
.typography a:hover {
    color: #f5ad58;   
}

.typography p {
    margin-bottom: 15px;
}

.typography strong,
 .typography b {
    font-weight: bold;
}

.typography em,
 .typography i {
    font-style: italic;
}

.typography blockquote {
    margin: 15px 10px;
    border-left: 2px solid #f5ad58;
    font-style: italic;
    background-color: #efefef;
    padding: 10px 15px 10px 20px;
}

.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;
    text-transform: uppercase;
}

.typography h6 {
    font-size: 12px;
    text-transform: uppercase;
}

.typography ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}

.typography ol {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 20px;
}

.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;
}

.nivo-lightbox-image img {
    display: inline;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 17px !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -4% !important;
}

/*==================================
====  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 400ms;
            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;
    -webkit-transition: all 700ms ease;
            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%;
    font-weight: bold;
}

.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);
    -webkit-border-radius: 100%;
            border-radius: 100%;
    padding: 0;
    -webkit-transition: all 700ms ease;
            transition: all 700ms ease;
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes pulse {
  100% {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: blur(1px);
  }
}

@keyframes pulse {
  100% {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: none;
            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;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 20px #CAE53D;
          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;
    -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;
    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;
    -webkit-transition: all 320ms ease;
            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%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.header-text > .wrap {
    display: inline-block;
    position: relative;  
    -webkit-transition: all 320ms ease;  
            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; 
}

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 560ms ease-out;
            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: 30px;
    left: 50%;
    margin-left: -36px;
    font-size: 28px;
    text-decoration: none;
    -webkit-transition: all 380ms ease;
            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: 32px;
    height: 32px;
    fill: #fafafa;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.scroll-down-button:hover {
    opacity: 0.7;
}

.scroll-top {
    position: fixed;
    bottom: 45px;
    right: -60px;
    background-color: #f5ad58;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    z-index: 99;
    border: 2px solid #f5ad58;
    cursor: pointer;
    -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);
}

.scroll-top svg {
    width: 25px;
    height: 25px;
    fill: #fafafa;
    -webkit-transition: all 250ms ease;
            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;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    -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);
    background-color: #f5ad58;
    color: #fff;
}

.loading-info.active {
    left: 0;
}

.loading-info > .loading {
    font-size: 16px;
    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);
    -webkit-border-radius: 100%;
            border-radius: 100%;
    padding: 0;
}

@-webkit-keyframes pulse-s {
  100% {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: blur(1px);
  }
}

@keyframes pulse-s {
  100% {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: none;
            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;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 20px #fff;
            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;
}

.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 24px 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;
    font-size: 32px;
    padding: 15px 14px 14px;
    cursor: pointer;
}

.profile-button {
    border-right: 1px solid #e8e8e8;
    left: 0;
}

.menu-button {
    right: 0;
    display: none;
}

.profile-button > svg,
 .menu-button > svg {
    width: 29px;
    height: 29px;
    fill: #646464;
    -webkit-transition: 280ms ease;
            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: 22px 24px 22px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    -webkit-transition: all 280ms ease;
            transition: all 280ms ease;
}

/*SECOND LEVEL*/

.nav-sl {
    position: absolute;
    top: 59px;
    left: -10px;
    text-align: left;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 220ms ease;
            transition: all 220ms ease;
}

li:hover > .nav-sl {
    opacity: 1;
    visibility: visible;
    left: -1px;
}

.nav-sl > li {
    position: relative;
}

.nav-sl > li > a {
    display: block;
    font-size: 15px;
    padding: 18px 22px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all 280ms ease;
            transition: all 280ms ease;
}

.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 {        
        position: absolute;
        top: 59px;
        right: -10px;
        background-color: #fafafa;
        border: 1px solid #e8e8e8;
        min-width: 220px;
        border-right: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 220ms ease;
                transition: all 220ms ease;
   }

    .nav-fl.show {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .nav-fl > li {
        float: none;
        border: none;
    }

    .nav-fl > li > a {
        display: block;
        text-align: left;
        font-size: 15px;
        padding: 20px 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;
        opacity: 1;
        visibility: visible;
    }

    .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: 20px 40px 20px 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;
    -webkit-transition: left 700ms ease;
            transition: left 700ms ease;
}

.single-column > .top-message {
    margin: 12px 0 0;
}

.top-message a,
 .sidebar a {
    color: #f5ad58;
    text-decoration: none;
    -webkit-transition: all 300me ease;
            transition: all 300me ease;
 }

.top-message a:hover,
 .sidebar a:hover {
    text-decoration: underline;
}

.sidebar {
    position: absolute;
    top: 0;
    left: -2000px;
    background-color: #444;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 12;
    overflow: hidden;
    -webkit-transition: left 500ms ease;
            transition: left 500ms 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: 15px 0 30px;
}

.social-links > li {
    float: left;
    margin: 0 8px 8px 0;
}

.social-links > li > a {
    -webkit-transition: all 300ms ease;
            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 {
    -webkit-border-radius: 40px;
            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%;    
}

.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: 69px;
    padding: 3px;
    -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;
}

.size-n .instagram-list > li,
 .size-n .flickr-list > li,
  .size-n .dribbble-list > li {
    width: 66px;
}

.instagram-list > li:hover,
 .flickr-list > li:hover,
  .dribbble-list > li:hover {
    opacity: 0.7;
}

.tweets {
    margin-top: 12px;
}

.tweet {
    font-size: 14px;
    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: 35px;
    height: 35px;
    fill: #eaeaea;
}

.tweet-text {
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 4px;
}

.tweet-text a {
    color: #f5ad58;
    text-decoration: none;
    -webkit-transition: all 320ms ease;
            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%;
    -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: -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;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.post.new-post {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
    opacity: 0;
}

.post.new-post {
    -webkit-transform: translate3d(0, 500px, 0);
            transform: translate3d(0, 500px, 0);
    opacity: 0;
}

.hard-shadows .post,
 .hard-shadows .info-label,
  .hard-shadows .disqus,
   .hard-shadows .post-notes,
    .hard-shadows .sidebar,
     .nav-menu.hard-shadows {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,.05);
            box-shadow: 0px 0px 1px 1px rgba(0,0,0,.05);
}
.soft-shadows .post,
 .soft-shadows .info-label,
  .soft-shadows .disqus,
   .soft-shadows .post-notes,
    .soft-shadows .sidebar,
     .nav-menu.soft-shadows {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.05);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,.05);
}

/* 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;
}

.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 20px;
}

.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,
 .single-column .overlay-link {
    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;
}

.overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.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;
    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;
 }

.grid .caption blockquote {
    background: none;
    border-left-color: #fbfbfb;
}

.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;
    text-decoration: none;
}

.tags > .tag:before {
    content: '#';
}

.permalink-page .wrapper {
    padding-bottom: 50px;
}

.single-column .wrapper > .caption {
    position: relative;
    padding: 0 20px;
    visibility: visible;
    opacity: 1; 
    margin-bottom: 15px;
}

.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: 6;
}

.post:hover .post-counts {
    bottom: 50px;
}

.post-counts > div {
    float: left;
    font-size: 13px;
    background-color: #444;
    padding: 6px 0;
}

.post-counts > div, .post-counts > div > a {
    color: #eaeaea;
    text-decoration: none;
}

.post-counts > div > a:hover {
    color: #f5ad58;
}

.post-counts > .notes, .post-counts > .comments {
    padding: 6px 14px;
}

.post-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 8;
    -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: 7px 13px 8px;
    font-size: 13px;
    margin: 9px;
    line-height: 1;
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.post-button-s1 > .post-permalink > a {
    padding: 9px 13px 8px;
}

.post-button-s2 > .post-permalink > a {
    background-color: #f5ad58;    
    border: 1px solid #f5ad58;
    color: #fff;
    -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-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 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;
    -webkit-transition: 320ms ease;
            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: 7;
    -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: 20px;
    margin: 0 0 12px;
    line-height: 1.4;
    border-bottom: 1px solid #646464;
    padding-bottom: 7px;
}

.post-title > a {
    text-decoration: none;
    color: #646464;
    -webkit-transition: all 300ms;
            transition: all 300ms;
}

.post-title.uppercase {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-text {
    margin-bottom: 15px;
}

.center-pictures .post-text img {
    margin: 20px auto;
}

 .typography a.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;
    -webkit-transition: all 1500ms ease 1400ms;
            transition: all 1500ms ease 1400ms;
}
.preloader > .animation-wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 700ms ease 1000ms;
            transition: all 700ms ease 1000ms; 
}

.photo-image {
    display: none;
}

.photo-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-pictures .photo-image 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-grid {
    margin-bottom: 15px;
}

.photoset-wrap, .single-column .photoset-grid {
    display: block;
}

.photoset-grid, .single-column .photoset-wrap {
    display: none;
}

.photoset-cell.has-caption {
    position: relative;
}

.photoset-cell.has-caption:after {
    content: "...";
    position: absolute;
    bottom: 11px;
    left: 13px;
    font-size: 25px;
    color: #FFF;
    height: 26px;
    width: 26px;
    text-align: center;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.photoset-cell.has-caption:hover:after {
    color: #f5ad58;   
}

.photoset-cell.has-caption:before {
    content: "";
    position: absolute;
    bottom: 14px;
    left: 10px;
    background-color: #f5ad58;
    height: 26px;
    width: 26px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    border: 2px solid #f5ad58;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.photoset-cell.has-caption:hover:before {
    background-color: #fff;
}

/*============================
==== QUOTE POSTS
=============================*/

.quote > .wrapper {
    padding: 18px 20px;
}

.quote-text {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.4;
}

.quote-text > svg {
    fill: #646464;
    display: inline;    
}

.quote-text > .icon-quotes-open {
    width: 18px;
    height: 26px;
    margin-right: 2px;
}

.quote-text > .icon-quotes-close {
    width: 10px;
    height: 10px;
    position: relative;
    top: 5px;
}

.source {
    margin-bottom: 15px;
}

/*============================
==== LINK POSTS
=============================*/

.link-content {
    position: relative;
}

.link-caption > blockquote:first-child {
    margin-top: 10px;
}

.link-title {
    font-size: 19px;
    display: block;
    color: #fff;
    line-height: 1.4;
    padding: 12px 16px 12px;
    z-index: 1;
    position: relative;
    background-color: #f5ad58;
    text-decoration: none;
}

.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; 
    -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 {
    list-style: none;
    margin: -5px 0 5px;
}

.chat-text > li {
    padding: 9px 0;
    border-bottom: 1px solid #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 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px;
    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: 10px;
}

.question-asked-by > a {
    display: inline;
    font-size: 14px;
    text-decoration: underline;
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
}

.question-asked-by > a:hover {
    color: #f5ad58;
}

.replies {
    padding: 15px 20px 10px;
}

/*============================
==== MORE POSTS
=============================*/

.more-posts {
    margin: 0 0 25px;
    text-align: center;
    position: relative;
    -webkit-transition: all 700ms ease;
            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;
    -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 1px 1px 0 rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 11;
    line-height: 1;
    padding: 14px 30px;
}

.more-button:hover,
 .standard-pagination > a:hover,
  .standard-pagination > span {
    background-color: #fafafa;
    color: #f5ad58;
}

.standard-pagination > a,
 .standard-pagination > span {
    font-size: 15px;
    border: 1px solid #f5ad58;
    padding: 9px 18px; 
    text-decoration: none;
    margin-bottom: 3px;   
}

.standard-pagination > span {
    cursor: default;
}

/*============================
==== PERMALINK PAGINATION
=============================*/

.pagination {
    margin-bottom: 14px;
    overflow: hidden;
    height: 37px;
}

.pagination > div {
    float: left;
    height: 30px;
}

.pagination > div > a {
    -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
    font-size: 14px;
    background-color: #f5ad58;
    color: #fff;
    border: 2px solid #f5ad58;
    cursor: pointer;
    -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);
    position: relative;
    z-index: 11;
    line-height: 1;
    padding: 6px 10px 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            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: 30%;
}

.pagination-wrap-middle {
    width: 38%;
    margin: 0 1%;
}

.pagination span,
 .pagination svg {
    vertical-align: middle;
}

.pagination a > span {
    display: none;
}

.pagination a > svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    display: inline;
    -webkit-transition: all 280ms ease;
            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;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
}

.disqus {
    padding: 15px 22px;
    margin-bottom: 15px;
}

.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;
    -webkit-transition: all 300ms ease;
            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 19px 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;
}

.tag-page-label,
 .search-page-label {
    margin: 11px 5px 0;
    padding: 15px 30px;
    background-color: #444;
    color: #eaeaea;
    text-align: center;
}
.tag-page-label > span,
 .search-page-label > span {
    font-style: italic;
    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;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.tag-cloud > .label {
    font-size: 17px;
    font-weight: bold;
    color: #eaeaea;
    text-align: center;
    margin: 0 0 14px;
    text-transform: uppercase;
    position: relative;
}

.tag-cloud > ul {
    text-align: center;
    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 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;
    -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 22px;
    -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;
}
