:root {
    --message-unread-color: #0057ff;
    --message-read-color: #707070;
}
.thumb-wrapper {
    position: relative;
}
.category-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns desktop */
    gap: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category-column {
    display: flex;
    flex-direction: column;
}

.category-column strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    white-space: nowrap;
}

.category-column label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.category-column input[type="checkbox"] {
    margin-right: 6px;
}
@media (max-width: 1024px) {
  .category-wrapper {
    grid-template-columns: repeat(2, 1fr); /* 2 columns tablet */
  }
}

@media (max-width: 600px) {
  .category-wrapper {
    grid-template-columns: 1fr; /* 1 colum mobile */
  }

  .category-column strong {
    margin-top: 10px;
  }
}




.thumb-wrapper .edd-remove-from-wish-list {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.thumb-wrapper:hover .edd-remove-from-wish-list {
    opacity: 1;
    pointer-events: auto;
}

.thumb-wrapper .edd-remove-from-wish-list:hover {
    background: rgba(255, 0, 0, 0.8);
}
.pxf-post-slider {
    margin-bottom: 20px;
}

.pxf-post-slider .slider-nav,
.pxf-post-slider .slider-for > *:not(:first-child) {
    display: none;
}

.pxf-post-slider .slider-nav img {
    max-width: 150px;
    cursor: pointer;
}

.pxf-post-slider .slider-nav img:hover {
    opacity: 0.75;
}

.sidebar-tags a {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: .2rem .8rem;
    margin-right: .5rem;
    margin-bottom: .85rem;
    background: #fff;
    color: #323232;
    text-transform: lowercase;
}

.sidebar-tags a:hover {
    text-decoration: none;
    color: #1ba3b3 !important;
}

.primary-sidebar > * {
    margin-bottom: 1.5rem;
}

.primary-sidebar > * > h3 {
    margin-bottom: 1.6rem;
}

.sidebar-more-from-author {
    padding-top: .5rem;
}

.sidebar-more-from-author h3 {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 16px;
}

.sidebar-more-from-author .see-all-author {
    font-weight: 700;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
    margin-top: 2px;
    color: #36cad1;
}

.sidebar-more-from-author .see-all-author:hover {
    text-decoration: underline;
}

.menu-item-pixelify ul li {
    width: auto !important;
}

.menu-item .noti-box,
.menu-item .message-box-mini {
    position: absolute;
    top: 100%;
    width: 360px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    border-radius: 6px;
    margin-top: 0px;
    display: none;
    max-width: 100vw;
}

.read-current-message > *:not(.read-message):not(.modal) {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.menu-item.message-tool > a {
    margin-right: 0;
}

.tdm-header .td-header-sp-top-menu .td_ul_logout {
    margin-right: 5px;
}

@media screen and (min-width: 600px) {
    .menu-item .noti-box,
    .menu-item .message-box-mini {
        width: 520px;
    }
}

.menu-item.notify-tool:hover .noti-box,
.menu-item.message-tool:hover .message-box-mini {
    display: block;
	z-index: 999999;
}

.menu-item.notify-tool:hover > a,
.menu-item.message-tool:hover > a {
    color: #707070;
}

.message-box-mini .threads .avatar-pie a img {
    max-height: none;
    height: 48px;
    width: 48px;
}

.message-box-mini .threads li {
    width: 100% !important;
}

.message-box-mini .threads li .actions,
.message-box-mini .threads li .checkbox {
    display: none;
}

.message-box-mini .threads .message-last-note {
    margin: 0;
}

.menu-item .noti-header h2,
.message-box-mini .box-header h2 {
    text-align: center;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    font-size: 20px;
}

.message-box-mini .box-header .tools {
    border-bottom: 1px solid #ededed;
    display: flex;
    padding: 10px;
}

.message-box-mini .box-header .tools > a {
    font-size: 14px;
    font-weight: 700;
    flex: 1;
    text-align: center;
    display: block;
    margin: 0;
    padding: 5px 0;
}

.message-box-mini .box-header .tools > a:first-child {
    border-right: 1px solid #ededed;
}

.menu-item .noti-box ul.threads,
.top-header-menu ul .menu-item .noti-box ul,
.top-header-menu ul .menu-item .message-box-mini ul,
.menu-item .message-box-mini ul.threads {
    display: flex !important;
}

.top-header-menu ul .menu-item .message-box-mini ul.threads {
    flex-direction: column;
}

.menu-item .noti-box .last-note-info a {
    margin-right: 0;
}

.menu-item .noti-box:after,
.message-box-mini::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 44px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.menu-item .noti-box:before,
.message-box-mini::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 45px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}

@media screen and (min-width: 1500px) {
    .menu-item .noti-box,
    .menu-item .message-box-mini {
        margin-left: -43px;
    }
}

#login-modal .modal-body > *:not(.pixelify-login) {
    display: none;
}

#login-modal .modal-body .pixelify-login form {
    box-shadow: none;
    box-shadow: none;
    border: none;
}

@media (min-width: 640px) {
    .sidebar-more-from-author .see-all-author {
        display: inline-block;
        float: right;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .sidebar-more-from-author .see-all-author {
        display: block;
        float: none;
        margin-bottom: 1.3rem;
    }
}

@media screen and (min-width: 1110px) {
    .sidebar-more-from-author .see-all-author {
        display: inline-block;
        float: right;
        margin-bottom: 0;
    }
}

.sidebar-more-from-author ul {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-more-from-author ul li {
    flex: 0 0 33.33%;
}

.thumbnail-container {
    margin-bottom: 16px;
    box-shadow: 1px 1px 2px #e6e6e6;
    position: relative;
    overflow: hidden;
    background: #ccc;
}

.sidebar-author-info, .sidebar-info, .sidebar-social-share {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.follow-button {
    display: inline-block;
}

@media (min-width: 1024px) {
    .sidebar-author-info .follow-button {
        margin: 0;
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
    }
}

.sidebar-author-info {
    padding: 1rem 1.8rem 1.8rem;
    position: relative;
    text-align: center;
}

.sidebar-author-info .avatar,
.sidebar-author-info .sidebar-avatar {
    border-radius: 100%;
    margin: 1rem 0 .5rem 0;
    width: 96px;
    max-width: 100%;
    height: 96px;
}

.sidebar-author-info h4 {
    margin-top: 4px;
    margin-bottom: 5px;
}

.sidebar-author-info .star-rating,
.sidebar-author-info .rating-number {
    display: inline-block;
}

.sidebar-author-info .star-rating span,
.sidebar-author-info .rating-number span {
    vertical-align: 4px;
}

.sidebar-author-info .rating-number > strong {
    vertical-align: 4px;
}

.sidebar-author-info .star-rating {
    margin-top: 4px;
    margin-right: 4px;
}

.follow-button:not(.following).follow:focus, .follow-button.follow:not(.following):hover {
    background: #178f9d;
}

.sidebar-info .info-row span {
    display: block;
    width: 100%;
}

.single .hfeed.site {

}

@media (min-width: 640px) {
    .sidebar-info .info-row span {
        display: inline-block;
        width: 49%;
    }
}

.sidebar-info .info-row span:nth-of-type(even) {
    font-weight: 700;
}

@media (min-width: 640px) {
    .sidebar-info .info-row span:nth-of-type(even) {
        text-align: right;
    }
}

.like-wishlist {
    font-weight: 700;
    padding-top: 1rem
}

.like-wishlist .collection, .like-wishlist .likes {
    width: 100%;
    display: block;
    padding: .5rem
}

.like-wishlist .collection > a {
    vertical-align: -4px;
    display: inline-block;
    font-size: 16px;
}

@media (min-width: 640px) {
    .like-wishlist .collection, .like-wishlist .likes {
        display: inline-block;
        width: 49%
    }
}

@media screen and (min-width: 992px) {
    .like-wishlist .collection, .like-wishlist .likes {
        display: block;
        width: 100%
    }
}

@media screen and (min-width: 1110px) {
    .like-wishlist .collection, .like-wishlist .likes {
        display: inline-block;
        width: 49%
    }
}

.like-wishlist .collection .label, .like-wishlist .likes .label {
    color: inherit
}

.like-wishlist .wpulike {
    margin-top: -.5rem
}

@media (min-width: 640px) {
    .like-wishlist .likes {
        border-right: 1px solid #e6e6e6
    }
}

@media screen and (min-width: 992px) {
    .like-wishlist .likes {
        border-right: 0
    }
}

@media screen and (min-width: 1110px) {
    .like-wishlist .likes {
        border-right: 1px solid #e6e6e6
    }
}

.like-wishlist .heart-svg {
    display: none
}

.like-wishlist .count-box {
    color: inherit !important;
    position: static;
    vertical-align: -.25rem;
    margin-right: .2rem;
    width: auto;
    display: inline-block;
    padding-left: 1rem
}

.like-wishlist input[type="checkbox"] {
    opacity: 0;
}

.like-wishlist .count-box:before {
    content: '';
    background: url(../images/icon-heart.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: .5rem;
    left: 0;
    cursor: pointer;
}

.like-wishlist .count-box + strong {
    margin-top: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.like-wishlist .likes .not-logged-in-button {
    position: relative
}

.like-wishlist .likes .not-logged-in-button:before {
    content: '';
    background: url(../images/icon-heart.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -1.6rem
}

.like-wishlist .wp_ulike_general_class.wp_ulike_is_liked .count-box {
    color: #1ba3b3 !important
}

.like-wishlist .wp_ulike_general_class {
    margin-left: 0
}

.like-wishlist .wp_ulike_general_class label {
    position: relative;
}

.collection > a > span {
    position: relative;
    margin-left: 1.6rem
}

.collection > a > span:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -1.6rem;
    background: url(../images/icon-collection.svg);
    background-size: cover
}

.heart-icon {
    width: 20px;
    height: 20px;
    vertical-align: -.25rem;
    display: inline-block;
    margin-right: .3rem;
    background-size: cover
}

#start-download .button-label, .edd-free-download-single, .edd-free-downloads-direct-download-link, .modal-left .edd-free-download-submit, .sidebar-download-button .edd-add-to-cart-label {
    display: block !important;
    text-align: left;
    padding: .5rem 1rem .5rem 1.3rem;
}

.edd-free-download-single {
    padding: 1.2rem 1rem 1.2rem 9rem;
    border: 0 !important;
    display: block;
    position: relative;
}

#start-download .button-label:before, .edd-free-download-single:before, .edd-free-downloads-direct-download-link:before, .modal-left .edd-free-download-submit:before, .sidebar-download-button .edd-add-to-cart-label:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 48px;
    background: url(../images/icon-download.svg);
    background-size: cover;
}

#start-download .button-label span, .edd-free-download-single span, .edd-free-downloads-direct-download-link span, .modal-left .edd-free-download-submit span, .sidebar-download-button .edd-add-to-cart-label span {
    display: block;
    line-height: 19px;
}

#start-download .button-label span:first-of-type, .edd-free-download-single span:first-of-type, .edd-free-downloads-direct-download-link span:first-of-type, .modal-left .edd-free-download-submit span:first-of-type, .sidebar-download-button .edd-add-to-cart-label span:first-of-type {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 35px;
}

.sidebar-info .info-row,
.sidebar-social-share > p:first-of-type {
    margin-bottom: 20px;
}

#start-download,
.edd-free-download-single,
.edd-free-downloads-direct-download-link,
.edd_go_to_checkout,
.modal-left .edd-free-download-submit,
.sidebar-download-button .edd-add-to-cart {
    background: #4368d1 !important;
    color: #fff !important;
    text-transform: none;
    font-weight: 400;
    border: none;
    position: relative;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-left: 90px;
    transition: all 150ms ease 0s;
    border-radius: 5px;
}

#start-download:focus,
#start-download:hover,
.edd-free-download-single:focus,
.edd-free-download-single:hover,
.edd-free-downloads-direct-download-link:focus,
.edd-free-downloads-direct-download-link:hover,
.edd_go_to_checkout:focus,
.edd_go_to_checkout:hover,
.modal-left .edd-free-download-submit:focus,
.modal-left .edd-free-download-submit:hover,
.sidebar-download-button .edd-add-to-cart:focus,
.sidebar-download-button .edd-add-to-cart:hover {
    background: #5778d6 !important;
}

#start-download:focus, .edd-free-download-single:focus, .edd-free-downloads-direct-download-link:focus, .edd_go_to_checkout:focus, .modal-left .edd-free-download-submit:focus, .sidebar-download-button .edd-add-to-cart:focus {
    outline: 1px dotted;
    outline-offset: -4px;
    text-decoration: none;
}

