/* === MAIN CSS === */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    overflow-y: visible !important;
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    margin-top: 57px;
    font-family: 'FuturaPT', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 1;
    position: relative;
    cursor: auto;
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    -webkit-transition: color 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    float: none;
    clear: both;
}

::-moz-selection {
    color: #FFF;
    background: #e91e63;
    text-shadow: none;
}

::selection {
    color: #FFF;
    background: #e91e63;
    text-shadow: none;
}

strong,
b {
    font-weight: normal;
}

/* === Photoset Grid Options === */
.grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
}

.grid-wrap {
    -ms-flex: 0 0 calc(100% / 2 - 10px);
    flex: 0 0 calc(100% / 2 - 10px);
    margin: 5px;
}

@media screen and (max-width: 25em) {
.grid-wrap {
    -ms-flex: 0 0 calc(100% / 1 - 10px);
    flex: 0 0 calc(100% / 1 - 10px);
    margin: 5px;
  }
}

.grid-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    margin: 0 !important;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    position: absolute;
    overflow: hidden;
    background: #ebeced;
}
/* === Photoset Grid Options === */

.theme-posts-photo img {
    margin-bottom: 25px;
}

.mfp-figure:after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    width: 57px;
    position: fixed;
    margin: 0;
    padding: 0;
    font-size: 45px;
    font-family: inherit;
    font-weight: lighter;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.mfp-arrow-left:before {
    border-right: 27px solid #f8f9fa;
}

.mfp-arrow-left:after {
    border-right: 17px solid #191919;
}

.mfp-arrow-right:before {
    border-left: 27px solid #f8f9fa;
}

.mfp-arrow-right:after {
    border-left: 17px solid #191919;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: unset;
}

.theme-posts-body {
    overflow: hidden;
}

input[type="text"],
input[type="email"] {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

::-webkit-scrollbar {
    width: 10px;
    background: #2e2f30;
    border-right: 3px solid #212121;
}

::-webkit-scrollbar-thumb {
    background: #5e5e5f;
    border-right: 3px solid #363636;
}

ul,
ol,
dl {
    line-height: unset !important;
}

/* PERMALINK NEXT-PREVIOUS */
.theme-permalink-next-previous {
    margin-top: 40px;
}

.theme-permalink-next-previous a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0;
    color: #191919;
    text-align: center;
    font-weight: lighter;
}

.p-left i {
    margin-right: 4px;
}

.p-right i {
    margin-left: 4px;
}

.theme-permalink-next-previous i {
    font-size: 15px;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    background: #ebeced;
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-permalink-next-previous .p-left {
    float: left;
}

.theme-permalink-next-previous .p-right {
    float: right;
}

/* PERMALINK NEXT-PREVIOUS */

/* NEWS SMALL */
#theme-news-small {
    padding-top: 45px;
}

.wrapper .post-list {
    max-width: 100%;
    column-count: 5;
    column-gap: 1.25rem;
    margin: 0;
}

.wrapper .post-list article {
    display: block;
}

.wrapper .post-list article a {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0.875rem;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0px;
    transition: 0.5s;
}

.wrapper .post-list article a:before {
    background-color: rgb(0, 0, 0);
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.wrapper .post-list article a:hover:before {
    opacity: .5;
}

.wrapper .post-list article .post-title {
    opacity: 1;
    background: #fff;
    position: relative;
    z-index: 3;
    overflow: hidden;
    line-height: 1.25 !important;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    transition: 0.25s;
    padding: 0.75rem 0.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper .post-list article img {
    background: #ebeced;
    width: 100%;
    height: auto;
    display: block;
    min-height: 6rem;
    object-fit: cover;
    transition: 0.5s;
    overflow: hidden;
}

.wrapper .post-list article:hover a {
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 1%), 0 10px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 14px 28px rgb(0 0 0 / 1%), 0 10px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 14px 28px rgb(0 0 0 / 1%), 0 10px 10px rgb(0 0 0 / 10%);
}

@media screen and (min-width: 32em) {
    .wrapper .post-list article img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 64em) {
    .wrapper .post-list article a {
        background: #f8f9fa;
    }
    .wrapper #articles .post-list {
        column-count: 2;
    }
}

@media screen and (max-width: 28em) {
    .wrapper #articles .post-list {
        column-count: 1;
    }
}

@media screen and (max-width: 32em) {
    .wrapper .post-list article img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 64em) {
    .wrapper .post-list article:nth-child(6) {
        display: none;
    }

    .wrapper .post-list article img {
        height: 150px;
        width: 100%;
        object-fit: cover;
    }
}

/* NEWS SMALL */

/* NEWS */
.post-fourth {
    position: absolute;
    bottom: 10px;
    margin-left: -10px;
}

.preview .fourth .post {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.preview .post a .post-title {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.preview {
    display: flex;
    flex-wrap: wrap;
}

.preview .half {
    width: 50%;
}

.preview .bigger {
    display: flex;
    flex-wrap: wrap;
}

.preview .bigger .post {
    width: 100%;
}

.preview .bigger .post .post-title {
    opacity: 1;
    bottom: 0;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 1.5rem 1.875rem;
    font-size: 1.5rem;
    z-index: 12;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.preview .bigger .post a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #000b;
    background: linear-gradient(0deg, black -10%, transparent 50%);
    z-index: 3;
}

.preview .fourth {
    display: flex;
    flex-wrap: wrap;
}

.preview .fourth .post {
    width: 50%;
}

.preview .post {
    width: 33.33%;
    padding: 1px;
}

.preview .post a {
    display: block;
    position: relative;
}

.preview .post a:hover .post-title {
    opacity: 1;
}

.preview .post a:after {
    content: '';
    padding-top: calc(100% * (5/7));
    display: block;
    background: #000;
}

.preview .post a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ebeced;
}

@media screen and (min-width: 40em) {
    .post-fourth {
        font-size: 1rem !important;
    }
}

.preview .post a .post-title {
    position: absolute;
    color: #fff;
    height: 100%;
    width: 100%;
    background: #000c;
    transition: 0.33s;
    font-size: 0.875rem;
    line-height: 1.33;
    padding: 1.125rem 1.25rem;
    opacity: 0;
}

.preview .post a .post-title p {
    font-size: 0.75rem;
    opacity: 0.66;
    margin: 0.25rem 0;
}

.post-list {
    max-width: 100%;
    column-count: 5;
    column-gap: 1.25rem;
    margin: 0;
}

@media screen and (max-width: 64em) {
    .preview .half {
        width: 100%;
    }
}

/* NEWS */

/* TUMBLR BUTTON */
.tmblr-iframe {
    display: none !important;
}

.tmblr-iframe-overlay.tmblr-iframe-themed.tmblr-iframe-compact {
    height: 0 !important;
}

/* TUMBLR BUTTON */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #00acff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #00acff, 0 0 5px #00acff;
    -moz-box-shadow: 0 0 10px #00acff, 0 0 5px #00acff;
    box-shadow: 0 0 10px #00acff, 0 0 5px #00acff;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* ==========================================================================
Theme CSS - Private Styles
========================================================================== */
/* === DIMENSION 960 === */
.row,
.grid_12 {
    width: 948px;
    margin: 0 auto;
}

.grid_3 {
    width: 200px;
    margin: 0px 18px;
    float: left;
}

.grid_4 {
    width: 280px;
    margin: 0px 18px;
    float: left;
}

.sidebar-follow ul {
    width: 260px;
}

#theme-blog-body .left {
    width: 66%;
}

