* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    word-break: break-word;
    color: #161b3d;
    background-color: #fff;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 5px 0 25px;
}

h1 {
    font-size: 50px;
}

h4 {
    font-size: 25px;
}

a {
    background-color: transparent;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #161b3d;
    outline: 0;
}

img {
    border-style: none;
}

ul {
    list-style: disc inside;
}

ol, ul {
    margin: 0 0 25px;
    padding-left: 20px;
}

ul ul, ul ol, ol ol, ol ul {
    font-size: 90%;
    margin: 15px 0 15px 30px;
}

li {
    margin-bottom: 10px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

p{
    line-height: 1.65;
    margin: 19px 0;
}

.header-logo h1 {
    font-size: initial;
    line-height: initial;
    margin: initial;
}

.header-logo .is-logo {
    line-height: 0;
}

.global-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-content-wrap {
    flex: 1 0 auto;
}

.header-logo .is-logo img {
    max-width: 100%;
    max-height: 50px;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.header-wrap {
    min-height: 160px;
    padding: 0;
    align-items: center;
    flex-wrap: nowrap;
}

.header-logo {
    line-height: initial;
    padding: 0 20px 0 0;
    flex: 0 1 250px;
}

.header-nav {
    text-align: right;
    flex: 0 0 calc(100% - 250px);
}

.nav-wrap {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    width: auto;
    padding: 0;
    letter-spacing: .9px;
}

.nav-wrap>.nav-label {
    display: none;
}

.nav-wrap input[type=checkbox] {
    display: none;
}

.nav-list {
    z-index: 999;
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-wrap>.nav-list {
    display: block;
}

.nav-list-item {
    margin: 0;
}

.nav-list-item, [id^=toggle]:checked+.nav-list {
    position: absolute;
    right: 0;
    display: block;
    border-radius: 26px;
    background-color: #f7f7f7;
}

.nav-wrap>.nav-list>.nav-list-item {
    position: relative;
    display: inline-block;
    background-color: transparent;
}

.nav-link {
    line-height: .5;
    display: block;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}

.nav-dot {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 7px;
    height: 7px;
    transition: all .25s ease;
    border-radius: 50%;
}

.section-members-login-panel {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 10px;
}

.members-signin, .members-signup, .members-signout, .members-account {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: -1px;
    margin: 0 5px;
    padding: 5px 9px 6px 11px;
    transition: background-color .15s ease;
    text-decoration: none;
    border-radius: 50px;
    outline: 0;
}

.members-signin, .members-signout, .members-account {
    background-color: #f0f0f0;
}

.members-signup {
    background-color: transparent;
}

.members-signup, .members-signup:hover {
    color: #fff;
}

.members-signup::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border-radius: 50px;
    background-color: rgb(40, 33, 252);
}

.blog-description {
    font-size: 13px;
    font-weight: 700;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 90vh;
    height: 86px;
    margin: auto;
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #161b3d;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .nav-dots {
        display: inline-block;
        margin: 0;
        padding: 0 7px 0 0;
        cursor: pointer;
        user-select: none;
        pointer-events: none;
    }
    .nav-dots::before {
        display: block;
        width: 35px;
        content: '•••';
        letter-spacing: 3px;
        pointer-events: auto;
    }
    .nav-dots .nav-dots-wrap {
        font-size: 15px;
        font-weight: 700;
        position: absolute;
        z-index: 999;
        top: 40px;
        display: none;
        min-width: 140px;
        margin: 0;
        padding: 20px 10px 15px;
        list-style: none;
        transform: translateX(calc(-100% + 50px));
        word-break: normal;
        border-radius: 5px;
        background-color: #f7f7f7;
    }
    .nav-dots.is-active .nav-dots-wrap {
        display: block;
    }
    .nav-dots li {
        display: inline-block;
        padding: 0 0 6px;
    }
    .nav-dots .nav-list-item {
        position: relative;
        display: block;
        pointer-events: auto;
        background-color: transparent;
    }
    .nav-dots a {
        line-height: 1.4;
        display: inline-block;
        margin: 0 7px;
        padding: 2px;
        text-decoration: none;
    }
}

/* Slider */

.featured-image {
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 85px;
    overflow: hidden;
    width: calc(50% - 130px);
    border-radius: var(--border-radius-secondary);
    background: no-repeat center center;
    background-size: cover;
}

.featured-label svg {
    width: 12px;
    height: 12px;
    margin: 0 2px -2px 0;
    fill: #fff;
}

.featured-wrap {
    box-sizing: border-box;
    min-height: calc(100vh - 160px - 85px);
    padding: 0 12% 10vh 50%;
    align-items: center;
}

.featured-wrap .featured-content {
    width: 100%;
    padding: 60px 0 60px 40px;
}

.global-tag {
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    margin: 0 2px 1px 0;
    padding: 4px 10px;
    transition: all .15s ease;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 20px;
}

.featured-label, .featured-label a {
    background-color: #161b3d;
    color: #fff;
}

.featured-wrap h1, .featured-wrap h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 20px;
}