#atstbx table, #atstbx td,
#at-jumboshare table, #at-jumboshare td, .share-links table, .share-links td {
    border: 0;
}

.widget .at4-jumboshare .at4-share-container {
    width: 190px;
    border: none;
    padding-left: 0;
}

.widget .at4-jumboshare .at4-count-container {
    min-width: 100px;
    border: none;
    padding-right: 0;
}

.widget .at4-jumboshare .at4-count {
    font-size: 60px;
    line-height: 60px;
}

#atstbx .at4-count,
#at-jumboshare .at4-count, .share-links .at4-count {
    transform: scale(.5);
    margin-top: -.55rem;
}

.sidebar-social-share .share-buttons {
    border-bottom: 1px solid #e6e6e6;
}

#atstbx td,
#at-jumboshare td {
    margin-right: -2.5rem;
    margin-left: -1.5rem;
}

.pixelify-dashboard .content-area .page .user-dashboard-menu a,
.pixelify-dashboard .user-dashboard-menu a {
    font-weight: 400;
}

.pixelify-dashboard .content-area .page .user-dashboard-menu .active a,
.pixelify-dashboard .user-dashboard-menu .active a {
    font-weight: 700;
    color: #6a7ee2;
}

.pixelify-dashboard .user-dashboard-menu li {
    display: block;
    margin: 0 1rem .8rem;
}

.pixelify-dashboard .user-dashboard-menu li a {
    color: #999;
}

.pixelify-dashboard .user-dashboard-menu li a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