#theme-blog-body .right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 45px;
    width: 31%;
}

/* === DIMENSION 1200 === */
@media only screen and (min-width: 1200px) {
    .grid_12 {
        width: 1136px;
        margin: 0 auto;
    }

    .row {
        max-width: 100%;
        width: 1200px;
        margin: 0 auto;
    }

    .grid_3 {
        width: 255px;
        margin: 0px 20px;
        float: left;
    }

    .grid_4 {
        width: 360px;
        margin: 0px 20px;
        float: left;
    }

    #theme-blog-body .left {
        width: 66%;
    }

    #theme-blog-body .right {
        width: 31%;
    }

    /* OTHERS */
    .sidebar-follow ul {
        width: 320px;
    }

    .footer-photo {
        padding: 0;
        margin: 50px 0px 0px 0px;
    }
}

/* === WHY ABOUT US === */
#theme-about {
    padding-top: 25px;
    padding-bottom: 45px;
    background: #ffffff
}

.blog-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    line-height: 1.4;

    overflow: hidden;
    z-index: 0;
}

.blog-card a {
    color: inherit;
}

.blog-card:hover .blog-card-photo {
    transform: scale(1.3);
}

.blog-card .blog-card-meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .blog-card-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}

.blog-card .blog-card-details,
.blog-card .blog-card-details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .blog-card-details {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: -100%; */
    margin: auto;
    transition: left 0.3s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
}

.blog-card .blog-card-author {
    height: 1.5rem;
    display: flex;
    text-decoration: none;

    font-size: 13px;
    font-weight: lighter;
}

.blog-card .blog-card-date {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.2s;
    line-height: 1;
}

.blog-card .blog-card-hyphen {
    order: 2;
    color: #fff;
    padding: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    line-height: 1.6;
}

.blog-card .blog-card-tags {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem;
    line-height: 1;
}

.blog-card .blog-card-details ul li {
    display: inline-block;
}

.blog-card .blog-card-details .blog-card-tags li {
    margin-right: 2px;
}

.blog-card .blog-card-details .blog-card-tags li:first-child {
    margin-left: -4px;
}

.blog-card .blog-card-description {
    padding: 1rem;
    background: #f8f9fa;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.blog-card .blog-card-description h3 {
    margin: 5px 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.1;
    display: flex;
    justify-content: left;
}

.blog-card .blog-card-description .blog-card-description-date {
    display: flex;
    justify-content: left;
}

.blog-card .blog-card-description .blog-card-description-date a:after {
    display: block;
    background: currentColor;
    width: 100%;
    height: 1px;
    content: '';
}

.blog-card .blog-card-description .blog-card-read-more {
    display: flex;
    justify-content: left;
}

.blog-card .blog-card-description .blog-card-read-more a {
    position: relative;
    font-size: 0.95rem;
    font-weight: lighter;
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.blog-card .blog-card-description .blog-card-read-more a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 4px;
    line-height: 1;
    background: #ebeced;
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.blog-card .blog-card-description .blog-card-read-more a:hover:after {
    transform: translateX(10px);
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
    color: #333;
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.38;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card:hover .blog-card-details {
    left: 0%;
}

@media (min-width: 64em) {
    .blog-card {
        flex-direction: row;
        /* max-width: 700px; */
    }

    .blog-card .blog-card-meta {
        flex-basis: 40%;
        height: auto;
    }

    .blog-card .blog-card-description {
        flex-basis: 60%;
    }
}

/* === POST INFO === */
.add_posts_social {
    border-right: 0px solid #EBEBEB;
    font-size: 21px;
    color: #BDBDBD;
    background: #f8f9fa;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    line-height: 0;
}

.add_posts_social:focus {
    color: #BDBDBD;
}

.share-button {
    font-size: 17px;
    width: 100px;
    font-weight: lighter;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6D6D6D;
}

.share-button:hover {
    background: #ebeced;
    color: #777 !important;
}

.share-button i {
    margin-right: 5px;
    font-size: 21px;
    color: #BDBDBD;
    -webkit-text-stroke: 0.5px #f8f9fa;
}

.share-menu li {
    text-align: center;
}

.theme-posts-info ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.like_button {
    opacity: .3;
}

.like_button:hover {
    opacity: 1;
}

.like_button.liked {
    opacity: 1 !important;
}

.info-reblog {
    opacity: .3;
}

.info-reblog:hover {
    opacity: 1;
}

.add_posts_info_normal {
    font-weight: lighter;
    padding: 14px 18px 14px;
    display: inline-block;
    color: #6D6D6D
}

.add_posts_info_normal i {
    margin-right: 5px;
    color: #BDBDBD;
}

.add_posts_info_normal .fa-pencil {
    margin-right: 3px;
}

.add_posts_social .fa-pinterest {
    color: #B3B3B3
}

.add_posts_social.aps-whatsapp:hover {
    background: #26d367;
    border-color: #26d367;
    color: #fff;
}

.add_posts_social.aps-twitter:hover {
    background: #1d9bf0;
    border-color: #1d9bf0;
    color: #fff;
}

.add_posts_social.aps-facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
    color: #fff;
}

.add_posts_social.aps-permalink:hover {
    /* background: #9a8f97; */
    /* border-color: #9a8f97; */
    /* color: #fff; */
}

.add_posts_social.aps-permalink:hover {
    color: #bdbdbd;
}

.add_posts_social.aps-pinterest:hover {
    background: #e81822;
    border-color: #e81822;
    color: #fff;
}

.add_posts_social.aps-pinterest:hover i {
    color: #fff;
}

.add_posts_social.aps-whatsapp:hover i {
    color: #fff;
}

/* === POST INFO === */

/* === Permalink Newsletters === */
section.post-subscribe {
    background: #fff;
    margin-top: 45px;
    margin-bottom: -25px;
    margin-right: -15px;
    margin-left: -15px;
}

.pk-subscribe-form-wrap.pk-subscribe-form-block {
    padding-top: 45px;
}

.pk-subscribe-container {
    background: #f8f9fa;
    padding: 25px;
}

.pk-title {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
}

.pk-subscribe-message {
    font-weight: lighter;
    font-size: 1rem;
    margin: 1rem 0;
}

.pk-subscribe-container .subscription {
    position: relative;
    overflow: hidden;
}

.pk-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.pk-input-group input {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    font-weight: lighter;
}

.pk-input-group input[type="text"] {
    border: none;
    outline: none;
    background: #fff;
    color: #000;
}

.pk-input-group input::placeholder {
    background: #fff;
    color: #000;
}

.pk-input-group input::-webkit-input-placeholder {
    background: #fff;
    color: #000;
}

.pk-input-group input::-moz-placeholder {
    background: #fff;
    color: #000;
}

.pk-subscribe-submit {
    margin: 0;
    padding: 0.375rem 1rem;
    background: #191919 !important;
}

.pk-subscribe-submit span {
    transition: all .2s ease;
}

.pk-subscribe-submit span:first-child {
    display: block;
    transform: translate(0);
    font-weight: lighter;
    font-size: 14px;
}

.pk-subscribe-submit span:last-child {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateY(200%) translateX(-50%);
}

.pk-subscribe-submit span i {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
}

.pk-subscribe-form-wrap .pk-subscribe-submit:hover span:first-child {
    transform: translateY(-200%);
}

.pk-subscribe-submit:hover span:first-child,
.pk-subscribe-submit:hover span:last-child {
    transform: translateY(-100%) translateX(-50%);
}

/* === Permalink Newsletters === */

/* === Footer === */
#theme-footer .footer-ul {
    margin-top: 20px;
    list-style: none;
    margin-left: 21px;
}