.featured-wrap h2 a {
    position: relative;
}

.featured-wrap h2 .featured-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    margin-left: 5px;
    content: '';
    transition: all .15s ease;
    border-radius: 20px;
    background-color: transparent;
}

.item-meta {
    line-height: 1.3;
}

@media (min-width: 1024px) {
    .featured-wrap .item-meta {
        width: 90%;
    }
}

.item-meta span, .item-meta time {
    font-size: 14px;
    opacity: .9;
}

.item-meta a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.item-meta time {
    display: inline-block;
    margin-right: 15px;
}

.section-scrollable .section-featured {
    width: 100%;
}

.scrollable-nav {
    position: absolute;
    z-index: 999;
    top: calc(50% - 22px);
    right: 35px;
    bottom: 0;
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    user-select: none;
}

@media (min-width: 480px) {
    .section-scrollable.is-draggable+.scrollable-nav {
        display: initial;
    }
}

.scrollable-nav .next {
    display: inline-flex;
    margin-top: 10px;
    padding: 12px;
    transition: all .2s ease;
    transform: rotate(-45deg);
    border: solid #e2e5ed;
    border-width: 0 8px 8px 0;
}

.scrollable-nav:hover span {
    padding: 8px;
    border: solid;
    border-color: #2821fc;
    border-width: 0 8px 8px 0;
}

.section-loop {
    position: relative;
    margin-top: 0;
}

.section-loop.is-featured {
    margin-top: -6vh;
}

.items-wrap {
    margin: 0 -15px;
    animation: slideTop .7s cubic-bezier(.25,.46,.45,.94) both;
}

.item-wrap {
    min-width: 350px;
    flex: 999 0 33.333%;
}

@media (min-width: 1025px) {
    .item-wrap article, .author-wrap, .post-wrap .kg-bookmark-container {
        will-change: transform;
    }
}

.item-wrap article {
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - 30px);
    min-height: 370px;
    margin: 15px 0 15px 15px;
    padding: 40px 38px 45px;
    transition: transform .2s ease;
    border-radius: 26px;
    background-image: linear-gradient(20deg, #e2e5ed, #f1f4f4);
}