@media (min-width: 640px) {
    .pixelify-dashboard .user-dashboard-menu li {
        width: auto;
        display: inline-block;
        margin-bottom: .6rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.pixelify-dashboard .fes-vendor-dashboard-wrap .fes-vendor-dashboard {
    max-width: 100%;
    border: none;
}

.pixelify-dashboard .tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

.pixelify-dashboard .tablesaw-stack {
    clear: both;
}

.pixelify-dashboard .user-dashboard-menu {
    margin-bottom: 50px;
}
.menu-vendor-menu-container {
    background: #defcc0;
    border-radius: 8px;
    text-transform: uppercase;
    padding-top: 6px;
}
.pixelify-dashboard table td,
.pixelify-dashboard table th {
    background: none;
    border-right: none;
    border-left: none;
}

.pixelify-dashboard table td {
    padding: 1.5rem 1rem;
    vertical-align: top;
}

.pixelify-dashboard table td .thumbnail-container {
    max-width: 165px;
}

.pixelify-dashboard .tablesaw-stack td .tablesaw-cell-label,
.pixelify-dashboard .tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

#fes-vendor-dashboard > ul.edd-wish-list > li > a.edd-wl-edit,
.pixelify-dashboard .your-downloads .edd-fes-action,
.pixelify-dashboard .your-products .edd-fes-action {
    color: #323232;
    background: #e6e6e6;
    border-radius: 4px;
    padding: .2rem 1rem;
    margin: .4rem 0;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    display: block;
}

#fes-vendor-dashboard > ul.edd-wish-list > li > a.edd-wl-edit:hover,
.pixelify-dashboard .your-downloads .edd-fes-action:hover,
.pixelify-dashboard .your-products .edd-fes-action:hover {
    text-decoration: underline;
}

.pixelify-dashboard table .thumbnail-col {
    max-width: 165px;
}

.pixelify-dashboard table .title-col {
    max-width: 300px;
}

.pixelify-dashboard table .date-col {
    max-width: 100px;
}

.pixelify-dashboard table .downloads-col {
    text-align: center;
}

.pixelify-dashboard table .views-col {
    text-align: center;
}

.pixelify-dashboard table .likes-col {
    text-align: center;
}

.pixelify-dashboard table .reviews-col {
    text-align: center;
}

.pixelify-dashboard table .questions-col {
    text-align: center;
}

.pixelify-dashboard fieldset {
    border: none !important;
    margin: 0 0 2rem 0;
    padding: 0;
    position: relative;
}

.pixelify-dashboard .fes-form-fieldset {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.pixelify-dashboard #fes-submission-form-title {
    display: none;
}

.pixelify-dashboard .fes-el,
.pixelify-dashboard .fes-login-form {
    margin-bottom: 2.3rem;
}

.pixelify-dashboard .fes-label {
    margin-bottom: .5rem;
}

.pixelify-dashboard label {
    text-align: left;
    display: block;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.pixelify-dashboard .fes-required-indicator {
    color: #a94442;
    font-size: 1.5rem;
    margin-left: .25rem;
}

.pixelify-dashboard .zf_fes_file .dropzone {
    text-align: center;
    display: block;
    background-color: transparent;
    border-style: dashed;
    /*height: 135px;*/
}

.pixelify-dashboard .zf_fes_file .dropzone.multiple {
    height: auto;
    min-height: 135px;
}

.pixelify-dashboard .dropzone.dz-clickable {
    cursor: pointer;
}

.pixelify-dashboard .dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.pixelify-dashboard .zf_fes_file .dropzone .dz-message {
    align-self: center;
    margin: 1rem 0 0 0;
    position: relative;
}

.pixelify-dashboard .zf_fes_file .dropzone.multiple.has-media .dz-message {
    margin-top: 5rem;
}

.pixelify-dashboard .zf_fes_file .dropzone .dz-message:before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("../images/icon-upload.svg");
    background-size: cover;
    position: absolute;
    top: -2.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.pixelify-dashboard .zf_fes_file .dropzone.multiple.has-media .dz-message:before {
    top: -3rem;
}

.pixelify-dashboard .zf_fes_file .dropzone {
    display: flex;
    justify-content: center;
    padding-top: 1.8rem;
    margin-bottom: 2rem;
}

.pixelify-dashboard .zf_fes_file .dropzone.multiple.has-media {
    display: block;
}

.pixelify-dashboard .zf_fes_file .dz-max-files-reached {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    white-space: nowrap;
    z-index: 10;
    width: 21px;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    padding: 0 .3rem .1rem;
    color: transparent !important;
    background-image: url("../images/close-modal-gray.svg");
    line-height: 1.2;
    background-repeat: no-repeat;
}

.pixelify-dashboard .fes-el.download_category {
    width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    .pixelify-dashboard .fes-el.download_category {

    }
}

.pixelify-dashboard .zf_fes_featured_images {
    width: 100%;
}

@media (min-width: 1024px) {
    .pixelify-dashboard .zf_fes_featured_images {

    }
}

@media (min-width: 1024px) {
    .pixelify-dashboard .fes-el.action_hook,
    .pixelify-dashboard .fes-el.download_tag,
    .pixelify-dashboard .fes-el.license_options,
    .pixelify-dashboard .fes-el.post_content,
    .pixelify-dashboard .fes-el.post_title {

    }
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist li {
    display: inline-block;
    font-size: .95rem;
    margin-right: 1.5rem;
    margin-top: 1rem;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px;
    width: 50px;
    height: 21px;
    background-color: #e6e6e6;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input:before {
    right: 1px;
    background-color: #e6e6e6;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input:checked:before {
    background-color: #1ba3b3;
    top: 0;
    left: 0;
    bottom: 0;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input:after {
    width: 21px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: margin .4s;
    -moz-transition: margin .4s;
    -o-transition: margin .4s;
    transition: margin .4s;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input:checked:after {
    margin-left: 26px;
    left: 1px;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input:after,
.pixelify-dashboard .fes-fields .fes-checkbox-checklist input:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.pixelify-dashboard .radio label,
.pixelify-dashboard .checkbox label {
    padding-left: 0;
    font-size: 16px;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist input {
    margin-right: 10px;
    vertical-align: -5px;
    margin-bottom: 0;
}

.pixelify-dashboard .fes-fields .fes-checkbox-checklist li:not(:first-child) {
    margin-left: 25px;
}

.pixelify-dashboard .fes-submit {
    margin-top: 3rem;
}

.pixelify-dashboard .fes-el.download_category select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    height: 200px;
}

.pixelify-dashboard .fes-el.download_category option {
    padding: .6rem .8rem;
    font-size: 16px;
}

.pixelify-dashboard .fes-el.download_category option[selected="selected"] {
    background-color: #f5f5f5;
    color: #333;
}

.pixelify-dashboard .zf_fes_file .dropzone .dz-message > span {
    margin-top: 15px;
    display: block;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone {
    text-align: center;
    display: block;
    background-color: #e8f6f7;
    border-color: #e3e3e3;
    height: 135px;
    color: #27a4b3;
    border-width: 1px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .pixelify-dashboard .zf_fes_featured_images .dropzone.has-image {
        margin-bottom: 100px;
    }
}

.pixelify-dashboard .zf_fes_featured_images .dropzone {
    text-align: left;
    height: auto;
    min-height: 200px;
    border-radius: 3px;
    padding: .5rem .5rem .5rem .6rem;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-message {
    position: absolute;
    margin-top: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-message:before {
    content: "";
    width: 31px;
    height: 31px;
    background: url("../images/add-photo.svg");
    position: absolute;
    top: -2.3rem;
    left: 50%;
    transform: translateX(-50%);
}

.pixelify-dashboard .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-message > span {
    margin-top: 10px;
    display: block;
}

.pixelify-dashboard .fes-profile-form .user_pass div:nth-of-type(2) {
    margin-bottom: 1rem;
}

.pixelify-dashboard .fes-profile-form .fes-form-legend {
    display: none;
}

.pixelify-dashboard .zf-user-avatar-field .avatar {
    background-color: #e8f6f7;
    border: 1px solid #e3e3e3;
    height: 96px;
    color: #27a4b3;
    width: 96px;
    border-radius: 50%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
}

.mini-page,
.pixelify-dashboard.followed-artists .fes-vendor-dashboard,
.pixelify-dashboard.wish-lists .fes-vendor-dashboard,
.pixelify-dashboard.collections .fes-vendor-dashboard {
    margin-left: auto;
    margin-right: auto;
}

/* ========== INBOX =========== */

.inbox-container {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    display: flex;
    height: calc(100vh - 55px - 20px - 33px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.inbox-list {
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sidebar-header {
    display: flex;
    height: 60px;
}

.thread-list .search-bar {
    width: 100%;
}

.sidebar-header .regular-header button {
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    transition-duration: 300ms;
    transition-property: color, background, border;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 8px 18px;
    align-items: initial;
    height: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #191919;
}

.sidebar-header .regular-header button:focus {
    outline: none;
}

.sidebar-header .regular-header button:hover {
    background: #f1f1f1;
    border-color: #e8e8e8;
}

.sidebar-header .regular-header button svg {
    fill: #191919;
    height: 16px;
    width: 16px;
    margin-right: 7px;
}

.sidebar-header .list-actions {
    align-items: center;
    background-color: var(--message-unread-color);
    border-radius: 3px;
    height: 50px;
    margin: 5px;
    padding-left: 16px;
    padding-right: 10px;
    width: 100%;
    display: none;
}

.sidebar-header .list-actions.disabled,
.sidebar-header .list-actions.waiting {
    opacity: .75;
    cursor: default;
    pointer-events: none;
    user-select: none;
}

.sidebar-header .list-actions.active {
    display: flex;
}

.sidebar-header .list-actions.active + .regular-header {
    display: none;
}

.sidebar-header .list-actions p.count {
    color: #fff;
    flex-grow: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
}

.sidebar-header .list-actions > div {
    align-self: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-header .list-actions > div .popover-activator {
    cursor: pointer;
    display: block;
    position: relative;
    width: inherit;
    z-index: 3;
}

.sidebar-header .list-actions > div .popover-activator > div {
    border-radius: 50%;
    padding: 10px;
    transition: background-color .15s linear;
    width: fit-content;
}

.sidebar-header .list-actions > div .popover-activator svg {
    cursor: pointer;
    fill: #fff;
    height: 16px;
    width: 19px;
    display: block;
}

.sidebar-header .list-actions > div .popover-activator > div:hover {
    background-color: rgba(255, 255, 255, .2);
}

.sidebar-header .list-actions > div .popover-activator .deselect svg {
    width: 16px;
}

.search-icon svg {
    fill: rgb(112, 112, 112);
    height: 18px;
    margin-left: 8px;
    margin-top: -1px;
    opacity: .7;
    width: 18px;
}

.selected-dropdown label {
    margin-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.selected-dropdown label + svg {
    fill: #959595;
    margin-left: 9px;
    transform: rotate(-90deg);
    transition: all .15s linear;
    width: 6px;
}

.selected-dropdown {
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 38px;
    line-height: 1.1;
    padding: 11px 10px;
    transition-duration: 300ms;
    transition-property: background;
    cursor: pointer;
}

.threads .list-actions,
.page-notification .noti-box,
.selected-dropdown + ul {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 499;
}

.threads li .actions {
    position: relative;
}

.page-notification .noti-box {
    position: static;
    display: block;
}

.page-notification .noti-box .box-header .tools {
    display: none;
}

.noti-box .threads li .checkbox {
    display: none;
}

.noti-box .threads .message-last-note {
    margin-left: 0;
}

.popup-activator .selected-dropdown.active + ul {
    display: flex;
}

li .actions .popup-activator {
    min-height: 38px;
}

.selected-dropdown + ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.threads .list-actions > *,
.selected-dropdown + ul a {
    color: #191919;
    padding: 8px 20px 8px 13px;
    align-items: center;
    display: flex;
    font-size: 14px;
    min-width: 142px;
    text-decoration: none;
}

.threads .list-actions > *:hover,
.selected-dropdown + ul li:hover > a {
    background-color: var(--message-unread-color);
    color: #fff;
}

.threads .list-actions > * {
    min-width: 80px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.selected-dropdown + ul svg {
    fill: #191919;
    margin-right: 9px;
    width: 16px;
}

.selected-dropdown + ul li:hover svg {
    fill: #fff;
}

.popup-activator {
    align-self: center;
    cursor: pointer;
    display: block;
    position: relative;
    width: inherit;
    z-index: 3;
}

.sidebar-header .regular-header {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
    width: 100%;
}

.selected-dropdown.active,
.selected-dropdown:hover {
    background: #f0f0f0;
    cursor: pointer;
}

.selected-dropdown.active label + svg {
    transform: rotate(90deg);
}

.selected-dropdown svg:first-child {
    width: 17px;
    height: 16px;
}

.page-notification .noti-header {
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.page-notification {
    margin: 30px 0;
}

.page-notification .noti-header h2 {
    text-align: center;
    margin: 10px 0;
}

.notification-text {
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 27px;
}

.notification-text p:not(:last-child) {
    margin-bottom: 5px;
}

.notification-text h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.thread-list {
    border-top: 1px solid #ededed;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.inbox-content {
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-grow: 1;
}

.inbox-content {
    flex-basis: calc(100% - 360px);
    max-width: calc(100% - 360px);
}

.inbox-content.has-message {
    display: block;
}

.empty-message {
    align-items: center;
    color: var(--message-read-color);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.search-bar-wrap {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(232, 232, 232);
    border-radius: 50px;
    display: flex;
    height: 38px;
    margin-top: 4px;
    width: 100%;
}

.search-bar .search-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 40px;
}

.search-bar form {
    flex: 1;
    margin-right: 10px;
    position: relative;
    width: 100%;
}

.search-bar form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.search-bar form .clear-search {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    padding: 0;
    border: none;
    background: none;
    transition: all .5s;
}

.search-bar form .clear-search:hover svg {
    opacity: .7;
}

.clear-search svg {
    fill: rgb(25, 25, 25);
    height: 9px;
    opacity: .4;
    transition: opacity .15s linear;
    width: 9px;
}

.thread-list-wrap {
    height: 100%;
    overflow: auto;
}

/* Định dạng toàn bộ scrollbar */
.thread-list-wrap::-webkit-scrollbar {
    width: 5px; /* Độ rộng scrollbar */
    height: 5px; /* Dành cho thanh cuộn ngang */
}

/* Màu nền của scrollbar */
.thread-list-wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

/* Phần thanh cuộn */
.thread-list-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

/* Khi hover vào thanh cuộn */
.thread-list-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.thread-list-inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 268px);
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.thread-list-inner.no-message {
    height: 100%;
    padding: 5px 5px 10px;
    width: 100%;
    justify-content: center;
}

.thread-list-inner.has-message {
    flex-grow: 1;
}

.artist-info .profile-card-inner .buttons p {
    margin-bottom: 10px;
}

.artist-info .profile-card-inner .buttons a {
    font-size: 14px;
    line-height: 18px;
	width: 58%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1300px) {
    .inbox-container {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .inbox-list {
        width: 360px;
    }
}

@media screen and (min-width: 1200px) {
    .sidebar-header .regular-header {
        padding-right: 20px;
    }

    .search-bar {
        padding: 15px 20px;
    }
}

.notify-tool .icon-area,
.message-tool .icon-area {
    position: relative;
}

.notify-tool a i,
.message-tool a i {
    font-size: 16px;
}

.notify-tool .icon-area .count,
.message-tool .icon-area .count {
    background-color: var(--message-unread-color);
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    left: 48%;
    min-width: 15px;
    position: absolute;
    top: -5px;
    z-index: 1;
    height: 12px;
    padding: 0;
    line-height: 12px;
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
}

.list-item-circle svg {
    fill: rgba(0, 87, 255, .7);
    height: 4px;
}

.threads .list-actions {
    display: none;
    right: 0;
    left: auto;
}

.threads li:not([data-blocked="1"]) .list-actions div[data-action="unblock"],
.threads li[data-blocked="1"] .list-actions div[data-action="block"],
.threads li[data-blocked="0"] .list-actions div[data-action="unblock"],
.threads li:not([data-archive="1"]) .list-actions div[data-action="unarchive"],
.threads li[data-archive="1"] .list-actions div[data-action="archive"],
.threads .list-actions:not([data-status="pending"]) > div[data-action="read"],
.threads .list-actions[data-status="pending"] > div[data-action="unread"] {
    display: none;
}

.threads .list-item-circle.active + .list-actions {
    display: flex;
}

.search-icon {
    user-select: none;
}

.threads li {
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    margin-bottom: 2px;
    padding: 10px;
    position: relative;
    transition: background-color .15s linear;
    color: var(--message-read-color);
    margin-left: 0;
}

.threads li .checkbox {
    display: flex;
}

.threads li.waiting {
    opacity: .5;
}

.threads div.checked {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-flex;
    height: 15px;
    justify-content: center;
    transition: border-color .1s linear;
    vertical-align: middle;
    width: 15px;
}

.threads div.checked.active {
    border-color: var(--message-unread-color);
}

.threads div.checked svg {
    fill: transparent;
    height: 9px;
    transition: fill .1s linear;
    width: 9px;
}

.threads div.checked.active svg {
    fill: var(--message-unread-color);
}

.threads input[type="checkbox"] {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.threads .sender-avatar .dot svg {
    height: 12px;
    width: 12px;
}

.threads .message-last-note {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-left: 8px;
}

.threads .sender-avatar .dot {
    display: none;
    height: 12px;
    position: absolute;
    right: -4px;
    top: 1px;
    width: 12px;
    z-index: 2;
}

.threads .pending .sender-avatar .dot {
    display: block;
}

.threads .sender-avatar .dot svg circle:first-child {
    cx: 6px;
    cy: 6px;
    fill: #fff;
    r: 6px;
}

.threads .sender-avatar .dot svg circle:last-child {
    cx: 6px;
    cy: 6px;
    fill: var(--message-unread-color);
    r: 4px;
}

.threads .avatar-pie {
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 1;
}

.threads .avatar-pie a {
    backface-visibility: hidden;
    background-color: #e8e8e8;
    border-radius: 50%;
    box-sizing: content-box !important;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.threads .sender-avatar {
    margin-right: 10px;
    position: relative;
    align-self: start;
}

.threads .last-note-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: calc(100% - 50px - 20px);
    position: relative;
    line-height: 17px;
}

.last-note-info p {
    color: var(--message-read-color);
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 17px;
}

.noti-content .last-note-info p {
    white-space: normal;
    line-height: 22px;
}

.threads .last-note-info .name-date {
    align-items: center;
    color: var(--message-read-color);
    display: flex;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.threads .last-note-info .name-date > span {
    font-weight: 600;
    font-size: 14px;
}

.last-note-info svg.node-reply {
    fill: var(--message-read-color);
    height: 10px;
    margin-right: 2px;
}

.message-date .time {
    color: var(--message-read-color);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.threads .message-date {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.threads .message-date .dot {
    background-color: var(--message-read-color);
    border-radius: 50%;
    display: block;
    height: 3px;
    margin: 0 5px;
    min-width: 3px;
    position: relative;
}

.threads li.active,
.threads li:hover {
    background-color: #f5f8ff;
}

.threads .list-item-circle {
    align-self: inherit;
    background: #f5f8ff;
    border: solid 1px #dee8ff;
    border-radius: 25px;
    box-shadow: 0 0 10px 10px #f5f8ff;
    cursor: pointer;
    display: flex;
    height: 38px;
    margin-bottom: 0;
    margin-left: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 19px);
    transition: opacity .2s linear, background .3s linear;
    visibility: hidden;
    width: 38px;
}

.threads .list-item-circle.active,
.threads li:hover .list-item-circle {
    opacity: 1;
    visibility: visible;
}

.threads li .list-item-circle .icon-wrap {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 10px;
    width: 100%;
}

.threads li:hover .list-item-circle:hover {
    background-color: #dee8ff;
}

.threads li.waiting .list-item-circle {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.noti-box .threads {
    margin-bottom: 0;
}

.noti-box .threads li:last-child {
    margin-bottom: 0;
}

.noti-box .thread-list-inner.no-message {
    min-height: 80px;
}

.noti-box .empty-message {
    margin-bottom: 0;
}

.page-notification .noti-header h2 {
    font-size: 20px;
}

.conversation-header {
    width: 100%;
    height: 60px;
    padding: 20px;
}

.conversation-body {
    border-top: 1px solid #ededed;
}

.conversation-header > *,
.conversation-header {
    display: flex;
    align-items: center;
}

.conversation-header > .tools {
    margin-left: auto;
    gap: 10px;
}

.conversation-header > .tools.waiting {
    opacity: .5;
    pointer-events: none;
    user-select: none;
}

.conversation-header .tools > * {
    flex: 1;
    border-radius: 50%;
    padding: 10px;
    transition: background-color .15s linear;
    width: fit-content;
    cursor: pointer;
}

.conversation-header .tools svg {
    width: 18px;
    display: flex;
    align-self: center;
    align-content: center;
    align-items: center;
    object-position: center;
    height: 18px;
}

.conversation-header .tools > *:hover {
    background-color: #f0f0f0;
}

.conversation-header .avatar {
    border-radius: 50%;
    margin-right: 10px;
}

.conversation-header .tools > .btn-block[data-blocked="1"] svg,
.conversation-header .tools .btn-delete svg {
    fill: #d00d00;
}

.conversation-body {
    padding: 20px 10%;
    flex-basis: calc(100% - 181px);
    overflow-y: auto;
    max-height: calc(100% - 181px);
}

.conversation-list {
    margin: 0;
    padding: 0;
}

.conversation-list li {
    list-style: none;
    margin-bottom: 20px;
}

.conversation-list .message-content,
.conversation-list .message-row {
    display: flex;
    gap: 15px;
}

.coverview-list .message-content {

}

.conversation-list .message-content {
    background: rgba(240, 240, 240, .7);
    color: #191919;
    padding: 10px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    flex-basis: calc(100% - 45px);
    max-width: calc(100% - 45px);
}

.message-row .avatar {
    border-radius: 50%;
    margin-top: 2px;
}

.message-row p:last-child {
    margin-bottom: 0;
}

.message-row .message-text {
    flex-basis: calc(100% - 75px);
}

.message-row .message-time {
    margin-left: auto;
    font-size: 12px;
    flex-basis: 60px;
    text-align: right;
    align-self: end;
    color: var(--message-read-color);
    line-height: 18px;
    white-space: nowrap;
    max-width: 60px;
}

.conversation-list > li {
    max-width: 50%;
}

.conversation-list li.my-message .message-content,
.conversation-list li.my-message {
    margin-left: auto;
}

.conversation-list li.my-message .avatar {
    display: none;
}

.conversation-list .my-message .message-content {
    background: var(--message-unread-color);
    color: #fff;
}

.my-message .message-row .message-time {
    color: #fff;
    opacity: .75;
}

.message-row .avatar-col {
    user-select: none;
}

.conversation-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100vh;
}

.conversation-wrap .conversation-footer {
    margin-top: auto;
    border-top: 1px solid #ededed;
    padding: 15px;
    display: flex;
}

.conversation-wrap .conversation-footer .conversation-reply {
    display: flex;
    margin: 0 auto;
}

.conversation-wrap .conversation-footer .btn-reply {
    align-self: flex-start;
    margin-left: 15px;
    background-color: rgba(0, 87, 255);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    line-height: 1;
    transition: all .5s;
}

.conversation-wrap .conversation-footer .conversation-reply textarea {
    height: 80px;
    min-height: 80px;
    border: 1px solid #ccc;
    width: 490px;
    max-width: 100%;
    border-radius: 10px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px;
    font-size: 14px;
    resize: vertical;
    max-height: 200px;
}

.conversation-wrap .conversation-footer .btn-reply.disabled {
    background: #e8e8e8;
    color: #fff;
    cursor: default;
    fill: #fff;
    pointer-events: none;
    transition: none;
}

.conversation-wrap .conversation-footer .btn-reply:hover {
    background-color: rgba(0, 62, 203);
}

.conversation-wrap .conversation-footer .btn-reply:active {
    background-color: rgba(0, 47, 154);
}

.conversation-list li.waiting .message-content {
    opacity: .75;
}

@media screen and (min-width: 1200px) {
    .threads .avatar-pie {
        height: 50px;
        width: 50px;
    }
}

@media screen and (min-width: 720px) {
    .mini-page,
    .pixelify-dashboard.followed-artists .fes-vendor-dashboard,
    .pixelify-dashboard.wish-lists .fes-vendor-dashboard,
    .pixelify-dashboard.collections .fes-vendor-dashboard {
        max-width: 700px;
    }
}

.pixelify-dashboard a.edd-wl-action {
    color: #777;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.pixelify-dashboard a.edd-wl-action.edd-wl-button {
    border: 2px solid #E4E4E4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
}

.pixelify-dashboard a.edd-wl-action.edd-wl-button:hover {
    background-color: #fff;
}

.pixelify-dashboard .edd-wish-list {
    margin: 1em 0 1em 0;
    padding: 20px 0 0;
    list-style-type: none;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
}

.pixelify-dashboard .edd-wish-list[data-version="2"].list-posts {
    display: block;
}

@media only screen and (max-width: 599px) {
    .pixelify-dashboard .edd-wish-list[data-version="2"] {
        display: grid;
        gap: 26px;
        grid-template-columns: repeat(2, 1fr);
    }
}


@media only screen and (max-width: 480px) {
    .pixelify-dashboard .edd-wish-list[data-version="2"] {
        display: grid;
        gap: 26px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.pixelify-dashboard .edd-wish-list li {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li {
    border: none;
    padding: 0;
}

@media screen and (min-width: 480px) {
    .pixelify-dashboard .edd-wish-list li .edd-wl-item-title {
        max-width: 78%;
        text-align: left;
        display: inline-block;
    }

    #fes-vendor-dashboard > ul.edd-wish-list > li > a.edd-wl-edit {
        width: 100px;
        float: right;
    }
}

.pixelify-dashboard .edd-wish-list li span.edd-wl-item-count {
    font-size: 12px;
    color: #a5a5a5;
}

.pixelify-dashboard .edd-wish-list li .edd-wl-item-title {
    color: #1ba3b3;
    font-weight: 400;
}

.pixelify-dashboard .edd-wish-list li .thumb-box .edd-wl-item-title {
    display: block;
    max-width: 100%;
}

.pixelify-dashboard .edd-wish-list li .edd-wl-item-title:hover {
    color: #158390;
    text-decoration: underline;
}

.pixelify-dashboard .edd-wl-heading {
    font-size: 27px;
    margin-bottom: 20px;
}

.pixelify-dashboard .zf_fes_file .dz-complete .dz-filename:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../images/icon-done.svg");
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
}

.pixelify-dashboard .zf_fes_file .dropzone.has-media,
.pixelify-dashboard .zf_fes_file .dz-max-files-reached {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.pixelify-dashboard .zf_fes_file .dz-complete {
    padding-top: 2rem;
}

.pixelify-dashboard .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.pixelify-dashboard .dropzone.multiple .dz-preview {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-bottom: 30px;
}

.pixelify-dashboard .edd-wish-list li .edd-wl-item-title img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-right: 0;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    margin-bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.pixelify-dashboard .edd-wish-list li .thumb-box {
    float: right;
    width: 328px;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box {
    float: none;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box .post-cat {
    position: absolute;
    z-index: 499;
    left: 0;
    bottom: 0;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box img {
    transition: all .5s;
    border: none;
    border-radius: 5px 5px 5px 0;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li:hover .thumb-box img {
    /*transform: scale(1.01);*/
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box .post-cat > * {
    background-color: #232323;
    display: inline-block;
    margin: 1px;
    font-size: 12px;
    padding: 2px 8px;
    opacity: .85;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li:hover .thumb-box .post-cat > * {
    opacity: 1;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box .post-cat > *:not(:first-child) {
    display: none;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box .post-cat,
.pixelify-dashboard .edd-wish-list[data-version="2"] li .thumb-box .post-cat a {
    color: #fff;
}

.pixelify-dashboard .edd-wish-list li .details-box {
    width: calc(100% - 338px);
}

.pixelify-dashboard .edd-wish-list li:nth-child(even) .thumb-box {
    float: left;
}

.pixelify-dashboard .edd-wish-list li:nth-child(even) .details-box {
    float: right;
}

.pixelify-dashboard .edd-wish-list li:nth-child(odd) .details-box {
    float: left;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li:nth-child(even) .thumb-box,
.pixelify-dashboard .edd-wish-list[data-version="2"] li:nth-child(even) .details-box,
.pixelify-dashboard .edd-wish-list[data-version="2"] li:nth-child(odd) .details-box {
    float: none;
    width: 100%;
    max-width: 100%;
}

.pixelify-dashboard .edd-wish-list li .post-title {
    margin: 0 0 10px;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li .post-title {
    line-height: 27px;
    margin-top: 10px;
    font-size: 20px;
}

.pixelify-dashboard .edd-wish-list li .post-title a {
    color: #333;
    text-decoration: none;
}

.pixelify-dashboard .edd-wish-list li .meta a,
.pixelify-dashboard .edd-wish-list li .meta {
    color: #999;
}

.pixelify-dashboard .edd-wish-list li .meta a + .date:before {
    content: " / ";
}

.pixelify-dashboard .edd-wish-list li .excerpt {
    margin-top: 20px;
}

.pixelify-dashboard .edd-wish-list[data-version="2"] li p {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #a5a5a5;
    overflow-wrap: anywhere;
}

.excerpt-1 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #a5a5a5;
    overflow-wrap: anywhere;
}


.pixelify-dashboard .edd-wish-list li .meta a {

}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-preview {
    margin: .5rem;
    min-height: 0;
    width: 22.15%;
    overflow: hidden;
}

.pixelify-dashboard #fes-zf_fes_featured_images div:nth-of-type(2) {
    width: 98%;
    padding-right: 0;
}

.pixelify-dashboard .dropzone,
.pixelify-dashboard .dropzone * {
    box-sizing: border-box;
}

.pixelify-dashboard .dropzone .dz-preview .dz-success-mark,
.pixelify-dashboard .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    height: 64px;
}

.pixelify-dashboard .dropzone .dz-preview .dz-success-mark img,
.pixelify-dashboard .dropzone .dz-preview .dz-error-mark img {
    width: 100%;
    height: 100%;
}

.pixelify-dashboard .dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 0.8;
}

.pixelify-dashboard .dz-preview .dz-image img {
    max-height: 70px;
    width: 100%;
}

.pixelify-dashboard #fes-zf_fes_featured_images div:nth-of-type(2) .dz-image img {
    width: 100%;
    max-height: 290px;
}

#edd-free-downloads-modal .modal-dialog {
    width: 900px;
    max-width: 90%;
}

.primary-sidebar .modal-dialog {
    margin-top: 5%;
}

.modal-header .close {
    width: auto;
    font-size: 30px;
}

.modal-header .close:hover {
    background: none;
}

.modal-title {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
}

#edd-free-downloads-modal .modal-left {
    background: #f8f8f8;
    text-align: center;
    padding: 3rem;
    border-radius: 3px;
    margin-left: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
}

#edd-free-downloads-modal .modal-left .edd-free-download-submit {
    height: 70px;
}

#edd-free-downloads-modal .modal-left .edd-free-download-submit span {
    text-align: center;
    padding-right: 15px;
    font-size: 20px;
}

#edd-free-downloads-modal .share-links {
    background: #fff;
    margin-bottom: 1rem;
    margin-top: 2.2rem;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #e6e6e6;
}

#edd-free-downloads-modal .share-links p {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    padding: .7rem;
}

.primary-sidebar .addthis_inline_share_toolbox {
    display: inline-block;
}

.primary-sidebar .addthis_inline_share_toolbox table {
    border: none;
    margin-bottom: 0;
}

.primary-sidebar .addthis_inline_share_toolbox .at4-jumboshare .at4-count {
    transform: scale(.5);
    margin-top: -.55rem;
}

.primary-sidebar .sidebar-social-share .widget:last-of-type,
.primary-sidebar .sidebar-social-share .widget:last-child {
    margin-bottom: 0;
}

#edd-free-downloads-modal .modal-right h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.modal-footer .btn {
    width: auto;
    color: #333;
}

.loop-pixel-small .post {
    margin-bottom: 20px;
}

.loop-pixel-small .post .wp-post-image {
    margin-bottom: 15px;
}

.loop-pixel-small .post .entry-title {
    margin-top: 0;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2px;
}

.loop-pixel-small .post .new-label + .entry-title {
    max-width: 75%;
    display: inline-block;
    line-height: 1;
}

.loop-pixel-small .featured .entry-footer a {
    color: #626d7b;
}

.loop-pixel-small .featured .entry-footer a:hover {
    color: #36cad1;
}

.loop-pixel-small:nth-child(odd) {
    clear: both;
}

.loop-pixel-small .post .cat-links {
    font-size: 13px;
    color: #999;
}

.loop-pixel-small .featured .entry-footer a {
    display: inline-block;
    margin-top: 0;
}

.primary-sidebar .modal-left a,
.content-area .primary-sidebar .modal-left a {
    font-weight: 400;
    color: #36cad1;
}

.primary-sidebar .modal-left a:not(.button):hover,
.content-area .primary-sidebar .modal-left a:not(.button):hover {
    text-decoration: underline;
}

#edd-free-downloads-modal .credit-link {
    display: block;
    margin-top: 1.8rem;
    font-size: 1.4rem;
}

.edd-free-downloads-required {
    color: red;
}

.modal-left .link-back + label {
    width: 100%;
}

.hide-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.modal .modal-header .btn-close,
#edd-wl-modal a.edd-wl-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #c4c4c4;
}

.modal .modal-header .btn-close svg,
#edd-wl-modal a.edd-wl-close svg {
    fill: rgba(112, 112, 112);
    width: 10px;
    height: 10px;
}

.modal .modal-header .btn-close:hover,
#edd-wl-modal a.edd-wl-close:hover {
    color: #333;
}

.modal .modal-header .btn-close:hover svg,
#edd-wl-modal a.edd-wl-close:hover svg {
    fill: #333;
}

.list-report-reasons li {
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 0;
}

.list-report-reasons {
    padding: 0 30px;
}

.radio-container label {
    color: #191919;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding-left: 25px;
    padding-top: 2px;
    position: relative;
    font-weight: 400;
}

.radio-container label:before {
    background: #fff;
    border: 1px solid rgba(144, 144, 144);
    border-radius: 100%;
    content: "";
    height: 14px;
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 14px;
    z-index: 2;
    box-sizing: content-box;
}

.radio-container label:after {
    background: #0057ff;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 3px;
    margin-top: -7px;
    position: absolute;
    top: calc(50% + 3px);
    transition: all .2s ease;
    width: 10px;
    z-index: 2;
    opacity: 0;
    transform: scale(0);
}

.radio-container.active label:before {
    border-color: #0057ff;
}

.radio-container input {
    display: none;
}

.radio-container input:checked + label:after {
}

.radio-container.active label:after {
    opacity: 1;
    transform: scale(1);
}

.radio-container + .hidden-row {
    display: none;
}

.radio-container.active + .hidden-row {
    display: block;
}

.list-report-reasons textarea {
    font-family: inherit;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
    padding: 10px;
    resize: none;
    scroll-padding-block: 3px;
    transition: border-color .15s linear, color .15s linear, background-color .15s linear;
    width: 100%;
}

.list-report-reasons .other-reason-container {
    width: 100%;
}

#edd-wl-modal-label + p {
    font-weight: 400;
}

#edd-wl-modal input[type="radio"] {
    cursor: pointer;
    width: 12px;
    height: 12px;
    vertical-align: -1px;
    margin-right: 5px;
}

#edd-wl-modal input[type="radio"] + label {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
}

a.edd-wl-action {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

a.edd-wl-action {
    color: #777;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a.edd-wl-action.edd-wl-button {
    border: 2px solid #E4E4E4;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
}

a.edd-wl-action.edd-wl-button:hover {
    background: #f5f5f5;
    border-color: #d7d7d7;
    color: #333;
}

a.edd-wl-action.edd-wl-button.disabled .edd-loading {
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

a.edd-wl-action.edd-wl-button .label {
    font-weight: 400;
    font-size: 14px;
}

a.edd-wl-action.edd-wl-button.disabled span.label {
    position: relative;
    color: transparent !important;
    padding-left: 35px;
}

a.edd-wl-action.edd-wl-button.disabled span.label:after {
    content: "Loading...";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99999;
    color: #333 !important;
    transform: translate(0, -50%);
}

.modal a.edd-wl-action.edd-wl-button.disabled {
    opacity: .75;
    pointer-events: none;
    cursor: default;
}

#edd-wl-modal input[type="text"] + label {
    width: 100%;
    margin-top: 15px;
}

.primary-sidebar a.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

#edd-wl-modal .messages {
    font-weight: 400;
}

.primary-sidebar .sidebar-license-info a,
#edd-wl-modal .messages a {
    color: #36cad1;
}

.primary-sidebar .sidebar-license-info a:hover,
#edd-wl-modal .messages a:hover {
    text-decoration: underline;
}

.page .collection-posts .edd-remove-from-wish-list {
    float: none;
    margin-top: 1px;
    color: #fff;
    font-size: 12px;
    background-color: #58bcb3;
    padding: 1px 6px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.page .collection-posts.edd-wish-list[data-version="2"] .edd-remove-from-wish-list {
    background-color: #e9a4b7;
}

.page .collection-posts.edd-wish-list[data-version="2"] .edd-remove-from-wish-list i {
    vertical-align: -1px;
}

.page .collection-posts .edd-remove-from-wish-list:hover {
    color: #333;
}

.followed-authors .avatar,
.followed-authors .artist-avatar {
    width: 80px;
    margin-right: 1rem;
    border-radius: 100%;
    height: 80px;
    margin-bottom: 0;
}

.author-page-info .avatar {
    border-radius: 100%;
    width: 115px;
    height: 115px;
}

.followed-authors .follow-button {
    margin-left: auto;
    display: inline-block;
}

.followed-authors li {
    display: flex;
    align-items: center;
    padding: 1rem 0 .8rem;
}

.content-area .page .fes-product-list-td a,
.content-area .fes-product-list-td a,
.fes-product-list-td a {
    color: #999;
}

.content-area .page .fes-product-list-td > a:hover,
.content-area .fes-product-list-td > a:hover,
.fes-product-list-td > a:hover {
    text-decoration: none;
}

.content-area .page .fes-product-list-td > a:hover h3,
.content-area .fes-product-list-td > a:hover h3,
.fes-product-list-td > a:hover h3 {
    color: #888;
}

.fes-product-list-td .archive-single-meta {
    font-size: 14px;
}

.page .fes-product-list-td h3,
.fes-product-list-td h3 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 700;
}

.list-authors {
    margin-bottom: 20px;
}

.list-authors .avatar {
    border-radius: 50%;
    margin-bottom: 10px;
}

.site-header .avatar,
.header-avatar {
    width: 32px;
    border-radius: 100%;
    vertical-align: -50%;
    margin-right: 1rem;
    height: 32px;
}

.profile-menu {
    position: relative;
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 1.5rem;
    float: right;
    font-size: 13px;
    vertical-align: middle;
}

.profile-menu .user-name {
    font-weight: 700;
    color: #777
}

.profile-nav {
    list-style: none;
    float: right;
    margin: -.25rem 0 0 0
}

.profile-nav ul {
    background: #fff;
    position: absolute;
    list-style: none;
    margin-left: 1rem;
    top: 3.5em;
    left: -9999px;
    opacity: 0;
    transition: .1s linear opacity
}

.profile-nav ul li:focus, .profile-nav ul li:hover {
    background: #e6e6e6
}

.profile-nav li {
    float: left;
    position: relative
}

.profile-nav li > a {
    float: left;
    padding: 10px 15px;
    text-decoration: none
}

.profile-nav li:focus > a, .profile-nav li:hover > a, .profile-nav li > a:focus, .profile-nav li > a:hover {
    outline: 0;
    text-decoration: none !important
}

.profile-nav li:focus ul, .profile-nav li:hover ul, ul.show-menu {
    left: 0;
    opacity: .99
}

.profile-nav ul li {
    float: none;
    position: static
}

.profile-nav ul a {
    float: none;
    display: block;
    transition: .1s linear all
}

.profile-nav .level-2 {
    width: 100%;
    min-width: 165px;
    z-index: 10;
    margin-top: 0.5rem;
    box-shadow: 1px 1px 3px #e6e6e6;
    border-radius: 0 0 3px 3px
}

.profile-nav .level-2 a {
    color: #323232 !important
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress {
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
}

.pixelify-dashboard .zf_fes_file #fes-font_file.dropzone .dz-preview.dz-processing {
    display: block !important;
}

.pixelify-dashboard .zf_fes_file #fes-zf_fes_file.dropzone .dz-preview.dz-processing .dz-remove,
.pixelify-dashboard .zf_fes_file #fes-font_file.dropzone .dz-preview.dz-processing .dz-remove {
    display: none;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-preview.dz-processing {
    display: inline-block !important;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.pixelify-dashboard .zf_fes_file .dropzone .dz-preview .dz-progress .dz-upload,
.zf_fes_featured_images .dropzone .dz-preview .dz-progress .dz-upload {
    background: #1ba3b3 !important;
}

#fes-zf_fes_featured_images div:nth-of-type(2) .dz-image {
    width: 100%;
    height: 260px;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone.has-image .dz-message {
    top: 120%;
}

.modal .add-new-list input[type="text"] {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 680px) {
    .hocwp .media-content .font-demos .font-tester .set-text-preview {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .hocwp .media-content .font-demos .toolbar-divider:first-of-type {
        display: none;
    }

    .hocwp .media-content .font-demos .slider {
        width: calc(100% - 182px) !important;
    }
}

@media only screen and (max-width: 480px) {
    .pixelify-dashboard .fes-fields .fes-checkbox-checklist li:not(:first-child),
    .pixelify-dashboard .fes-fields .fes-checkbox-checklist li {
        display: block;
        margin-left: 0;
    }
}


#edd_login_form fieldset, #edd_register_form fieldset {
    border: none;
    background: 0 0;
    padding: 0
}

.page-template-register .entry-content, .register-form {
    display: inline-block;
    vertical-align: top;
    padding: 0 .4rem;
    width: 100%
}

.fes-vendor-dashboard-new .entry-content {
    margin-bottom: 15px;
}

@media (min-width: 640px) {
    .page-template-register .entry-content, .register-form {
        padding: 0 1rem
    }
}

@media (min-width: 1024px) {
    .page-template-register .entry-content, .register-form {
        padding: 0 3rem
    }
}

.page-template-register .site-content {
    padding-top: 1rem
}

@media (min-width: 640px) {
    .page-template-register .site-content {
        padding-top: 3rem
    }
}

.page-template-register .entry-content {
    margin-bottom: 2rem
}

@media (min-width: 640px) {
    .page-template-register .entry-content {
        float: right
    }
}

.register-box h1,
.page-template-register .entry-content h1 {
    margin-top: 2rem;
    color: #777
}

@media (min-width: 1024px) {
    .register-box h1,
    .page-template-register .entry-content h1 {
        margin-top: 2.5rem;
        font-size: 2.5rem;
        margin-bottom: 2.5rem
    }
}

.register-box ul,
.page-template-register .entry-content ul {
    list-style: none;
    margin: 0
}

.register-box ul li,
.page-template-register .entry-content ul li {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: .5rem
}

.register-box ul li:before,
.page-template-register .entry-content ul li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon-done.svg");
    background-size: cover;
    position: absolute;
    top: .4rem;
    left: 0
}

.register-form h2 {
    color: #777
}

@media (min-width: 640px) {
    .register-form {
        border-right: 0 solid #e6e6e6
    }
}

.register-form .edd-submit {
    width: 100%;
    margin-top: .5rem
}

.register-form fieldset {
    margin-bottom: 1rem
}

.register-form-info p {
    text-align: center
}

.register-form-info p:first-of-type {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.4rem;
    padding-bottom: 1.7rem
}

#lostpasswordform legend,
#edd_login_form legend, #edd_register_form legend {
    display: none;
}

#edd_login_form {
    margin: auto;
    width: 100%;
    max-width: 650px;
}

#lostpasswordform button[type="submit"] {
    width: auto;
}

#lostpasswordform fieldset {
    border: none;
    margin: 0 0 2rem 0;
    padding: 0;
    position: relative;
}

.pixelify-login .links a,
.pixelify-lostpassword .links a {
    margin-right: 10px;
}

.pixel-signup .register-form form,
.pixelify-lostpassword form,
.pixelify-login form {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	margin: auto;
    width: 100%;
    max-width: 650px;
}

#lostpasswordform button[type="submit"],
.pixelify-lostpassword form button {
    background-color: #f00;
    color: #fff;
    transition: all .3s ease;
    border: none;
    border-radius: 3px;
}

#lostpasswordform button[type="submit"]:hover,
.pixelify-lostpassword form button:hover {
    opacity: .8;
    background-color: #db0000;
}

#fes-zf_fes_file.has-media .dz-message {
    display: none;
}

.change-avatar-form {
    text-align: center;
}

.change-avatar-form a {
    display: inline-block;
}

.modal .modal-header .modal-title {
    margin-top: 3px;
    margin-bottom: 10px;
}

#edd-wl-modal #edd-wl-modal-label {
    margin-top: 0;
}

.modal .modal-header .modal-description,
#edd-wl-modal .modal-header p {
    margin-bottom: 0;
}

.modal-dialog {
    margin-top: 5%;
}

#edd-wl-modal a.edd-wl-close {
    text-decoration: none;
    border: none;
}

.pixelify-dashboard select[name='privacy'],
#edd-wl-modal select {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: 34px;
}

.pixelify-dashboard select[name='privacy'] optgroup,
#edd-wl-modal select optgroup,
.pixelify-dashboard select[name='privacy'],
#edd-wl-modal select {
    font-size: 16px;
}