#theme-footer .title i {
    margin-right: 10px;
}

#theme-footer .title {
    font-weight: 400;
    color: #141414;
    font-size: 15px;
}

#theme-footer .link {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #b9929c;
}

#theme-footer form {
    margin-top: 15px;
    position: relative;
    width: 100%;
}

#theme-footer input[type="text"] {
    border: none;
    outline: none;
    font-size: 0.9rem;
    font-weight: lighter;
    background-color: #eee;
    margin: 0;
    border-radius: 0;
    height: 37px;
    color: #141414;
}

#theme-footer input::placeholder {
    background: #eee;
    color: #141414;
}

#theme-footer input::-webkit-input-placeholder {
    background: #eee;
    color: #141414;
}

#theme-footer input::-moz-placeholder {
    background: #eee;
    color: #141414;
}

#theme-footer button {
    height: 37px;
}

#theme-footer .sidebar-follow li {
    flex: 0 0 18.333333%;
    max-width: 18.333333%;
}

#theme-footer .sidebar-follow a {
    padding: 1rem .5rem !important;
    background: transparent;
}

#theme-footer .sidebar-follow ul li a i {
    background: transparent;
    color: #141414;
}

/* === Footer Newsletters === */
.footer-photo {
    padding: 0px;
    margin: 50px 0px 50px;
}

.footer-photo ul {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.footer-photo p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}

.footer-photo .post-subscribe {
    margin: 0;
    background: transparent;
}

.footer-photo .pk-subscribe-form-wrap.pk-subscribe-form-block {
    padding: 0;
}

.footer-photo .pk-subscribe-container {
    padding: 0;
    background: transparent;
}

/* === Footer Newsletters === */

#theme-footer {
    font-weight: 300;
    padding: 0;
    border-bottom: 0px solid #b9929c;
    background: #FFFFFF;
}

#theme-footer .row {
    border-bottom: 0px solid #b9929c;
}

#theme-footer a {
    color: #141414;
}

#theme-footer a:hover {
    color: #777;
}

#theme-footer p {
    font-weight: lighter;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #141414;
}

.theme-footer-body {
    margin-top: 0px;
}

.footer-content {
    padding: 0px;
}

.footer-content li {
    line-height: 1.25em;
}

.footer-content li:last-child {
    border-bottom: none !important;
}

.footer-photo {
    border-radius: 0;
    border: 0px solid;
}

.footer-photo .fa-search {
    -webkit-text-stroke: 0px #191919;
}

.footer-photo img {
    display: block;
}

.footer-info {
    text-align: center;
}

.footer-name {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 27px;
}

.footer-division {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
}

/* === Footer === */

/* === Footer Two === */
#theme-footer-two {
    padding: 23px 0px;
    background: #FFFFFF;
}

#theme-footer-two .row {
    padding: 0px 20px !important;
}

/* === Footer Two === */

/* === BLOG BODY === */
#blog {
    padding: 45px 0px 0px;
}

#theme-blog-body {
    background: #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
}

.theme-posts-row {
    background: #f8f9fa;
    border: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    padding: 25px 15px 25px 15px;
    margin-bottom: 45px;
}

.theme-posts-body {
    font-size: 15px;
    line-height: 20px;
    padding: 0px;
}

.theme-posts-body iframe {
    width: 100%;
    margin-bottom: 25px;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
}

.tmblr-embed.tmblr-full {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.tmblr-embed.tmblr-full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
}

.tmblr-full {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.theme-posts-body img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
    object-fit: cover;
}

.photo-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.photo-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
    object-fit: cover;
}

.panorama-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.theme-posts-caption {
    margin-top: 14px;
}

.theme-posts-tag {
    margin: 23px 0px -2px !important;
}

.theme-posts-tag ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.theme-posts-tag ul li {
    display: inline-block;
    margin-bottom: 12px;
}

.theme-posts-tag ul li a {
    background: #ebeced;
    color: #868686;
    border-bottom: 0px solid #e8e8e8;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: lighter;
    margin-right: 4px;
    border-radius: 0px;
}

.theme-posts-tag ul li a:hover {
    background: #9a8f97;
    border-color: #9a8f97;
    color: #fff;
}

.theme-posts-info {
    border-top: 0px solid #E7E7E7;
    color: #777777;
    position: relative;
    top: 10px;
}

.theme-posts-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-posts-info .left,
.theme-posts-info .right {
    width: auto !important;
    margin: auto !important;
}

.theme-posts-info ul li {
    display: inline-block;
}

.theme-posts-info .left ul li {
    line-height: 1.6;
    float: left;
}

.theme-posts-info .left ul li:last-child {
    margin-right: 0px;
    display: flex;
    align-items: center;
}

.theme-posts-info .left ul li ol {
    list-style: none;
    width: auto !important;
    margin: -54px 0px 0px 0px !important;
    overflow: hidden !important;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
}

.theme-posts-info .left ul li ol li {
    display: block;
    margin-left: 0px;
}

.theme-posts-info .left ul li ol li a {
    background: #fff;
    display: block;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-bottom: 0px;
}

.share-menu li {
    margin-right: 0px !important;
}

.quote-body {
    border-left: 0 solid #ecf0f1 !important;
    color: #333 !important;
    font: 300 17px/1.38 'FuturaPT', sans-serif !important;
    margin: 0 0 15px 0 !important;
    padding: 15px !important;
    font-style: normal !important;
    background-color: #e8f9fa !important;
    text-align: left !important;
}