.global-hash-cta-orange .members-cta, .section-prev-next .tag-hash-orange, .section-prev-next .tag-hash-orange .prev-next-image::before, .section-loop .tag-hash-orange article, .section-loop .tag-hash-orange .item-image::before, .tag-hash-post-orange .is-featured-image .featured-image::before, .tag-hash-post-orange .no-featured-image {
    background-image: linear-gradient(45deg, #e77842, #f7c068);
}

.global-hash-cta-red .members-cta, .section-prev-next .tag-hash-red, .section-prev-next .tag-hash-red .prev-next-image::before, .section-loop .tag-hash-red article, .section-loop .tag-hash-red .item-image::before, .tag-hash-post-red .is-featured-image .featured-image::before, .tag-hash-post-red .no-featured-image {
    background-image: linear-gradient(0deg, #f857a6, #ff5858);
}

.global-hash-cta-violet .members-cta, .section-prev-next .tag-hash-violet, .section-prev-next .tag-hash-violet .prev-next-image::before, .section-loop .tag-hash-violet article, .section-loop .tag-hash-violet .item-image::before, .tag-hash-post-violet .is-featured-image .featured-image::before, .tag-hash-post-violet .no-featured-image{
    background-image: linear-gradient(20deg, #b53cff, #f952ff);
}

.section-loop .is-image .white, .section-loop .tag-hash-violet .white, .section-loop .tag-hash-green .white, .section-loop .tag-hash-red .white, .section-loop .tag-hash-orange .white, .section-loop .tag-hash-yellow .white, .section-loop .tag-hash-blue .white {
    color: #fff;
}

.section-loop .is-image a, .section-loop .tag-hash-violet a, .section-loop .tag-hash-green a, .section-loop .tag-hash-red a, .section-loop .tag-hash-orange a, .section-loop .tag-hash-yellow a, .section-loop .tag-hash-blue a {
    color: #fff;
}

.item-link-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

.item-wrap h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.35;
    margin-right: 10%;
}

.is-primary-tag {
    margin-bottom: 60px;
}

.primary-tag {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    margin-left: -8px;
    padding: 4px 8px;
    background-color: transparent;
}

.item-wrap.tag-hash-large {
    flex: 1 0 66.666%;
}

.item-wrap.is-image article {
    background-color: transparent;
    background-image: initial;
}

.item-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.item-image::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-image: linear-gradient(234deg, #394245,#000);
}

.section-subscribe {
    margin-bottom: 10vh;
    margin-top: 10vh;
}

.subscribe-wrap {
    padding: 0 20px;
    text-align: center;
}

.subscribe-wrap h3 {
    font-size: 48px;
    line-height: 1.2;
    max-width: 700px;
    margin: 5px auto 20px;
    padding: 10px 0;
    letter-spacing: 1px;
}

.subscribe-wrap .ityped {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 450px;
    margin: 0 auto;
}

.subscribe-wrap .ityped-cursor {
    transition: color .6s ease-in-out;
    animation: .6s blink infinite;
}

.subscribe-wrap input {
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.subscribe-wrap .subscribe-input {
    font-size: 20px;
    font-weight: 700;
    width: 80%;
    max-width: 500px;
    height: 35px;
    margin: 4vh 0;
    padding: 6px 9px;
    transition: all .25s ease;
    text-align: center;
    word-break: normal;
    color: #161b3d;
    border-bottom: 7px solid #e2e5ed;
    background: 0 0;
}

.subscribe-wrap .subscribe-input:focus {
    border-bottom-color: #2821fc;
}

.subscribe-input::placeholder {
    color: #e2e5ed;
}

.global-button {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    display: inline-block;
    box-sizing: border-box;
    height: auto;
    margin: 5px 0 0 0;
    padding: 25px 27px;
    cursor: pointer;
    transition: all .15s ease;
    text-decoration: none;
    letter-spacing: 2px;
    color: #161b3d;
    border: 0;
    border-radius: 50px;
    outline: 0;
    background-color: #e2e5ed;
}

.global-button:hover {
    color: #fff;
    background-color: #2821fc;
}

.ityped-cursor {
    font-size:22px;
    opacity: 1;
    animation: blink 0.3s infinite alternate;
}

@keyframes blink {
    0%, 100% { color: transparent; }

    50% { color: #2821fc; }
}

.section-footer {
    flex-shrink: 0;
}

.footer-wrap {
    box-sizing: border-box;
    max-width: 1024px;
    margin-top: 6vh;
    padding: 0 15px 15px;
    align-items: center;
    flex-wrap: nowrap;
}

.footer-logo, .footer-social-links {
    box-sizing: border-box;
    flex: 0 0 26%;
}

.footer-logo .is-logo {
    line-height: 0;
}

.footer-logo .is-logo img {
    max-width: 100%;
    max-height: 35px;
}

.footer-logo .no-logo, .footer-nav, .footer-copyright a {
    font-weight: 700;
}

.footer-nav {
    font-size: 15px;
    position: relative;
    letter-spacing: .9px;
    flex: 0 1 48%;
    justify-content: center;
}

.footer-nav .nav-list {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-nav .nav-list-item {
    position: relative;
    display: inline-block;
    background-color: transparent;
}

.footer-nav .nav-link {
    line-height: 1.5;
    padding: 5px 10px;
}

@media (min-width: 1024px) {
    .footer-nav .nav-dot {
        top: 4px;
    }
}

.footer-social-links {
    padding-left: 20px;
    justify-content: flex-end;
}

.footer-social-links svg {
    width: 19px;
    height: 19px;
    transition: all .2s ease-out;
    fill: #161b3d;
}

.footer-social-links a {
    line-height: 0;
    margin: 5px 12px;
}

.footer-copyright {
    color: #5b6572;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 30px;
    text-align: center;
    letter-spacing: .7px;
}

.members-signin:hover, .members-signout:hover, .members-account:hover {
    background-color: #e2e5ed;
}

.members-signup:hover {
    background-color: rgba(0, 0, 0, .15);
}

.item-wrap article:hover {
    transform: translateY(-4px);
}

.section-profile {
    width: calc(100% - 85px - 85px);
    margin: 0 auto;
    text-align: center;
}

.profile-wrap {
    box-sizing: border-box;
    padding: 5vh 5% 10vh;
}

.profile-wrap.is-cover, .profile-wrap.is-cover:before {
    border-radius: 5px;
    background: no-repeat center center;
    background-size: cover;
}

.profile-wrap.is-cover {
    position: relative;
    z-index: 0;
    margin-bottom: -10vh;
    padding: 10vh 5% 17vh;
    color: #fff;
}

.profile-wrap.is-cover::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-image: linear-gradient(234deg, #394245,#000);
}

.profile-wrap.is-cover svg {
    fill: #fff;
}

.posts-number svg {
    width: 22px;
    height: 22px;

}

.profile-wrap h1 {
    padding: 0 50px;
}

.posts-number {
    display: inline-flex;
    align-items: center;
}

.posts-number span {
    font-size: 13px;
    font-weight: 700;
    padding-left: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.profile-wrap h2 {
    font-size: 25px;
    box-sizing: border-box;
    max-width: 750px;
    margin: 3vh auto 0;
    padding: 0 50px;
}

.post-share svg {
    width: 18px;
    height: 18px;
    transition: all .2s ease;
    fill: #161b3d;
}

.item-meta .reading-time svg {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
    fill: #161b3d;
}

@media (min-width: 1024px) {
    .tag-hash-full-image .is-featured-image .reading-time svg {
        fill: #fff;
    }
}

.section-featured {
    position: relative;
}



@media (min-width: 1400px) {
    /* .featured-image, .tag-hash-post-violet .no-featured-image, .tag-hash-post-green .no-featured-image, .tag-hash-post-red .no-featured-image, .tag-hash-post-orange .no-featured-image, .tag-hash-post-yellow .no-featured-image, .tag-hash-post-blue .no-featured-image {
        left: 85px;
        overflow: hidden;
        width: calc(100% - 170px);
        border-radius: 5px;
    } */
}

@media (min-width: 1024px) {
    /* .featured-image::before {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        opacity: .4;
        background-image: linear-gradient(234deg, #394245,#000);
    }

    .is-featured-image .featured-wrap {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 0 10vh;
    }

    .section-scrollable .no-featured-image .featured-content, .is-featured-image .featured-wrap .featured-content {
        padding: 60px 0;
    }

    .is-featured-image .featured-wrap .white a, .is-featured-image .featured-wrap .white {
        color: #fff;
    }

    .is-featured-image .reading-time svg {
        fill: #fff;
    } */
}

.tags-wrap {
    margin-right: 20%;
}

.post-tag {
    color: #161b3d;
    background-color: #f4f4f4;
}

.item-meta .reading-time {
    font-size: 10px;
    display: inline-block;
    margin-top: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-post {
    position: relative;
    margin: calc(-10vh + 15px) auto 0;
    border-radius: 26px;
    background-color: #fff;
}

.post-wrap {
    font-size: 19px;
    overflow: visible;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 85px 120px;
    box-sizing: content-box;
}

blockquote {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    width: 90%;
    margin: 5vh 0 5vh -55px;
    padding: 20px 50px;
    box-sizing: content-box;
    border-left: 5px solid #f0f0f0;
}

blockquote p {
    margin: 0;
}

.section-post-authors {
    margin: -50px auto 150px;
    align-items: flex-start;
    justify-content: center;
}

.post-author-single {
    max-width: 720px;
}

.post-authors .author-label {
    width: 100%;
    margin: 19px 15px 20px;
}

.post-authors .author-label span {
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: .8;
}

.post-authors .author-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 220px;
    min-height: 125px;
    margin: 8px;
    transition: all .2s ease;
    transform: translateY(0);
    border-radius: 26px;
    background-color: #f7f7f7;
    flex: 1 0 180px;
}

.post-author-single .author-wrap {
    min-width: 250px;
    max-width: calc(100% - 20px);
    align-items: center;
    flex: 1 0 auto;
}

.post-authors .author-profile-image {
    width: 100%;
    height: 90px;
    background: no-repeat center center;
    background-size: cover;
}

.post-author-single .author-profile-image {
    height: auto;
    flex: 0 0 110px;
    align-self: stretch;
}

.post-author-single .author-content {
    flex: 1 0 calc(100% - 110px);
}

.post-authors h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 8px 20px;
}

.post-authors h4.is-bio {
    margin-top: 10px;
}

.post-authors h4 a {
    border-bottom: none;
}

.post-authors p {
    font-size: 13px;
    line-height: 1.4;
    box-sizing: border-box;
    width: 95%;
    margin: 0;
    padding: 0 20px 20px;
}

.post-meta {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
}

.post-share {
    position: absolute;
    z-index: 99;
    bottom: -30px;
    display: inline-flex;
    margin: 50px auto 0;
    padding: 11px 13px;
    border-radius: 26px;
    background-color: #fff;
    align-items: center;
}

.post-share .copy-popup {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -22px;
    left: -17px;
    width: 300px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0;
}

.post-share .copy:not(:active)~.copy-popup {
    transition: opacity .2s step-end;
}

.post-share input {
    position: absolute;
    top: -24px;
    display: block;
    cursor: default;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    opacity: 0;
}

.post-share a {
    line-height: 0;
    padding: 11px 30px 9px;
    cursor: pointer;
    border: 0;
}

.section-prev-next {
    overflow: hidden;
    width: calc(100% - 85px - 85px);
    margin: 0 auto -5px;
    border-radius: 5px;
}

.prev-next-wrap {
    display: flex;
    align-items: stretch;
}

.prev-next-wrap a {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 50%;
    background-image: linear-gradient(#e2e5ed, #f1f4f4);
    flex-grow: 1;
}

.section-prev-next .is-image, .section-prev-next .tag-hash-violet, .section-prev-next .tag-hash-green, .section-prev-next .tag-hash-red, .section-prev-next .tag-hash-orange, .section-prev-next .tag-hash-yellow, .section-prev-next .tag-hash-blue {
    color: #fff;
}

.prev-next-wrap section {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 255px;
    transition: all .15s ease;
    letter-spacing: 1px;
}

.prev-post section {
    padding: 65px 15% 65px 70px;
    text-align: left;
}

.prev-next-wrap h5 {
    font-size: 10px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.prev-next-wrap h3 {
    font-size: 25px;
    margin-bottom: 8px;
}

.next-post section {
    padding: 65px 70px 65px 15%;
    text-align: right;
}

.prev-next-wrap section:hover {
    background-color: rgba(0, 0, 15, .12);
}

.post-share svg:hover, .footer-social-links svg:hover {
    fill: #2821fc;
}

.post-authors .author-wrap:hover {
    transform: translateY(-2px);
}

.nav-link:hover ~ .nav-dot {
    background-color: #d3d5dc;
}

.post-tag:hover {
    color: #fff;
    background-color: #2821fc;
}

.pagination-section {
    margin-bottom: 10vh;
    margin-top: 5vh;
    padding-top: 1px;
    text-align: center;
}

.view-all-button {
    position: relative;
    background: transparent;
}

.view-all-button a{
    color: #fff;
}

.view-all-button::before, .view-all-button::after {
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transition: opacity .15s ease;
}

.view-all-button::before {
    z-index: -1;
    opacity: 0;
    background-color: rgba(0,0,0,1);
}

.view-all-button::after {
    z-index: -2;
    background-color: #646eff;
}

.view-all-button:hover {
    background-color: transparent;
}

.view-all-button:hover::before {
    opacity: .15;

}

@media (min-width: 1024px) {
    .rb-custom-page-art .no-featured-image .featured-wrap {
        max-width: 700px;
        min-height: calc(70vh - 160px - 85px);
        margin: 0 auto;
        padding: 0 0 10vh;
    }

    .rb-custom-page-art .no-featured-image .featured-content {
        padding-left: 0;
    }
}

.post-wrap.no-image {
    padding-top: 0;
}

 .section-page-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    overflow: auto;
}

.page-custom-image {
    z-index: 9998;
    background: no-repeat center center;
    background-size: cover;
    flex: 0 0 40%;
}

.page-custom-wrap {
    position: relative;
    z-index: -999;
    display: flex;
    overflow: auto;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 0 5%;
    background-color: #fff;
    flex: 1 0 60%;
}

.page-custom-header {
    width: 100%;
    max-width: 900px;
    margin: 5vh auto 0;
    text-align: center;
    flex-shrink: 0;
}

.page-custom-header a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    display: inline;
    box-sizing: border-box;
    height: auto;
    margin-left: -10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
}

.page-custom-header a::before {
    position: relative;
    top: -7px;
    left: -4px;
    display: inline-flex;
    padding: 6px;
    content: '';
    cursor: pointer;
    transition: all .2s ease;
    transform: rotate(135deg);
    border: solid #e2e5ed;
    border-width: 0 5px 5px 0;
}

.page-custom-header a:hover::before {
    padding: 6px;
    border-width: 0 5px 5px 0;
    border-color: #2821fc;
}

.page-custom-content {
    width: 100%;
    max-width: 900px;
    padding: 0;
    margin: 6vh auto 10vh;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
}

.page-custom-wrap .subscribe-wrap {
    position: relative;
    width: 100%;
}

.contact-wrap .contact-name {
    margin-bottom: 0;
}

.contact-wrap .contact-email {
    margin-top: 3vh;
}

.contact-wrap .contact-message {
    font-size: 17px;
    font-weight: 400;
    height: initial;
    min-height: 80px;
    margin-top: 2vh;
    padding: 15px 9px;
    resize: vertical;
    border: 0;
    outline: 0;
    background-color: #f2f3f7;
    box-sizing: content-box;
}

.contact-wrap .contact-message::placeholder {
    font-size: 20px;
    font-weight: 700;
}

.page-custom-footer {
    width: 100%;
    max-width: 900px;
    height: 70px;
    margin: 0 auto;
    flex-shrink: 0;
    text-align: center;
}

.page-custom-footer a, .page-custom-footer span {
    font-size: 14px;
    display: inline;
}

.page-custom-footer a {
    font-weight: 700;
}

/* Pagination */

.page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}

.page-numbers.next, .page-numbers.prev {
    width: 60px;
}

.page-numbers.current {
    background: #f5f6f7;
    border-radius: 4px;
}