/* styles in src/style directory are applied to the whole page */
.single #primary .post.spt .entry-footer {
    padding-top: 0;
    border-top: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}

.single #primary .post.spt .entry-footer {
    margin-bottom: 45px;
}

.single #primary .post.spt .entry-footer .tags {
    margin-top: 24px;
}

.single #primary .post.spt .entry-footer .tags a {
    background: #eee;
    color: #333;
}

@-webkit-keyframes glow {
    0% {
        background-color: transparent
    }

    50% {
        background-color: #2c3044
    }

    100% {
        background-color: transparent
    }
}

@keyframes glow {
    0% {
        background-color: transparent
    }

    50% {
        background-color: #2c3044
    }

    100% {
        background-color: transparent
    }
}

.site-footer {
    display: none;
}

.spt-loader-wrapper {
    text-align: center;
    position: relative
}

.spt-loader {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    display: none;
    -webkit-animation: glow 0.6s 0.1s infinite;
    animation: glow 0.6s 0.1s infinite;
    z-index: 999
}

.spt-loader--loading {
    display: inline-block !important
}

.spt-loader,.spt-loader:before,.spt-loader:after {
    border-radius: 2px;
    width: 4px;
    height: 20px;
    background-color: #2c3044
}

.spt-loader:before,.spt-loader:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px
}

.spt-loader:before {
    left: -6px;
    -webkit-animation: glow 0.6s 0s infinite;
    animation: glow 0.6s 0s infinite
}

.spt-loader:after {
    left: 6px;
    -webkit-animation: glow 0.6s 0.2s infinite;
    animation: glow 0.6s 0.2s infinite
}
/*# sourceMappingURL=app.css.map*/