.quote-source {
    margin: 0;
    color: #333;
    font-size: 17px;
    font-weight: normal;
}

.quote-source:before {
    content: "\2014";
    position: relative;
    margin-right: 4px;
}

.theme-posts-audio,
.theme-posts-video {
    margin-bottom: -4px;
}

.theme-posts-link .link {
    font-size: 24px;
    background: #ebeced;
    display: block;
    color: #000;
    padding: 24px 35px;
    font-weight: bold;
}

.theme-posts-link .link:hover {
    color: #fff;
    background: #000;
}

.theme-posts-link .description {
    margin-top: 1px;
    padding-top: 10px;
}

.theme-posts-link .link p {
    color: #333;
}

.theme-posts-link .link:hover p {
    color: #fff;
}

.theme-posts-link .description blockquote {
    margin: 0px 0px 7px 0px !important;
    padding: 0px;
    border-left: 0px;
    line-height: 30px;
    font-size: 17px;
    color: #F5F5F5;
}

.theme-posts-chat {
    margin-top: -1px;
    padding: 2px 2px 5px;
}

.theme-posts-chat ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.theme-posts-chat ul li .label {
    font-size: 15px;
    margin-right: 20px;
    background: #818181;
    color: #ffffff;
    padding: 10px 15px 12px !important;
    display: inline-block;
}

.theme-posts-chat .odd .label {
    background: #F38F8F !important;
}

.theme-posts-chat .even .label {
    background: #818181 !important;
}

.theme-posts-chat ul li.even {
    background: #F7F7F7;
}

.theme-posts-panorama img,
.theme-posts-photo img {
    width: 100%;
}

.theme-posts-panorama .caption,
.theme-posts-photo .caption {
    margin-top: 0px;
}

.answer-body {
    line-height: 1;
    display: flex;
    gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.question, .answer {
    display: flex;
    gap: 15px;
    text-transform: lowercase;
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
}

.asker-avatar img, .answerer-avatar img {
    max-width: 45px;
    border-radius: 100%;
    width: auto;
    height: auto;
    position: relative;
}

.asker, .answerer {
    font-weight: 500;
}

.asker-question, .answerer-answer {
    line-height: 1;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.theme-posts-title {
    margin-top: -7px;
    margin-bottom: 8px;
}

.theme-posts-title h3 {
    padding-top: 0px !important;
}

.theme-posts-body ul,
.theme-posts-body ol {
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.theme-posts-text ol {
    list-style-type: upper-roman;
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.38 !important;
}

.theme-posts-text ul {
    list-style-type: circle;
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.38 !important;
}

#reblog-row {
    margin: 0;
    padding: 15px;
    padding-bottom: 0;
}

#reblog-body {
    justify-content: left;
    display: flex;
    align-items: center;
    color: #6d6d6d;
}

#reblog-photo {
    max-width: 30px;
    border-radius: 100%;
    height: auto;
    position: relative;
}

#reblog-status {
    margin: 0 10px;
    font-size: 15px;
}

#reblog-notes {
    margin-left: 10px;
}

#reblog-user {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}

#reblog-rb {
    display: flex;
    flex-grow: 3;
    justify-content: right;
}

#reblog-row a {
    position: relative;
    line-height: 0;
}

#reblog-row .sub-reblog:before {
    background-color: rgb(0, 0, 0);
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
}

#reblog-row .sub-reblog:hover:before {
    opacity: 0.5;
}

.tmblr-full {
    margin-bottom: 25px;
}

figure.tmblr-full {
    background: #ebeced;
}

.recent-post-image {
    background: #ebeced;
}

.wrapper .post-list article img {
    background: #ebeced;
}
/* === BLOG BODY === */

/* ==== TYPOGRAPHY SETTING ==== */

/*SIDEBAR TAGS*/
.sidebar-extra li {
    display: inline-block;
}

.sidebar-extra li a {
    text-transform: lowercase;
    font-size: 14px;
    font-weight: lighter;
    display: inline-block;
    margin: 0 4px 6px 0;
    background-color: #ebeced;
    color: #868686;
    border-bottom: 0px solid #9f9f9f;
    padding: 5px 10px;
}

.sidebar-extra li a:hover {
    background: #9a8f97;
    border-color: #9a8f97;
    color: #fff;
}

/*SIDEBAR TAGS*/

/*SIDEBAR ABOUT*/
.cs-author-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.cs-author-title {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: 1.5rem !important;
}

.author-description {

    font-size: .875rem !important;
    color: #66676d !important;
    font-weight: lighter;
}

.cs-social-links-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.cs-social-links-items i {
    background: transparent;
    color: #141414;
}

.cs-social-links-items ul {
    margin: 0 !important;
    padding: 0 !important;
}

.cs-social-links-items a:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.cs-social-accounts {
    padding-right: 1rem;
}

.cs-social-label {
    color: #a8aab2 !important;
    display: inline-block;
    margin-bottom: 1rem !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.025em !important;
    text-transform: uppercase;
    line-height: 1 !important;
}

.cs-social-label:after {
    background: #a8aab2;
    display: block;
    background: currentColor;
    margin-top: .125rem;
    width: 100%;
    height: 1px;
    content: '';
}

.cs-author-avatar {
    line-height: 0;
    display: inherit;
}

.cs-author-avatar a {
    position: relative;
}

.cs-author-avatar a:before {
    background-color: rgb(0, 0, 0);
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
}

.cs-author-avatar a:hover:before {
    opacity: .5;
}

.cs-author-avatar img {
    border-radius: 100%;
    background: #ebeced;
}

/*SIDEBAR ABOUT*/
.sidebar-extra p {
    font-size: 15px;
}

.sidebar-extra p,
.theme-posts-body p {
    margin: 0 0 15px;
    font-weight: lighter;
}

.theme-posts-body p {
    font-weight: lighter;
    font-size: 17px;
    color: #000;
    line-height: 1.38;
}

.theme-posts-body .npf_chat {
    color: #333;
    font-style: normal;
    font-family: inherit;
    font-size: 17px;
    background: #e8f9fa;
    padding: 15px;
    position: relative;
}

.theme-posts-body .npf_chat:not(:empty) {
    text-transform: capitalize;
    font-style: italic !important;
}

.theme-posts-body .npf_chat b {
    width: 100px;
    background: #babbbb;
    color: black;
    margin-right: 10px;
    margin-bottom: -10px;
    margin-top: 10px;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 1.38;
}

.theme-posts-body .npf_chat b:before {
    border-right: 10px solid #babbbb;
    border-bottom: 15px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    content: "";
    left: 0;
    margin-top: -5px;
}

.theme-posts-body .npf_chat b:nth-child(4n+1) {
    color: white;
    background: black;
}