.modal-footer .btn {
    background: rgb(0, 87, 255);
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.modal-footer .btn:hover {
    background-color: rgb(0, 62, 203);
}

#edd-wl-modal .modal-footer a span,
#edd-wl-modal .modal-footer a {
    color: #333;
    display: inline-block;
}

.pixelify-dashboard table td .thumbnail-container img {
    min-width: 50px;
    display: block;
    margin-bottom: 0;
}

.edd_form label,
.account-page-form label {
    display: block;
}

.edd_form input[type="password"],
.edd_form input[type="text"],
.edd_form input[type="email"],
.edd_form input[type="url"],
.account-page-form input[type="password"],
.account-page-form input[type="text"],
.account-page-form input[type="email"],
.account-page-form input[type="url"] {
    min-width: 200px;
}

.descr-w {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.down-social {
    max-width: 780px;
    margin: 30px auto;
    height: 56px;
    display: table;
    background: #ddd;
    width: 100%;
}

.download-share-span {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 17px;
    width: 590px;
    color: #666;
}

.down-social > * {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.donate-link > img[width="1"] {
    display: none;
}

.donate-form button[type="submit"] {
    background: none !important;
    border: none !important;
}

.download-related-posts {
    margin-top: 20px;
    overflow: hidden;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.download-related-posts > * {
    float: left;
    width: 33.33%;
    padding: 15px 10px;
    box-sizing: border-box;
}

#selected_users {
    display: none;
}

#user-results {
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    border-radius: 3px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
    max-height: 270px;
    padding: 8px 0;
    overflow-y: auto;
    display: none;
}

#user-results .search-result-item,
#user-results .user-result-item {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 2px 10px 5px 10px;
    cursor: pointer;
}

