﻿.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.current {
    color: darkgreen;
    font-weight: bold;
    background: white !important;
}

.ddl {
    padding: 10px;
    font-size: 1.3rem;
}
.footer {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.nocurrent {
    color: gray;
    text-decoration: underline !important;
    font-weight: normal !important;
    background: white !important;
}


.hidden {
    display: none;
}

.header {
    font-size: 100px;
    font-family: Oswald, sans-serif;
}

.tag-grid > li > a:before {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
}

.module {
    display: block;
    padding: 20px;
    position: relative;
    background: #2d303a;
    border-radius: 6px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .module p, .module li, .module .item-content {
        color: #9ca0b1;
    }

    .module .item-content {
        margin: 0 0 1em 0;
    }

    .module:not(.single-collection) > h1, .module:not(.single-collection) > h2, .module:not(.single-collection) > h3, .module:not(.single-collection) > h4, .module:not(.single-post) > h1, .module:not(.single-post) > h2, .module:not(.single-post) > h3, .module:not(.single-post) > h4 {
        border-bottom: 3px solid rgba(255,255,255,0.1);
        padding-bottom: 10px;
        position: relative;
    }

.error .module {
    background: rgba(0,0,0,0.8);
}

.module .module {
    background: #2d303a;
}

.grid {
    clear: both;
}

    .grid > [class*='grid-'] {
        float: left;
        min-height: 2px;
    }

@media (max-width: 830px) {
    .grid > [class*='grid-'] {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.grid > .grid-1-1 {
    width: 100%;
}

.grid > .grid-1-2 {
    width: 50%;
}

.grid > .grid-1-3 {
    width: 33.33%;
}

.grid > .grid-1-4 {
    width: 25%;
}

.grid > .grid-1-5 {
    width: 20%;
}

.grid > .grid-1-6 {
    width: 16.66%;
}

.grid > .grid-1-8 {
    width: 12.5%;
}

.grid > .grid-2-5 {
    width: 40%;
}

.grid > .grid-3-5 {
    width: 60%;
}

.grid > .grid-3-8 {
    width: 37.5%;
}

.grid > .grid-2-3 {
    width: 66.66%;
}

.grid > .grid-3-4 {
    width: 75%;
}

.grid > .grid-4-5 {
    width: 80%;
}

.grid aside {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

@media (max-width: 830px) {
    .grid aside {
        padding: 0;
    }
}

.grid.padded > [class*='grid-']:not([class*='-grid-']) {
    padding-right: 20px;
}

.grid .last {
    padding-right: 0 !important;
}

.flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top:100px;
}

@media (max-width: 550px) {
    .flex-grid > * {
        width: 100% !important;
    }
}

.flex-grid .grid-1-3 {
    width: 32%;
    margin-right: 2%;
}

    .flex-grid .grid-1-3:nth-child(3n) {
        margin-right: 0;
    }

.flex-grid .grid-2-3 {
    width: 66%;
    margin-right: 2%;
}

.flex-grid .grid-1-2 {
    width: 49%;
    margin-right: 2%;
}

.flex-grid > :last-child {
    margin-right: 0;
}

.flex-grid[data-grid-type='fill'] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 830px) {
    .flex-grid[data-grid-type='fill'] [class*='grid-'] {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        margin-right: 0;
    }
}

.flex-grid-thirds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flex-grid-thirds > * {
        width: 32%;
        margin-right: 2%;
    }

    .flex-grid-thirds > :nth-child(3n) {
        margin-right: 0;
    }

@media (max-width: 830px) {
    .flex-grid-thirds {
        display: block;
    }

        .flex-grid-thirds > * {
            width: 100%;
            margin-right: 0;
        }
}

.flex-grid-quarters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .flex-grid-quarters > * {
        width: 23.5%;
        margin-right: 2%;
    }

    .flex-grid-quarters > :nth-child(4n) {
        margin-right: 0;
    }

@media (max-width: 830px) {
    .flex-grid-quarters {
        display: block;
    }

        .flex-grid-quarters > * {
            width: 100%;
            margin-right: 0;
        }
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-triplet {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
}

    .grid-triplet + .grid-triplet {
        margin-top: 4rem;
    }

    .grid-triplet article:first-child {
        grid-row-end: span 2;
    }

.grid-triplet-reverse article:first-child {
    grid-row-end: 1;
}

.grid-triplet-reverse article:nth-child(2) {
    grid-row-end: span 2;
}

.single-item.single-spam-post {
    width: 290px;
    padding: 6px;
    background: #fff;
    color: #2d303a;
}

    .single-item.single-spam-post .spam-title {
        font-size: 1.3rem;
    }

    .single-item.single-spam-post a {
        color: #006f98;
    }

.single-item.single-spam-collection {
    width: 290px;
    padding: 6px;
    background: #fff;
    color: #2d303a;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 8em;
}

    .single-item.single-spam-collection .spam-title {
        font-size: 1.3rem;
    }

    .single-item.single-spam-collection a {
        color: #006f98;
    }

.tag-grid > li > a:before {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
}

.module {
    display: block;
    padding: 20px;
    position: relative;
    background: #2d303a;
    border-radius: 6px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .module p, .module li, .module .item-content {
        color: #9ca0b1;
    }

    .module .item-content {
        margin: 0 0 1em 0;
    }

    .module:not(.single-collection) > h1, .module:not(.single-collection) > h2, .module:not(.single-collection) > h3, .module:not(.single-collection) > h4, .module:not(.single-post) > h1, .module:not(.single-post) > h2, .module:not(.single-post) > h3, .module:not(.single-post) > h4 {
        border-bottom: 3px solid rgba(255,255,255,0.1);
        padding-bottom: 10px;
        position: relative;
    }

.error .module {
    background: rgba(0,0,0,0.8);
}

.module .module {
    background: #2d303a;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: center;
    grid-gap: 4rem 3rem;
}

@media (min-width: 1101px) {
    .item-grid {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
}

.dashboard-content .item-grid, .profile-grid-pens .item-grid, .topics-grid .item-grid {
    grid-gap: 6rem 3rem;
    margin-bottom: 5rem;
}

.direction {
    position: relative;
    top: -1px;
    left: 2px;
}

.items-in-list-view {
    width: 100%;
    margin: 0 0 20px 0;
    table-layout: fixed;
    white-space: nowrap;
}

    .items-in-list-view th, .items-in-list-view td {
        padding: 5px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .items-in-list-view th {
        text-align: left;
    }

        .items-in-list-view th.stats-header {
            text-align: center;
            width: 20%;
        }

        .items-in-list-view th.title-header {
            width: 50%;
        }

        .items-in-list-view th.sort-updated_at {
            width: 15%;
        }

        .items-in-list-view th.sort-created_at {
            width: 15%;
        }

        .items-in-list-view th .sort-icon-neither {
            display: none;
        }

        .items-in-list-view th.sorted_asc .sort-icon-neither {
            display: none;
        }

        .items-in-list-view th.sorted_asc .sort-icon-up {
            display: block;
        }

        .items-in-list-view th.sorted_desc .sort-icon-neither {
            display: none;
        }

        .items-in-list-view th.sorted_desc .sort-icon-down {
            display: block;
        }

    .items-in-list-view .sort-icon {
        width: 10px;
        height: 18px;
        float: left;
        position: relative;
        margin-right: 5px;
        top: 2px;
    }

    .items-in-list-view .sort-icon-up, .items-in-list-view .sort-icon-down {
        display: none;
    }

.items-in-list-view-wrap {
    overflow-x: auto;
}

.item-in-list-view {
    background: rgba(0,0,0,0.2);
    margin-bottom: 1px;
    overflow: hidden;
    color: #9ca0b1;
}

    .item-in-list-view:hover {
        background: rgba(0,0,0,0.5);
        color: white;
    }

    .item-in-list-view .title {
        width: 50%;
        font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif;
        font-weight: normal;
        font-size: 1em;
        margin: 0;
        white-space: normal;
    }

        .item-in-list-view .title a {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .item-in-list-view .date {
        font-size: 1em;
        width: 20%;
    }

    .item-in-list-view .stat-value {
        width: 10%;
        text-align: right;
    }

        .item-in-list-view .stat-value > svg {
            width: 12px;
            height: 12px;
            fill: #9ca0b1;
            position: relative;
            top: 1px;
            margin-left: 2px;
        }

        .item-in-list-view .stat-value .icon-comment {
            width: 11px;
            height: 11px;
        }

        .item-in-list-view .stat-value .icon-eye {
            width: 14px;
            height: 14px;
            top: 2px;
        }

@media (max-width: 700px) {
    .items-in-list-view thead, .items-in-list-view tbody, .items-in-list-view tr, .items-in-list-view td, .items-in-list-view th {
        display: block;
    }

    .items-in-list-view th {
        display: none;
    }

    .items-in-list-view .item-in-list-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 10px;
        border-bottom: solid 1px #5a5f73;
    }

    .items-in-list-view .title {
        width: 100%;
        padding: 0;
        margin: 0 0 2px 0;
    }

    .items-in-list-view .date {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        margin: 0 0 2px 0;
    }

    .items-in-list-view .stat-value {
        width: auto;
        padding: 0;
    }
}

.tag-grid > li > a:before {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
}

.module {
    display: block;
    padding: 20px;
    position: relative;
    background: #2d303a;
    border-radius: 6px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .module p, .module li, .module .item-content {
        color: #9ca0b1;
    }

    .module .item-content {
        margin: 0 0 1em 0;
    }

    .module:not(.single-collection) > h1, .module:not(.single-collection) > h2, .module:not(.single-collection) > h3, .module:not(.single-collection) > h4, .module:not(.single-post) > h1, .module:not(.single-post) > h2, .module:not(.single-post) > h3, .module:not(.single-post) > h4 {
        border-bottom: 3px solid rgba(255,255,255,0.1);
        padding-bottom: 10px;
        position: relative;
    }

.error .module {
    background: rgba(0,0,0,0.8);
}

.module .module {
    background: #2d303a;
}

.single-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #9ca0b1;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .single-item::after {
        position: absolute;
        content: '';
        right: -1rem;
        bottom: -1rem;
        left: 1rem;
        top: 1rem;
        background: #202229;
        border-radius: 10px;
        z-index: -1;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .single-item::after {
        -webkit-transition: none;
        transition: none;
    }
}

.challenge-grid .single-item::after {
    bottom: -1rem;
}

.organize-grid .single-item::after {
    display: none;
}

.single-item.hide-owner::after {
    bottom: -3rem;
    left: 0;
}

.single-item:hover::after, .single-item:focus::after, .single-item:active::after {
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -3rem;
}

.challenge-grid .single-item:hover::after, .challenge-grid .single-item:focus::after, .challenge-grid .single-item:active::after {
    bottom: -1rem;
}

.single-item:focus-within::after {
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -3rem;
}

.challenge-grid .single-item:focus-within::after {
    bottom: -1rem;
}

.profile-grid-pens .single-item.featured-pen {
    margin-bottom: 5rem;
}

.single-item .cover-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0 !important;
    z-index: 1;
}

.iframe-wrap, .thumbnail-wrap {
    position: relative;
    height: 0;
    border-radius: 6px;
    padding-top: 56.25%;
    overflow: hidden;
    background: #444857;
}

    .iframe-wrap iframe, .thumbnail-wrap iframe {
        width: 200%;
        height: 200%;
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transition: opacity 1s, visibility 1s;
        transition: opacity 1s, visibility 1s;
        opacity: 0;
        visibility: hidden;
    }

        .iframe-wrap iframe.no-hover, .thumbnail-wrap iframe.no-hover {
            opacity: 1;
            visibility: visible;
        }

    .iframe-wrap.loaded iframe, .featured-pen .iframe-wrap iframe, .thumbnail-wrap.loaded iframe, .featured-pen .thumbnail-wrap iframe {
        visibility: visible;
        opacity: 1;
    }

    .iframe-wrap .grid-preview-image, .thumbnail-wrap .grid-preview-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
    }

.preview-loading {
    background: black;
    color: #b8bbc8;
    text-align: center;
    padding-top: 20%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-title-and-excerpt {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: white;
    padding: 20px;
    border-radius: 6px;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.single-collection .single-title-and-excerpt {
    background: black;
    color: #9ca0b1;
    min-height: 235px;
}

.single-post:hover .single-title-and-excerpt {
    border-radius: 6px 6px 0 0;
    border-bottom-color: #47cf73;
    cursor: pointer;
}

.single-collection:hover .single-title-and-excerpt {
    border-radius: 6px 6px 0 0;
    border-bottom-color: #ae63e4;
    cursor: pointer;
}

    .single-collection:hover .single-title-and-excerpt h2 {
        color: #ae63e4;
    }

.single-title-and-excerpt .post-title a {
    color: #2d303a;
    display: block;
}

    .single-title-and-excerpt .post-title a:hover, .single-title-and-excerpt .post-title a:focus {
        color: #47cf73;
    }

.single-title-and-excerpt .collection-title {
    color: white;
    display: block;
}

.single-title-and-excerpt .item-content a {
    color: #1f798f;
    border-bottom: 1px solid #acacac;
}

    .single-title-and-excerpt .item-content a:hover, .single-title-and-excerpt .item-content a:focus {
        color: #3fb8d5;
        border-bottom-color: #dfdfdf;
    }

.single-title-and-excerpt .item-content pre, .single-title-and-excerpt .item-content code {
    word-break: break-all;
    white-space: pre-wrap;
}

.tag-grid > li > a:before {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
}

.module {
    display: block;
    padding: 20px;
    position: relative;
    background: #2d303a;
    border-radius: 6px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .module p, .module li, .module .item-content {
        color: #9ca0b1;
    }

    .module .item-content {
        margin: 0 0 1em 0;
    }

    .module:not(.single-collection) > h1, .module:not(.single-collection) > h2, .module:not(.single-collection) > h3, .module:not(.single-collection) > h4, .module:not(.single-post) > h1, .module:not(.single-post) > h2, .module:not(.single-post) > h3, .module:not(.single-post) > h4 {
        border-bottom: 3px solid rgba(255,255,255,0.1);
        padding-bottom: 10px;
        position: relative;
    }

.error .module {
    background: rgba(0,0,0,0.8);
}

.module .module {
    background: #2d303a;
}

.single-item .menu {
    position: relative;
}

.single-item .button {
    padding: 0;
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 11;
    position: relative;
}

    .single-item .button svg {
        width: 25px;
        height: 25px;
        fill: #5a5f73;
        -webkit-transition: fill 0.2s linear;
        transition: fill 0.2s linear;
    }

[data-component='Item']:hover .single-item .button svg {
    fill: #868ca0;
}

.menuOpen .single-item .button svg, .single-item .button:hover svg {
    fill: #b8bbc8;
}

.single-item .dialog {
    display: block;
    position: absolute;
    bottom: 100%;
    right: -6px;
    left: auto;
    z-index: 10;
    background: black;
    color: white;
    border-radius: 10px 10px 0 10px;
    border: none;
    white-space: nowrap;
    padding: 0.5rem 0;
    margin-bottom: 8px;
    -webkit-box-shadow: -6px 6px 20px rgba(0,0,0,0.25);
    box-shadow: -6px 6px 20px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: opacity 0.15s linear,visibility 0s linear 0.15s,-webkit-transform 0.15s cubic-bezier(0.9, 0, 0.6, 0.6);
    transition: opacity 0.15s linear,visibility 0s linear 0.15s,-webkit-transform 0.15s cubic-bezier(0.9, 0, 0.6, 0.6);
    transition: opacity 0.15s linear,transform 0.15s cubic-bezier(0.9, 0, 0.6, 0.6),visibility 0s linear 0.15s;
    transition: opacity 0.15s linear,transform 0.15s cubic-bezier(0.9, 0, 0.6, 0.6),visibility 0s linear 0.15s,-webkit-transform 0.15s cubic-bezier(0.9, 0, 0.6, 0.6);
}

    .single-item .dialog::before {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        width: 50px;
        height: 35px;
        background: black;
        border-radius: 0 0 10px 10px;
    }

.single-item .menu.open dialog, .single-item .dialogOpen {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: linear,cubic-bezier(0.37, 0.2, 0.06, 0.96),linear;
    transition-timing-function: linear,cubic-bezier(0.37, 0.2, 0.06, 0.96),linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.single-item .actionItem {
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
    color: inherit;
    cursor: pointer;
}

    .single-item .actionItem svg {
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        fill: #717790;
    }

    .single-item .actionItem:hover, .single-item .actionItem:focus {
        background: #2d303a;
    }

        .single-item .actionItem:hover svg, .single-item .actionItem:focus svg {
            fill: #9ca0b1;
        }

.tag-grid > li > a:before {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1),inset 0 1px 0 #000;
}

.module {
    display: block;
    padding: 20px;
    position: relative;
    background: #2d303a;
    border-radius: 6px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .module p, .module li, .module .item-content {
        color: #9ca0b1;
    }

    .module .item-content {
        margin: 0 0 1em 0;
    }

    .module:not(.single-collection) > h1, .module:not(.single-collection) > h2, .module:not(.single-collection) > h3, .module:not(.single-collection) > h4, .module:not(.single-post) > h1, .module:not(.single-post) > h2, .module:not(.single-post) > h3, .module:not(.single-post) > h4 {
        border-bottom: 3px solid rgba(255,255,255,0.1);
        padding-bottom: 10px;
        position: relative;
    }

.error .module {
    background: rgba(0,0,0,0.8);
}

.module .module {
    background: #2d303a;
}

.single-item .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.single-item .authorAvatar {
    display: block;
    margin-right: 0.75rem;
    position: relative;
    z-index: 1;
}

    .single-item .authorAvatar > img {
        display: block;
        width: 40px;
        height: 40px;
        background: #444857;
        overflow: hidden;
        font: 10px/1 monospace;
    }

.single-item .titleAndAuthor {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1rem 0 0;
}

    .single-item .titleAndAuthor, .single-item .titleAndAuthor .title {
        width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.single-item .title {
    font-weight: 900;
    font-size: 17px;
    margin: 0 0 0.25rem;
    display: block;
}

    .single-item .title a {
        color: white;
    }

.single-item.hide-owner .title {
    margin-left: 1rem;
}

.single-item .author {
    color: #c0c3d0;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .single-item .author:hover .authorInfo {
        opacity: 1;
        visibility: visible;
    }

    .single-item .author:hover .authorName {
        color: white;
    }

.single-item .authorName {
    color: inherit;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

    .single-item .authorName ~ .pro-link {
        margin-left: 0.5rem;
    }

.single-item .type {
    display: inline-block;
    margin: 0 0.5rem;
}

.single-item .authorInfo {
    position: absolute;
    bottom: 0;
    right: -1rem;
    background: #202229;
    width: calc(100% + 2rem);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease all 2s;
    transition: 0.2s ease all 2s;
}

.single-item .authorInfoPens {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

    .single-item .authorInfoPens li > div {
        border-radius: 0;
    }

    .single-item .authorInfoPens li:first-child > div {
        border-radius: 6px 0 0 0;
    }

    .single-item .authorInfoPens li:last-child > div {
        border-radius: 0 6px 0 0;
    }

.stats {
    position: absolute;
    bottom: -44px;
    left: -7px;
    padding: 0 0 0 7px;
    height: 45px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    overflow: hidden;
    width: 100%;
}

.hide-owner .stats {
    margin-left: 1rem;
    height: auto;
    bottom: -2rem;
    -webkit-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
}

.stats .single-stat {
    font: inherit;
    margin-right: 5px;
    background: rgba(0,0,0,0.9);
    border-radius: 4px;
    padding: 0.25rem 0.5rem 0.2rem;
    color: white;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0.65, 0.75),linear;
    transition-timing-function: cubic-bezier(1, 0, 0.65, 0.75),linear;
    cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
    .stats .single-stat {
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }
}

.stats .single-stat:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.stats .single-stat:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.stats .single-stat svg {
    -webkit-transition: 0.1s ease all;
    transition: 0.1s ease all;
}

.stats .single-stat:hover, .stats .single-stat:focus {
    background: white;
    color: black;
}

    .stats .single-stat:hover svg, .stats .single-stat:focus svg {
        fill: #47cf73;
    }

.hide-owner .stats .single-stat {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.stats .single-stat.loves:hover, .stats .single-stat.loves:focus {
    background: white;
    color: black;
}

    .stats .single-stat.loves:hover svg, .stats .single-stat.loves:focus svg {
        fill: #f19994;
    }

.stats svg {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 5px;
    fill: white;
}

    .stats svg.icon-eye {
        top: -2px;
        width: 17px;
    }

    .stats svg.icon-heart {
        width: 13px;
    }

.stats .loves {
    position: relative;
}

    .stats .loves::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .stats .loves .icon-heart {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

.single-item:hover .stats .single-stat, .single-item:active .stats .single-stat, .single-item:focus .stats .single-stat {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.15, 0.1, 1),ease;
    transition-timing-function: cubic-bezier(0.2, 0.15, 0.1, 1),ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    .single-item:hover .stats .single-stat:nth-child(2), .single-item:active .stats .single-stat:nth-child(2), .single-item:focus .stats .single-stat:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .single-item:hover .stats .single-stat:nth-child(3), .single-item:active .stats .single-stat:nth-child(3), .single-item:focus .stats .single-stat:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.single-item:focus-within .stats .single-stat {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.15, 0.1, 1),ease;
    transition-timing-function: cubic-bezier(0.2, 0.15, 0.1, 1),ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    .single-item:focus-within .stats .single-stat:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .single-item:focus-within .stats .single-stat:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

.collections-mini-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    padding: 60px 10px 10px 10px;
    z-index: 4;
    text-align: center;
    border-radius: 5px;
}

.collection-choice, .collection-choice-jquery {
    width: 100%;
}

.close-button-collections-mini-modal-jquery, .close-button-collections-mini-modal {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .close-button-collections-mini-modal-jquery svg, .close-button-collections-mini-modal svg {
        pointer-events: none;
        width: 12px;
        height: 12px;
        fill: #b8bbc8;
    }

    .close-button-collections-mini-modal-jquery:hover svg, .close-button-collections-mini-modal-jquery:active svg, .close-button-collections-mini-modal:hover svg, .close-button-collections-mini-modal:active svg {
        fill: white;
    }

.ad {
    position: relative;
}

    .ad .ad-wrap {
        max-width: 300px;
        margin: 0 auto;
    }

        .ad .ad-wrap iframe {
            border: 0;
        }

#bsap_1299665 {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif;
}

    #bsap_1299665 > iframe {
        width: 100%;
        height: 250px;
    }

    #bsap_1299665 > a > img {
        width: 100%;
        max-width: 300px;
        height: auto !important;
        display: block;
    }

    #bsap_1299665 .adhere {
        text-align: center;
        color: white;
        vertical-align: center;
    }

        #bsap_1299665 .adhere:before {
            content: '';
            width: 1px;
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        #bsap_1299665 .adhere:hover {
            background: rgba(255,255,255,0.1);
        }

    #bsap_1299665 .bsap_adhere {
        display: none;
    }

.carbon-img, .carbon-img img, .carbon-text {
    display: block;
}

.carbon-img {
    margin: 0 0 10px 0;
}

.carbon-text {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.carbon-text, .carbon-poweredby {
    line-height: 1.5;
    color: #9ca0b1;
    text-decoration: none;
}

.carbon-poweredby {
    font-size: 10px;
    display: none;
}

.tag-grid {
    overflow: hidden;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tag-grid > li {
        padding: 0 5px 0 0;
        margin: 0 0 5px 0;
        width: 25%;
    }

@media (max-width: 830px) {
    .tag-grid > li {
        width: 33.33%;
    }
}

@media (max-width: 550px) {
    .tag-grid > li {
        width: 50%;
    }
}

@media (min-width: 1281px) {
    .tag-grid > li {
        width: 16.66%;
    }
}

.tag-grid > li > a {
    display: block;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    background: rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

    .tag-grid > li > a:hover, .tag-grid > li > a:focus {
        background: rgba(0,0,0,0.4);
    }

    .tag-grid > li > a > span {
        position: absolute;
        right: 6px;
        top: 7px;
        background: black;
        color: white;
        padding: 2px 4px 1px;
        text-align: center;
        border-radius: 8px;
        font-size: 60%;
        font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif;
    }

    .tag-grid > li > a:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        margin-top: -3px;
        right: 6px;
        border-radius: 50%;
        background: #333333;
    }

.pagination {
    padding: 0 0 5px 0;
}

    .pagination .button {
        float: none;
        display: inline-block;
        margin: 0 0 4px 0;
    }

.top-pagination {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.tabs .top-pagination {
    right: 0;
    padding-right: 0;
    top: 5px;
}

@media (max-width: 830px) {
    .top-pagination {
        right: 0;
    }
}

.bottom-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 705px) and (max-width: 830px) {
    .bottom-pagination {
        grid-column: 1 / 3;
    }
}

@media screen and (min-width: 901px) {
    .bottom-pagination {
        grid-column: 1 / 3;
    }
}

@media screen and (min-width: 1253px) {
    .bottom-pagination {
        grid-column: 1 / 4;
    }
}

.bottom-pagination .pagination-button + .pagination-button {
    margin-left: 2rem;
}

@media (max-width: 830px) {
    .bottom-pagination {
        top: auto !important;
        bottom: 20px;
    }
}

@-webkit-keyframes pulse {
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.tabs {
    padding-bottom: 40px;
    position: relative;
}

    .tabs > h1 {
        display: inline-block;
        margin: 0 15px 10px 0;
    }

    .tabs > div {
        clear: both;
        display: none;
    }

        .tabs > div.active {
            display: block;
        }

    .tabs .gap {
        display: inline-block;
        width: 20px;
    }

.explore-tabs {
    margin: 0 0 12px 0;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .explore-tabs a, .explore-tabs span {
        font-size: 1.1rem;
        display: inline-block;
        color: #9ca0b1;
        padding: 3px 14px 5px 0;
    }

@media (max-width: 767px), (max-height: 440px) {
    .explore-tabs a, .explore-tabs span {
        padding-right: 10px;
    }
}

.explore-tabs a.nav-sep-before, .explore-tabs span.nav-sep-before {
    border-left: 1px solid #5a5f73;
    margin-left: 10px;
    padding-left: 18px;
}

.organize-grid .explore-tabs a, .organize-grid .explore-tabs span {
    padding: 6px 8px;
}

.explore-tabs a.active {
    color: white;
    font-weight: 700;
}

.explore-tabs a:hover, .explore-tabs a:focus {
    color: #c7c9d3;
}

.error .explore-tabs a {
    color: black;
}

.explore-tabs .mobile-trigger {
    font-size: 1rem;
    display: none;
}

.explore-tabs .nav-right {
    position: absolute;
    right: 0;
    top: 0;
}

    .explore-tabs .nav-right a {
        padding-right: 0;
    }

    .explore-tabs .nav-right .jobs-link {
        color: #81e058;
    }

@media (max-width: 550px) {
    .explore-tabs:not(.no-mobile-nav) {
        background: -webkit-gradient(linear, left top, left bottom, from(#2d303a), to(#1e1f26));
        background: linear-gradient(#2d303a, #1e1f26);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
        box-shadow: 0 1px 3px rgba(0,0,0,0.75);
        border-bottom: 0;
        height: 33px;
        text-align: left !important;
    }

        .explore-tabs:not(.no-mobile-nav) .width-wrapper {
            position: static;
            padding: 0;
        }

        .explore-tabs:not(.no-mobile-nav).open {
            height: auto;
        }

            .explore-tabs:not(.no-mobile-nav).open a {
                position: relative;
            }

            .explore-tabs:not(.no-mobile-nav).open .mobile-trigger {
                width: 25px;
            }

        .explore-tabs:not(.no-mobile-nav) .mobile-trigger {
            cursor: pointer;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            padding: 5px 10px 0 0;
            height: 100%;
            z-index: 2;
            text-align: right;
        }

            .explore-tabs:not(.no-mobile-nav) .mobile-trigger svg {
                pointer-events: none;
                fill: #9ca0b1;
                width: 13px;
                height: 13px;
                display: inline-block;
            }
}

@media (max-width: 550px) and (max-width: 550px) {
    .explore-tabs:not(.no-mobile-nav) .mobile-trigger {
        top: 3px;
    }
}

@media (max-width: 550px) {
    .explore-tabs:not(.no-mobile-nav) a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 5px 0 4px 8px;
    }

        .explore-tabs:not(.no-mobile-nav) a:hover {
            background: #131418;
            color: white;
        }

        .explore-tabs:not(.no-mobile-nav) a.active {
            border-bottom: 0;
            top: auto;
            z-index: 1;
            background: -webkit-gradient(linear, left top, left bottom, from(#2d303a), to(#1e1f26));
            background: linear-gradient(#2d303a, #1e1f26);
        }
}

html {
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: #131418;
}

.width-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}

@media (max-width: 550px) {
    .width-wrapper {
        padding: 0 10px;
    }
}

@media (max-width: 550px) {
    .box-actions {
        display: none;
    }
}

#publish-module .module {
    overflow: visible;
}

.module-text {
    color: #9ca0b1;
    position: relative;
    padding-bottom: 50px;
}

    .module-text pre {
        margin: 0 0 10px 0;
    }

.module-coupon {
    background: rgba(255,221,64,0.1);
    text-align: center;
}

    .module-coupon h1 {
        color: white;
    }

.coupon-message {
    padding: 1rem 1rem 0 1rem;
    font-size: 120%;
    margin: 0 0 20px 0;
}

    .coupon-message p {
        color: #a3a3a3;
    }

.super-center {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 60px;
}

.user img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    border: 0;
    display: inline-block;
}

.message-empty {
    width: 100%;
    text-align: center;
    padding: 40px;
}

    .message-empty p {
        color: #c7c9d3;
        margin-top: 15px;
    }

        .message-empty p:last-child {
            margin: 0;
        }

    .message-empty .tour-button {
        margin-top: 20px;
    }

.explore-pen p {
    font-size: 0.8em;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

    .explore-pen p:last-child {
        margin: 0;
    }

.featured-iframe-wrap {
    overflow: hidden;
    width: 100%;
    height: 125px;
    margin: 0 0 10px 0;
    position: relative;
}

    .featured-iframe-wrap iframe {
        width: 300%;
        height: 300%;
        background: white;
        -webkit-transform: scale(0.3333);
        transform: scale(0.3333);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

.user-list {
    list-style: none;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

    .user-list > .module {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0;
        line-height: 1.4;
    }

        .user-list > .module > a {
            display: block;
            padding: 10px;
        }

        .user-list > .module img {
            width: 40px;
            height: 40px;
            float: left;
            border-radius: 3px;
        }

        .user-list > .module .user-list-name {
            width: 75%;
            width: calc(100% - 40px - 10px);
            float: right;
            color: white;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .user-list > .module .user-list-username {
            width: 75%;
            width: calc(100% - 40px - 10px);
            float: right;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 0.8rem;
        }

@media (max-width: 1050px) {
    .user-list {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 830px) {
    .user-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.upgrade .close-button {
    display: none;
}

.video {
    height: 0;
    position: relative;
}

    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-16-9 {
    padding-top: 57%;
} 