.theme-posts-body .npf_chat b:nth-child(4n+1):before {
    border-right: 10px solid #000000;
    border-bottom: 15px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    content: "";
    left: 0;
    margin-top: -5px;
    z-index: 1;
}

.theme-posts-body .npf_quirky {
    border-left: 0 solid #ecf0f1 !important;
    color: #333 !important;
    font: 300 17px/1.38 'FuturaPT', sans-serif !important;
    margin: 0 0 15px 0 !important;
    padding: 15px !important;
    font-style: normal !important;
    background-color: #e8f9fa !important;
    text-align: left !important;
}

.theme-posts-body b {
    font-weight: normal;
}

.sidebar-extra p:last-child,
.theme-posts-body p:last-child {
    margin-bottom: 1px;
}

.sidebar-extra em,
.theme-posts-body em {
    font-style: normal;
}

.sidebar-extra strong,
.theme-posts-body strong {
    font-weight: lighter;
}

.sidebar-extra ul,
.sidebar-extra ol,
.theme-posts-body ul,
.theme-posts-body ol {
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.sidebar-extra ol li ol,
.sidebar-extra ul li ul,
.theme-posts-body ol li ol,
.theme-posts-body ul li ul {
    margin-bottom: 6px;
    margin-top: 3px;
}

.theme-posts-body a {
    color: #191919;
}

.theme-posts-body a:hover {
    color: #777777;
}

.sidebar-extra h1,
.sidebar-extra h2,
.sidebar-extra h3,
.sidebar-extra h4,
.sidebar-extra h5,
.sidebar-extra h6,
.theme-posts-body h1,
.theme-posts-body h2,
.theme-posts-body h3,
.theme-posts-body h4,
.theme-posts-body h5,
.theme-posts-body h6 {
    margin-bottom: 7px;
    text-indent: -1px;
    letter-spacing: 0px;
    color: #333;
    padding-top: 4px !important;
}

.theme-posts-body h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 25px;
    color: #000;
}

.theme-posts-body h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 25px;
    color: #000;
}

.theme-posts-body h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 25px;
    color: #000;
}

.theme-posts-body h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 25px;
    color: #000;
}

.theme-posts-body h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 25px;
    color: #000;
}

.theme-posts-body h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.38;
    margin-bottom: 25px;
    color: #000;
}

.sidebar-extra input[type="submit"] {
    margin: 0;
    text-decoration: none;
    transition: ease .3s;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #191919;
    cursor: pointer;
    padding: 16px 20px;
    border: 1px solid #191919;
    border-radius: 0px;
}

.sidebar-extra input[type="submit"]:hover {
    background-color: #191919;
    color: #fff;
    border: 1px solid #191919;
}

.sidebar-extra input[type="submit"]:focus {
    outline: none;
}

.sidebar-extra input[type='password'],
.sidebar-extra input[type='email'],
.sidebar-extra input[type='text'],
.sidebar-extra select,
.sidebar-extra textarea,
.theme-posts-body input[type='text'],
.theme-posts-body input[type='password'],
.theme-posts-body input[type='email'],
.theme-posts-body select,
.theme-posts-body textarea {
    border: 0px solid #191919;
    font-size: 14px;
    color: #141414;
    margin-bottom: 15px;
    background-color: #eee;
    padding: 25px 15px;
    width: 100%;
}

.sidebar-extra input[type='text']:focus,
.sidebar-extra input[type='password']:focus,
.sidebar-extra input[type='email']:focus,
.sidebar-extra input[type='text']:focus,
.sidebar-extra textarea:focus,
.theme-posts-body input[type='text']:focus,
.theme-posts-body input[type='password']:focus,
.theme-posts-body textarea:focus {
    outline: none;
}

.sidebar-extra select,
.theme-posts-body select {
    padding: 4px 8px;
}

.sidebar-extra ins,
.theme-posts-body ins {
    color: #222;
    background: #ECFFBC;
    text-decoration: none;
}

.theme-posts-title a {
    color: #000;
}

.sidebar-extra blockquote,
.theme-posts-body blockquote {
    border-left: 0 solid #ecf0f1 !important;
    color: #333 !important;
    font: 300 17px/1.38 'FuturaPT', sans-serif !important;
    margin: 0 0 15px 0 !important;
    padding: 15px !important;
    font-style: normal !important;
    background-color: #e8f9fa !important;
    text-align: left !important;
}

.theme-posts-body p.npf_quote {
    border-left: 0 solid #ecf0f1 !important;
    color: #333 !important;
    font: 300 17px/1.38 'FuturaPT', sans-serif !important;
    margin: 0 0 15px 0 !important;
    padding: 15px !important;
    font-style: normal !important;
    background-color: #e8f9fa !important;
    text-align: left !important;
}

div.npf-link-block {
    -ms-flex-align: center;
    align-items: center;
    border: 0 !important;
    border-radius: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    background: #ebeced;
    color: #191919;
}

div.npf-link-block.no-poster {
    -ms-flex-align: center;
    align-items: center;
    border: 0 !important;
    border-radius: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    background: #ebeced;
    color: #191919;
}

div.npf-link-block.no-poster:hover {
    background: #000;
}

div.npf-link-block.no-poster > a:hover {
    color: #fff;
    background: #000;
}

div.npf-link-block.no-poster .title {
    font-size: 24px;
    font-weight: bold;
}

.sidebar-extra blockquote:last-child,
.theme-posts-body blockquote:last-child {
    margin: 14px 0px 4px 15px;
}

.sidebar-extra blockquote small,
.theme-posts-body blockquote small {
    display: inline-block;
    margin: 4px 0 0 0.5em;
    font-size: 14px;
    color: #919191;
}

.sidebar-extra blockquote small:before,
blockquote small:before {
    content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

.sidebar-extra blockquote p:last-child,
blockquote p:last-child {
    margin-bottom: 0;
}

.sidebar-extra blockquote h1,
.sidebar-extra blockquote h2,
.sidebar-extra blockquote h3,
.sidebar-extra blockquote h4,
.sidebar-extra blockquote h5,
.sidebar-extra blockquote h6,
.theme-posts-body blockquote h1,
.theme-posts-body blockquote h2,
.theme-posts-body blockquote h3,
.theme-posts-body blockquote h4,
.theme-posts-body blockquote h5,
.theme-posts-body blockquote h6 {
    padding-top: 0px !important;
}

.theme-posts-body blockquote h1 a,
.theme-posts-body blockquote h2 a,
.theme-posts-body blockquote h3 a,
.theme-posts-body blockquote h4 a,
.theme-posts-body blockquote h5 a,
.theme-posts-body blockquote h6 a {
    color: #757575 !important;
}

.theme-posts-body blockquote h1 a:hover,
.theme-posts-body blockquote h2 a:hover,
.theme-posts-body blockquote h3 a:hover,
.theme-posts-body blockquote h4 a:hover,
.theme-posts-body blockquote h5 a:hover,
.theme-posts-body blockquote h6 a:hover {
    color: #bbb !important;
}

.sidebar-extra {
    line-height: 17px;
    color: #444;
}

.sidebar-extra iframe {
    max-width: 100%;
}

.sidebar-extra img {
    max-width: 100%;
}

.sidebar-extra pre,
.theme-posts-body pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.4em 0;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    white-space: pre;
    overflow: auto;
    background: #ebeced;
    border-radius: 0px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
}