#user-results .search-result-item.selected,
#user-results .user-result-item.selected,
#user-results .search-result-item:hover,
#user-results .user-result-item:hover {
    background-color: var(--message-unread-color);
    color: #fff;
}

#user-results .search-result-item img {
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 13px;
    margin-top: 2px;
}

#user-results .search-result-item .name {
    display: block;
    color: #222;
    font-weight: 700;
    font-size: 14px;
}

#user-results .search-result-item .username {
    color: #999;
    font-size: 13px;
}

#user-results .search-result-item.selected .name,
#user-results .user-result-item.selected .name,
#user-results .search-result-item.selected .username,
#user-results .user-result-item.selected .username,
#user-results .search-result-item:hover .name,
#user-results .user-result-item:hover .name,
#user-results .search-result-item:hover .username,
#user-results .user-result-item:hover .username {
    color: #fff;
}

.input-search-users {
    position: relative;
}

.input-search-users .selected-users {
    margin: 0;
}

.input-search-users .selected-users li {
    list-style: none;
    margin: 2px;
    background-color: #f5f8ff;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    height: 25px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    transition: background-color .15s linear;
    width: auto;
    border: 1px solid #dee8ff;
    color: var(--message-unread-color);
}

.input-search-users .selected-users li.search-item {
    display: flex;
    flex: 1 0 auto;
    padding: 3px 5px;
    margin: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
    background: none;
    border: none;
}

.remove-user svg {
    cursor: pointer;
    display: block;
    fill: var(--message-unread-color);
    transition: fill .15s linear;
    width: 7px;
    fill-opacity: .5;
}

.threads li.active .last-note-info p,
.threads li.pending .last-note-info p,
.threads li.pending .message-date .time,
.threads li.active .message-date .time,
.threads li.active .last-note-info .name-date,
.threads li.pending .last-note-info .name-date,
.threads li.pending,
.threads li.active {
    color: var(--message-unread-color);
}

.threads li.pending .message-date .dot,
.threads li.active .message-date .dot {
    background-color: var(--message-unread-color);
}

.threads li.active .last-note-info svg.node-reply,
.threads li.pending .last-note-info svg.node-reply {
    fill: var(--message-unread-color);
}

.remove-user svg:hover {
    fill-opacity: 1;
}

.selected-users {
    border: 1px solid #ccc;
    display: flex;
    padding: 4px;
    flex-wrap: wrap;
    border-radius: 4px;
    font-size: 13px;
}

.selected-users li.defaults {
    display: none;
}

.selected-users input[type="text"] {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    height: auto;
}

.user-result-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-result-content img {
    border-radius: 50%;
    display: block;
    height: 13px;
    width: 13px;
}

@media only screen and (min-width: 500px) {
    .download-related-posts > *:nth-child(3n+1) {
        clear: both;
    }
}