.sidebar-extra pre code,
.theme-posts-body pre code {
    color: #333;
}

pre code,
tt {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
}

code,
tt {
    padding: 1px 3px;
    font-size: 14px;
    white-space: pre;
    border: 1px solid #E3E3E3;
    background: #F7FAFB;
    border-radius: 2px;
    color: #c7254e;
}

.sidebar-extra hr,
.theme-posts-body hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 1.2em 0;
    padding: 0;
    color: #ccc;
}

.sidebar-extra a {
    color: #191919;
}

.sidebar-extra a:hover {
    color: #777777;
}

.read_more_container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0;
    padding: 0;
}

.read_more_container a {
    text-transform: uppercase;
    background: #ebeced;
    border-radius: 0px;
    color: #868686;
    padding: 7px 14px;
    font-weight: lighter;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    transition: all .3s;
}

.read_more_container a:hover {
    background: #9a8f97;
    color: #fff;
}

.read_more_container a:after {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-left: 10px;
    font-size: 17px;
    transition: all .3s;
    color: #aaa;
}

.read_more_container a:hover:after {
    transform: translateX(10px);
    padding-right: 14px;
    color: #fff;
}

.paging {
    margin-bottom: 45px;
}

.paging i {
    font-size: 15px;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    background: #ebeced;
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging-left {
    float: left;
}

.paging-right {
    float: right;
}

.paging-left i {
    margin-right: 4px;
}

.paging-right i {
    margin-left: 4px;
}

.paging ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.paging ul li a {
    line-height: 0;
    background: #ffffff;
    margin-right: 0px;
    border-radius: 0px;
    font-size: 0.95rem;
    font-weight: lighter;
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.text-center {
    text-align: center;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-number.current {
    border-bottom: 0.3rem solid;
    opacity: 1;
}

.page-number, .pagination-next, .pagination-previous {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    color: #000;
    min-width: 40px;
    min-height: 40px;
    padding: 0.5rem 0.75rem;
    font-weight: normal;
    font-weight: lighter;
    font-size: 0.95rem;
}

.pagination-next i, .pagination-previous i {
    line-height: 0;
}

.page-number.current {
    border: 1px solid #999;
    color: #999;
}

.page-number:hover, .page-number:focus {
    opacity: 1;
}

.pagination-previous.muted, .pagination-next.muted {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.pagination-previous.muted:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    margin-right: 0.5rem;
    font-size: 13px;
}

.pagination-next.muted:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.5rem;
    font-size: 13px;
}

.load-more {
    display: flex;
    justify-content: center;
}

.scroller-status {
  display: none; /* hidden by default */
  position: absolute;
}

.loader-ellips .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000;
    z-index: 1;
    width: 300px;
    height: 40px;
    line-height: 0;
}

.loader-ellips .loader:before {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top-color: white;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-rotate 1s linear infinite;
    animation: loader-rotate 1s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    content: "";
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pagination button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: lighter;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.38;
    height: 40px;
    width: 300px;
    margin-bottom: 45px;
}

.pagination button:hover, .pagination button:focus {
    background: #191919;
    color: #fff;
}

.pagination .pagination__next:after {
    display: inline-block;
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Pro";
    font-size: 0.75rem;
    content: "\f078";
    font-weight: lighter;
}

.theme-posts-notes ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.theme-posts-notes {
    padding: 2px 3px 3px;
}

.theme-posts-notes ol li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 13px;
    margin-bottom: 10px;
    padding-right: 28px;
}

.theme-posts-notes ol li:last-child {
    border-bottom: 0px;
    margin-bottom: 1px;
    padding-bottom: 0px;
}

.more_notes_link_container {
    background: #ebeced;
    padding: 0 !important;
    margin-top: 45px;
}

.more_notes_link_container a {
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.more_notes_link_container a:hover {
    color: #000;
}

.more_notes_link_container span {
    background: #ebeced;
    color: #000;
    padding: 15px 0;
}

.theme-posts-notes ol li img.avatar {
    vertical-align: -5px;
    margin-right: 12px;
    width: auto;
    height: auto;
    position: relative;
    border-radius: 100%;
    min-height: 20px;
    object-fit: cover;
    background: #ebeced;
}

.theme-posts-notes ol li img {
    padding: 0px;
    border-width: 0px;
    border: none;
}

.theme-posts-notes ol li.note.answer_content {

    font-weight: lighter;
}

.theme-posts-notes ol li.note.blockquote {
    padding: 1px 1px;
    margin: 1px 0px 0px 1px;
}

.theme-posts-notes ol li.note.blockquote a {
    text-decoration: none;
}

.theme-posts-notes ol li.note.reblog {
    text-decoration: none;
    background: url('https://static.tumblr.com/9tv635b/2y3o9xjy0/notes_reblog.png') top right no-repeat !important;
}

.theme-posts-notes ol li.note.like {
    background: url('https://static.tumblr.com/9tv635b/sduo9xjy7/notes_like.png') top right no-repeat !important;
}

.theme-posts-notes ol li.note.reply {
    background: url('https://static.tumblr.com/9tv635b/jJio9xjyk/notes_reply.png') top right no-repeat !important;
}

.theme-posts-notes ol li {
    padding-right: 0;
}

.theme-posts-notes ol li.note.like {
    background: none !important;
}

.theme-posts-notes ol li.note.like:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 1;
    float: right;
    top: 0;
    right: 0;
}

.theme-posts-notes ol li.note.reblog {
    background: none !important;
}

.theme-posts-notes ol li.note.reblog:before {
    content: "\f079";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 1;
    float: right;
    top: 0;
    right: 0;
}

.notes blockquote {
    margin-top: 15px !important;
}

.theme-posts-disqus {
    background: #f8f9fa;
}

#disqus_thread iframe {
    margin: 0;
}

.theme-posts-text iframe:nth-child(3) {
    margin-top: 6px;
}

/* ==== TYPOGRAPHY SETTING ==== */

/* ==== SIDEBAR ==== */
.theme-sidebar {
    margin-bottom: 45px;
}

.theme-sidebar:last-child {
    margin-bottom: 0px;
}

.sidebar-title {
    font-weight: 400;
    letter-spacing: 0.025em;
    background: #f8f9fa;
    color: #191919;
    border: 0px solid #E0E0E0;
    border-bottom: 0px solid #E9E9E9;
    padding: 25px 20px 0px 20px;
    font-size: 13px;
    position: relative;
}