.download-related-posts > * img {
    margin-bottom: 0;
}

.download-related-posts > * h3 a {
    text-decoration: none;
    line-height: 21px;
}

.download-related-posts .wp-post-image {
    width: 100%;
    height: 240px;
}

.download-related-posts > * h3 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 6px;
}

@media only screen and (max-width: 980px) and (min-width: 700px) {
    .download-related-posts .wp-post-image {
        height: 170px;
    }
}

@media only screen and (max-width: 699px) and (min-width: 500px) {
    .download-related-posts .wp-post-image {
        height: 120px;
    }
}

@media only screen and (max-width: 499px) {
    .download-related-posts > * {
        width: 49.33%;
    }

    .download-related-posts .wp-post-image {
        height: 120px;
    }

    .download-related-posts > *:nth-child(odd) {
        clear: both;
    }

    .download-related-posts > * h3 {
        font-size: 16px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 480px) {
    .download-related-posts > * {
        width: 100%;
    }

    .download-related-posts .wp-post-image {
        height: auto;
    }

    .download-related-posts {
        max-width: 80%;
        min-width: 340px;
    }
}

#realDownloadUrl {
    display: block;
    margin: 15px auto;
}

.downloading-box,
.content-wrapper.pixelify {
    margin-top: 20px;
}

.downloading-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content-wrapper.pixelify h1 {
    margin-bottom: 5px;
}

.pixel-signin h1.entry-title,
.you-may-like-down,
.pixel-page h1.entry-title,
.pixel-dashboard h1.entry-title {
    text-align: center;
}

.entry-title .text-left {
    display: block;
    width: 100%;
}

.fes-vendor-dashboard-new .post-header h2,
.collection-title,
.collection-name {
    margin-top: 0;
}

@media only screen and (max-width: 480px) {
    .hocwp .media-content .media-download > a,
    .hocwp .media-content .media-download .download-link {
        display: block;
        width: 100%;
    }
}

.sub-sidebar .sidebar-info {
    border: none;
    border-radius: 0;
}

.media-content .media-info .details .info-row,
.sub-sidebar .sidebar-info .info-row {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 5px;
}

.sub-sidebar .sidebar-info .info-row span:first-child {
    float: left;
    width: auto;
}

.media-content .media-info .details .info-row label:first-child:before,
.media-content .media-info .details .info-row span:first-child:before,
.sub-sidebar .sidebar-info .info-row span:first-child:before {
    font-family: FontAwesome;
    margin-right: 5px;
    color: #777;
}

.media-content .media-info .details .info-row.file-date label:first-child:before,
.media-content .media-info .details .info-row.file-date span:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-date span:first-child:before {
    content: "\f073";
}

.media-content .media-info .details .info-row.file-license label:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-license span:first-child:before {
    content: "\f0f6";
}

.media-content .media-info .details .info-row.file-format label:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-format span:first-child:before {
    content: "\f1c0";
}

.media-content .media-info .details .info-row.file-designer label:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-designer span:first-child:before {
    content: "\f2c0";
}

.media-content .media-info .details .info-row.file-views label:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-views span:first-child:before {
    content: "\f06e";
}

.media-content .media-info .details .info-row.file-size label:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-size span:first-child:before {
    content: "\f1c6";
}

.media-content .media-info .details .info-row.file-downloads label:first-child:before,
.sub-sidebar .sidebar-info .info-row.file-downloads span:first-child:before {
    content: "\f0ed";
}

.sub-sidebar .sidebar-info .info-row span:last-child {
    float: right;
    font-weight: 400;
    width: auto;
    max-width: 60%;
}

.single-post .td-post-featured-image {
    display: none;
}

.widget-pixelify-post-tab .tabs {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 0;
    display: flex;
    margin-bottom: 15px !important;
    margin-left: 0;
}

.widget-pixelify-post-tab .tabs li {
    float: left;
    margin: 0 !important;
    border-right: 1px solid rgba(0, 0, 0, .05);
    padding: 5px 10px !important;
    flex: 1 1 0;
    text-align: center;
    list-style: none;
    border-top: none !important;
    line-height: 30px;
}

.widget-pixelify-post-tab .tabs li:last-child {
    border-right: none;
}

.widget-pixelify-post-tab .tabs li:last-child {
    border-right: none;
}

.widget-pixelify-post-tab .tabs li:hover,
.widget-pixelify-post-tab .tabs li.active {
    background-color: #f5f5f5;
}