.sidebar-title .title-left i {
    margin-right: 10px;
}

.sidebar-title .title-left {
    float: left;
}

.sidebar-title .title-left:after {
    display: block;
    background: currentColor;
    margin-top: .125rem;
    width: 100%;
    height: 1px;
    content: '';
}

.sidebar-row {
    background: #f8f9fa;
    border: 0px solid #bfbfbf;
    border-top: 0px;
    border-bottom: 0px solid #bfbfbf;
    padding: 20px;
}

/* SIDEBAR - FOLLOW */
.sidebar-follow ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.125rem;
}

.sidebar-follow ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1px;
}

.sidebar-follow a {
    font-weight: lighter;
    background-color: rgba(0, 0, 0, 0.05);
    color: #191919;
    padding: 2rem .5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1;
    text-align: center;
    border: none !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.sidebar-follow ul li a i {
    background: transparent !important;
    /* display: inline-block; */
    /* vertical-align: middle; */
    font-size: 20px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.sidebar-follow span {
    font-size: 14px;
    margin-top: 5px;
}

/* ITEMS */
.sidebar-follow ul li a.facebook:hover {
    background: #1877f2;
    color: #FFFFFF;
}

.sidebar-follow ul li a.twitter:hover {
    background: #1d9bf0;
    color: #FFFFFF;
}

.sidebar-follow ul li a.dribbble:hover {
    background: #ea4c89;
    color: #FFFFFF;
}

.sidebar-follow ul li a.instagram:hover {
    background: #c32aa3;
    color: #FFFFFF;
}

.sidebar-follow ul li a.vsco:hover {
    background: #000000;
    color: #FFFFFF;
}

.sidebar-follow ul li a.soundcloud:hover {
    background: #ff5500;
    color: #FFFFFF;
}

.sidebar-follow ul li a.youtube:hover {
    background: #FF0000;
    color: #FFFFFF;
}

.sidebar-follow ul li a.linkedin:hover {
    background: #007bb5;
    color: #FFFFFF;
}

.sidebar-follow ul li a.pinterest:hover {
    background: #e81822;
    color: #FFFFFF;
}

.footer-two-content .sidebar-follow ul li a .fa-flickr:hover {
    background: #E97D96 !important;
}

.sidebar-follow ul li a.flickr:hover {
    background: #f40083;
    color: #FFFFFF;
}

.sidebar-follow ul li a.behance:hover {
    background: #0057ff;
    color: #FFFFFF;
}

.sidebar-follow ul li a.vimeo:hover {
    background: #1ab7ea;
    color: #FFFFFF;
}

.sidebar-follow ul li a.rss:hover {
    background: #f7a000;
    color: #FFFFFF;
}

.sidebar-follow ul li a.skype:hover {
    background: #00aff0;
    color: #FFFFFF;
}

/* SIDEBAR - FOLLOW */

/* SIDEBAR - FEATURED POSTS */
@media only screen and (max-width:40em) {
    .recent-post-link {
        float: none !important;
        width: 100% !important;

    }

    .recent-posts {
        display: block !important;

    }
}

@media only screen and (min-width:64em) {
    .recent-post-link {
        float: none !important;
        width: 100% !important;

    }

    .recent-posts {
        display: block !important;

    }

    .footer-two-content p {
        color: #777777;
        font-size: 14px;
        text-align: right;
    }
}

.recent-post-link {
    float: left;
    width: 50%;

}

.recent-posts {
    display: inline-block;

}

.recent-post-link {
    display: flex;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-decoration: none;
    padding: 0;
    margin-bottom: 15px;
}

.recent-post {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.recent-post-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.recent-post-image a:before {
    background-color: rgb(0, 0, 0);
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.recent-post-image a:hover:before {
    opacity: .5;
}

.recent-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
}

.recent-post-info {
    margin-left: 17px;
    margin-top: 0;
    padding: 0;
    font-weight: lighter;
    line-height: 1.3;
}

.recent-post-info h4 {
    line-height: 1.3;
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    line-height: 1.3;
}

.recent-post-date {
    display: block;
    font-size: 11px;
    color: #888888;
    padding: 0;
    font-weight: lighter;
    line-height: 1.3;
}

.recent-post-name {
    display: block;
    margin-top: 5px;
}

.recent-post-name:hover,
.recent-post-date:hover {
    color: #000;
}

/* SIDEBAR - FEATURED POSTS */

/* SIDEBAR - INSTAGRAM */
.follow-button a {
    text-decoration: none;
    color: #fff;
    font: 400 13px/1.6875 'FuturaPT', sans-serif !important;
    font-size: 15px;
    letter-spacing: 1px;
}

.follow-button a:hover {
    color: #fff;
}

.follow-button {
    background: #000;
    outline: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.follow-button .f-button {
    padding: 0.2rem 0;
    justify-content: center;
    display: flex;
}

.container {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
}

.middle i {
    position: relative;
    z-index: 2;
}

.container:hover .middle {
    opacity: 1;
}

.instagram-gallery .text {
    color: white;
    font-size: 30px;
    width: 100%;
    height: 100%;
}

.instagram-gallery .text a {
    color: #fff;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.instagram-gallery .text a:before {
    background-color: rgb(0, 0, 0);
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.instagram-gallery .text a:hover:before {
    opacity: 0.5;
}

.instagram-gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.instagram-gallery .wrap {
    /* -ms-flex: 0 0 33.3%;
     flex: 0 0 33.3%;
     max-width: 33.3%;
     padding: 1px; */
    -ms-flex: 0 0 calc(100% / 2 - 10px);
    flex: 0 0 calc(100% / 2 - 10px);
    margin: 5px;
}

.instagram-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    position: absolute;
    overflow: hidden;
    background: #ebeced;
}

/* SIDEBAR - INSTAGRAM*/

/* SIDEBAR CATEGORIES */
#sidebar-categories {
    margin: -20px;
}

#sidebar-categories ul {
    list-style: none;
    margin: 0;
    padding: 20px;
}

.categories-left {
    margin-top: 2px;
    float: left;
}

.categories-right {
    float: right;
}

#sidebar-categories ul li:last-child {
    border-bottom: 0px;
}

#sidebar-categories ul li {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: lighter;
}

#sidebar-categories ul li a {
    color: #191919;
    display: block;
    padding: 10px 21px 10px;
    transition: none;
}

#sidebar-categories ul li a:hover {
    color: #777;
}

#sidebar-categories ul li a i {
    color: #7c7c7c;
    font-size: 18px;
}

/* SIDEBAR CATEGORIES */

/* SIDEBAR FACEBOOK */
#sidebar-facebook {
    height: 190px;
    padding-bottom: 9px;
    margin: 3px 0px;
    overflow: hidden;
}

.sidebar-facebook iframe {
    max-width: 100%;
    width: 100% !important;
}

/* SIDEBAR FACEBOOK */

/* SIDEBAR - TWITTER */
#sidebar-twitter {
    padding: 0px 5px 2px 35px;
    line-height: 20px;
    font-size: 13px;
    color: #494949;
}

#sidebar-twitter .content:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    font-size: 17px;
    margin-right: 14px;
    margin-left: -31px;
    color: #ababab;
}

#sidebar-twitter .content {
    margin-bottom: 18px;
}

#sidebar-twitter .content:last-child {
    margin-bottom: 0px;
}

#sidebar-twitter a {
    color: #191919;
}

#sidebar-twitter a:hover {
    color: #aaa;
}

/* SIDEBAR - TWITTER */

/*SIDEBAR SEARCH*/
.sidebar-row .pk-subscribe-container {
    padding: 0;
    background: transparent;
}

.sidebar-row .pk-subscribe-form-wrap.pk-subscribe-form-block {
    padding: 0;
}

.sidebar-row .post-subscribe {
    margin: 0;
}

/*SIDEBAR SEARCH*/

/* ==== SIDEBAR ==== */
/* ==========================================================================
3. Media Queries - Responsive Setting
========================================================================== */
@media only screen and (max-width:64em) {

    .row,
    .grid_12 {
        width: 100%;
        padding: 0px 20px;
    }

    /* BLOG */
    #theme-blog-body .left {
        width: 100%;
    }

    .theme-posts-info .right {
        float: right;
    }

    .theme-posts-info .left {
        float: left;
    }

    #theme-blog-body .right {
        width: 100%;
        margin-bottom: 45px;
    }

    .sidebar-follow {
        margin-left: 0px;
        margin-top: 0px;
    }

    .sidebar-follow ul {
        width: 100%;
    }

    /* Theme Footer */
    #theme-footer .grid_3 {
        padding: 0px 35px;
        width: 50%;
        margin: 0;
    }

    /* Theme Footer Two */
    #theme-footer-two {
        text-align: center;
        padding: 0px;
    }

    #theme-footer-two .row {
        padding: 0px;
    }

    .footer-two-content p {
        color: #777777;
        font-size: 14px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 793px) {

    /* Theme Posts Info */
    .add_hidden {
        display: none !important;
    }

    .theme-posts-info {
        padding: 0px;
        text-align: center;
    }

    .theme-posts-info .left ul li {
        display: block;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .theme-posts-info .left ul li ol {
        text-align: center;
    }

    .theme-posts-info .left ul li ol li {
        padding: 0px;
        border-bottom: 0px;
    }

    .theme-posts-info .left {
        float: none;
    }

    .theme-posts-chat ul li .label {
        background: none;
        color: #7E7E7E;
        padding: 0px !important;
        display: inline;
    }

    .theme-posts-chat .odd .label {
        background: none !important;
    }

    .theme-posts-chat .even .label {
        background: none !important;
    }

    .theme-posts-chat ul li {
        padding: 10px 20px;
    }

    .theme-posts-chat h3 {
        margin-bottom: 6px !important;
    }
}

@media only screen and (max-width: 620px) {
    .grid_3 {
        margin: 0px;
    }

    /* Theme Blog */
    #theme-blog-body .grid_12 {
        padding: 0px 20px;
    }

    /* Theme Footer */
    #theme-footer .grid_3 {
        width: 100%;
    }

    .theme-footer-body {
        margin-top: 0px;
    }

    #theme-footer .footer-photo {
        margin: 50px 0px 0px;
    }
}

@media only screen and (max-width: 420px) {
    #theme-footer .grid_3 {
        padding: 0px 10px;
    }

    #theme-footer .footer-photo {
        margin: 50px 0px 0px;
    }
}

@media only screen and (max-width: 360px) {
    #theme-blog-body {
        padding-bottom: 0px;
    }

    #theme-blog-body .right {
        margin-top: 0px;
    }

    .add_posts_social {
        border-right: 0px;
        background: none
    }

}

/* === backToTop === */
.backToTop {
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    z-index: 99;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.backToTop:focus {
    outline: 0 !important;
}

.backToTop:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: lighter;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btt3 {
    opacity: 0;
    height: 35px;
    width: 35px;
    left: -200px;
    bottom: 20px;
    font-size: 13px;
    transition: all 0.8s ease-in-out;
}

.btt3:before {
    content: "\f077";
    transition: all 0.2s ease-in-out;
}

.btt3:hover:before {
    transform: translateY(-5px);
}

.btt3.show {
    left: 30px;
    opacity: 1;
    color: #fff;
    visibility: visible;
}

.btt3.btt3-right {
    left: initial;
    right: -200px;
    color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.btt3.btt3-right:before {
    content: "\f077";
}

.btt3.btt3-right:hover:before {
    transform: translateY(0);
}

.btt3.btt3-right.show {
    right: 20px;
    background: rgb(0 0 0 / 25%);
    color: #fff;
}

.btt3.btt3-right.show:hover {
    background: #9a8f97;
}

/* === backToTop === */

/* === Share Menu === */
.share__content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
}

.share__ul li {
    padding: 7px 0;
    line-height: 1 !important;
    list-style: none;
}

.share__ul a {
    color: #191919;
    font-weight: lighter;
    text-decoration: none;
}

.share__icon a {
    color: #bdbdbd;
}

.share {
    width: 54px;
    height: 54px;
    position: absolute;
    transition: all 0.3s;
}

.share__icon {
    position: relative;
    cursor: pointer;
    z-index: 10;
    font-size: 21px;
    line-height: 1;
}

.share__button {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share__button:hover {
    /* background: #9a8f97; */
    /* color: #fff; */
}

.share.open .share__button:hover {
    background: #fff;
}

.share.open .share__icon {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    font-size: 21px;
    background: #fff;
}

.share.open .share__icon i {
    color: #191919;
    -webkit-text-stroke: 0.5px #fff;
}

.share.open .share__icon i:before {
    content: "\f00d";
}

.share__content {
    opacity: 0;
    transform: translate(10px, 0);
    transition: none;
    visibility: hidden;
}

.share__content__title {
    height: 36px;
    line-height: 1;
    font-size: 1.3em;
    text-align: left;
    color: #191919;
    padding: 0.5rem 1rem;
    position: relative;
    top: 10px;
}

.share.open {
    width: 200px;
    height: auto;
    background: white;
    position: absolute;
    z-index: 1;
    top: 0;
    -webkit-box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.share.open .share__content {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.2s linear 0.1s;
    visibility: visible;
}

/* === Share Menu === */

.theme-posts-text small {
    float: unset;
}

.search-query:before {
    content: "\f865";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 24px;
}
.tag-query:before {
    content: "\f02c";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 100;
}
.date-query:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 100;
}

/* === MAIN CSS === */