.widget-pixelify-post-tab li a {
    color: var(--message-read-color);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.widget-pixelify-post-tab .tab-pane {
    display: none;
}

.widget-pixelify-post-tab .tab-pane.active {
    display: block;
}

.widget-pixelify-post-tab .list-item {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.widget-pixelify-post-tab .list-item:last-child {
    border-bottom: none;
}

.widget-pixelify-post-tab .list-item .post-thumb {
    float: left;
    width: 38%;
    margin-right: 10px;
}

.widget-pixelify-post-tab .list-item .post-title {
    font-size: 16px;
    text-transform: none;
    margin-top: 0;
    clear: none;
    margin-bottom: 5px;
    line-height: 28px;
}

.widget .font-lists .list-posts .list-item .tags a,
.widget-pixelify-post-tab .list-item .post-title a {
    text-decoration: none;
}

.widget .font-lists .list-posts .list-item .tags {
    position: relative;
    margin-top: 1px;
    overflow: hidden;
    display: none;
}

.widget .font-lists .list-posts .list-item .tags:before {
    content: "";
    background-color: #c4c4c4;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -2px;
}

.widget .font-lists .list-posts .list-item .tags a {
    font-size: 16px;
}

.box.related-posts .inner > h2 {
    color: #000000;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
}

.box.related-posts .inner > h2 span {
    background-color: #fff;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 500;
}

.box.related-posts .inner > h2:after {
    content: "";
    background-color: #000000;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    left: 0;
    z-index: 499;
}

.box.related-posts .list-posts {
    overflow: hidden;
}

.box.related-posts .list-posts .post-item {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.box.related-posts .list-posts .post-item > a {
    display: block;
}

.box.related-posts .list-posts .post-item .wp-post-image {
    max-height: 177px;
}

.custom-pagination {
    text-align: center;
    line-height: 33px;
    margin: 20px 0;
}

.custom-pagination > * {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #303030;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
}

.custom-pagination > .dots + .page-numbers:not(.next),
.custom-pagination > .link-item.last-item,
.custom-pagination > .hidden-item + .link-item {
    display: none;
}

.custom-pagination > a:hover {
    text-decoration: none;
    background-color: #e0e0e1;
}

.custom-pagination > .page-numbers.current,
.custom-pagination > .current-item {
    background-color: #523ee8;
    color: #fff;
}

.custom-pagination > * ~ * {
    margin-left: 10px;
}

.custom-pagination > span:not(.current-item) {
    color: #aeaeaf;
    cursor: default;
}

.fes-fields .multiselect-container {
    display: block;
    position: static;
    box-shadow: none;
    max-height: 683px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 25px;
}

.fes-fields .multiselect-container .multiselect-option {
    display: block;
    border: none;
    background: none;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 5px;
}

.fes-fields .multiselect-container .multiselect-option.level-2,
.fes-fields .multiselect-container .multiselect-option.level-1 {
    margin-left: 20px;
}

.fes-fields .multiselect-container .multiselect-option span.form-check {
    padding: 0 5px;
    display: block;
}

.fes-fields .multiselect-container .multiselect-option input {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: -1px;
}

.fes-fields .multiselect-container .multiselect-option label {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 0 2px;
}

.fes-fields button.multiselect {
    display: none;
}

.fes-fields .multiselect-native-select,
.fes-fields .btn-group {
    display: block;
    width: 100%;
}

.font-box .demo .custom-text {

}

.font-box.has-charmap .demo .custom-text:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to left, #fff 23%, rgba(255, 255, 255, 0) 33%);
    pointer-events: none;
    z-index: 499;
}

.font-box .modal-mask,
.font-box .modal-mask-radial {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.admin-bar .font-box .modal-mask,
.admin-bar .font-box .modal-mask-radial {
    padding-top: 50px;
}

.font-box .ml-auto {
    margin-left: auto;
}

.font-box .text-light1 {
    color: #B3B3B3;
}

.font-box .modal-mask-radial {
    background: radial-gradient(ellipse at center, rgba(181, 189, 200, 0.5) 0%, rgba(130, 140, 149, 0.5) 36%, rgba(40, 52, 59, 0.5) 100%)
}

.font-box .modal-wrapper {
    display: block;
    vertical-align: middle;
    max-width: 875px;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
    .font-box .modal-wrapper {
        width: 95%;
    }
}

.font-box .modal-footer {
    height: 0;

}

.font-box .modal-container .modal-close-icon {
    position: absolute;
    color: #fff;
    margin: 1rem;
    right: 20px;
    top: 20px;
}

.font-box .modal-container {
    min-width: 200px;
    max-width: 100vw;
    max-height: 90vh;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all .3s ease;
    color: #212529;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 800px) {
    .font-box .modal-container {
        padding: 30px 40px;
    }
}

.font-box button.circle,
.font-box .button.circle {
    border-radius: 50%/50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.font-box button.black,
.font-box .button.black {
    background: #000;
    color: #fff;
}

.font-box button.black svg,
.font-box .button.black svg {
    color: white;
}

.font-box .modal-header {
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: none;
}

.font-box .modal-header > h2 {
    font-weight: 700;
    line-height: 3px;
    margin-top: 2px;
}

.fes-vendor-dashboard-new .post-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fes-vendor-dashboard-new .post-header .user-actions a {
    background-color: #e9a4b7;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    opacity: .85;
    transition: all .2s;
}

.fes-vendor-dashboard-new .post-header .user-actions a:hover {
    opacity: 1;
}

.fes-vendor-dashboard .followed-authors .follow-button {
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all .2s;
    user-select: none;
}

.fes-vendor-dashboard .followed-authors .follow-button.disabled,
.fes-vendor-dashboard .followed-authors .follow-button:hover {
    background-color: #e12626;
    color: #fff;
    border-color: #e12626;
}

.fes-vendor-dashboard .followed-authors .follow-button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5;
}

.font-box .text-normal {
    font-size: 1.5rem;
}

.font-box div.list {
    max-height: none;
}

.font-box .modal-body {
    margin: 20px 0;
    flex-grow: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.content-wrap + .comments-area .comment-list .children li.pingback,
.content-wrap + .comments-area .comment-list .children li.comment {
    border-top: none !important;
    padding-left: 0 !important;
}

.content-wrap + .comments-area .comment .comment-content,
.content-wrap + .comments-area .comment .comment-meta,
.content-wrap + .comments-area .comment .comment-respond {
    margin-left: 0 !important;
}


@media (min-width: 800px) {
    .font-box .modal-large {
        width: 700px;
    }
}

.font-box .flex-center {
    display: flex;
    align-items: center;
}

.font-box .buffer-top {
    margin-top: 2rem;
}

.font-box .demo .action-buttons {
    position: absolute;
    right: 15px;
    top: 63%;
    z-index: 499;
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
}

.font-box .font-charmap-dialog .list {
    display: flex;
    flex-wrap: wrap
}

.font-box .font-charmap-dialog .list > div {
    display: block;
    float: none
}

@supports (display: grid) {
    .font-box .font-charmap-dialog .list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr))
    }

    .font-box .font-charmap-dialog .list > div {
        width: auto;
        height: auto;
    }
}

.font-box .font-charmap-dialog .chars {
    text-align: center;
    margin: 4px auto;
    padding: 0
}

.font-box .font-charmap-dialog .chars div {
    padding: 6px;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    min-width: 100px;
    max-width: 200px;
    margin: 6px;
    transition: all .2s ease;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 1000px) {
    .font-box .font-charmap-dialog .chars div {
        min-width: 0;
        max-width: 80px;
    }

    .page-charmap .font-box .font-charmap-dialog .chars div {
        max-width: 100%;
    }
}

.font-box .font-charmap-dialog .chars div:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer
}

.font-box .font-charmap-dialog .chars div:active {
    background: #eee;
    box-shadow: none
}

.font-box .font-charmap-dialog .chars div b {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 20px;
    padding: 2px;
    background: #ccc;
    color: #ffffff;
    font-family: sans-serif !important
}

.font-box .font-charmap-dialog .chars div span {
    flex-grow: 1;
    user-select: none;
    overflow: hidden;
    display: block;
    min-height: 1em;
    position: relative;
    color: #333
}

.font-box .demo .action-buttons button {
    border: none;
    border-radius: 50%/50%;
    width: 60px;
    height: 60px;
    line-height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 2px;
    padding: 0;
    background-color: #E6E6E6;
}

.font-box .demo .action-buttons button:hover {
    text-decoration: none;
    filter: brightness(90%);
}

.v2 .font-box .demo .font-name {
    overflow: hidden;
}

.v2 .font-box .demo.demo-text .font-name {

}

.font-box .demo .font-name a {
    text-decoration: none;
}

.font-box .demo:not(.demo-text) .font-name a {
    color: transparent;
}

.v2 .font-box .demo {
    background-color: rgba(0, 0, 0, 0);
    background-position: left center;
    background-repeat: no-repeat;
}

.font-box .demo .font-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 788px) {
    .box.related-posts .list-posts .post-item .wp-post-image {
        max-height: 135px;
    }

    #glyph-full.active {
        overflow-y: scroll;
    }

    #glyphContainer {
        flex-direction: column !important;
    }

    #glyphInfo {
        border-left: none !important;
        border-top: 1px solid rgb(200, 200, 200);
    }
}

@media screen and (min-width: 700px) {
    .eltd-column-inner .nav .sort-post form p {
        margin-top: 0;
    }
}

@media only screen and (min-width: 600px) {
    .box.related-posts .list-posts .post-item:nth-child(3n) {
        margin-right: 0;
    }

    .box.related-posts .list-posts .post-item:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 599px) {
    .box.related-posts .list-posts .post-item {
        width: 48%;
        margin-right: 4%;
    }

    .pixelify-dashboard .edd-wish-list li .thumb-box,
    .pixelify-dashboard .edd-wish-list li .details-box {
        width: 100%;
    }

    .pixelify-dashboard .edd-wish-list li .thumb-box {
        margin-bottom: 20px;
    }

    .box.related-posts .list-posts .post-item .wp-post-image {
        max-height: 177px;
    }

    .box.related-posts .list-posts .post-item:nth-child(odd) {
        clear: both;
    }

    .box.related-posts .list-posts .post-item:nth-child(even) {
        margin-right: 0;
    }

    .eltd-column-inner .nav .sort-post {
        float: none !important;
    }
}

.box.related-posts .list-posts .post-item .wp-post-image {
    width: 100%;
}

.box.related-posts .list-posts .post-item h3 {
    font-size: 16px;
    margin-top: 5px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: 700;
}

.box.related-posts .list-posts .post-item h3 a {
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .box.related-posts .list-posts .post-item .wp-post-image {
        max-height: 130px;
    }
}

[is=flynt-block-redirect] {
    background-color: #e7eff3;
    color: #576274;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    text-align: center
}

[is=flynt-block-redirect], [is=flynt-block-redirect] .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[is=flynt-block-redirect] .bar > span {
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 10
}

[is=flynt-block-redirect] .bar > span:first-child {
    background-color: #576274;
    opacity: .1
}

[is=flynt-block-redirect] .bar > span:last-child {
    background-color: #4cc499;
    -webkit-transition: width 10s linear;
    transition: width 10s linear;
    width: 0
}

[is=flynt-block-redirect] .bar-isActive > span:last-child {
    width: 100%
}

[is=flynt-block-redirect] .h1, [is=flynt-block-redirect] .h2, [is=flynt-block-redirect] .h3, [is=flynt-block-redirect] .h4, [is=flynt-block-redirect] .h5, [is=flynt-block-redirect] .h6, [is=flynt-block-redirect] h1, [is=flynt-block-redirect] h2, [is=flynt-block-redirect] h3, [is=flynt-block-redirect] h4, [is=flynt-block-redirect] h5, [is=flynt-block-redirect] h6 {
    margin-bottom: 1.025rem
}

[is=flynt-block-redirect] .logo {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 210px;
    width: auto
}

@media (min-width: 480px) {
    [is=flynt-block-redirect] .logo {
        margin-bottom: 6px;
        max-width: 280px
    }
}

[is=flynt-block-redirect] .logo svg {
    max-width: 100%
}

[is=flynt-block-redirect] .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10
}

[is=flynt-block-redirect] .main-footer, [is=flynt-block-redirect] .main-header {
    height: 50%
}

[is=flynt-block-redirect] .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 24px
}

@media (min-width: 480px) {
    [is=flynt-block-redirect] .main-header {
        padding-bottom: 50px
    }
}

[is=flynt-block-redirect] .main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1px
}

[is=flynt-block-redirect] .main-footer > :last-child {
    margin-bottom: 0
}

[is=flynt-block-redirect] .ads {
    margin-bottom: 20px
}

@media (min-width: 480px) {
    [is=flynt-block-redirect] .ads {
        margin-bottom: 15px
    }
}

[is=flynt-block-redirect] .ads > * {
    margin: 0
}

[is=flynt-block-redirect] .ads .container {
    padding: 0
}

[is=flynt-block-redirect] .background {
    color: #576274;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 300px;
    left: -15px;
    opacity: .1;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 480px) {
    [is=flynt-block-redirect] .background {
        font-size: 438px
    }
}

[is=flynt-block-redirect] .paragraph,
[is=flynt-block-redirect] dd,
[is=flynt-block-redirect] dl,
[is=flynt-block-redirect] figure,
[is=flynt-block-redirect] ol,
[is=flynt-block-redirect] p,
[is=flynt-block-redirect] table,
[is=flynt-block-redirect] ul {
    margin: 0 0 1.625rem;
}

@media (min-width: 480px) {
    [is=flynt-block-redirect] .h2,
    [is=flynt-block-redirect] h2 {
        font-size: 2.25rem;
        line-height: 1.38;
    }
}