body .font-lists {
    margin-top: 0;
    margin-bottom: 20px;
}

.font-lists .row-content {
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.font-lists .entry-content {
    padding: 10px 0 0;
    min-height: 250px;
}

.font-lists .entry-content .ads-box {
    max-width: 30%;
    text-align: right;
    margin-right: 0 !important;
    position: static;
}

.font-lists .entry-content .left-box {
    width: 65% !important;
    float: left;
    color: #5a5a64;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 57px;
    min-height: 250px;
}

.font-lists .entry-content .ads-box img {
    margin-top: 0;
    margin-bottom: 0;
}

.font-lists .entry-content h2 {
    font-size: 2.5em;
    line-height: 55px
}

.font-lists .tabs {
    margin-top: -21px;
}

.font-lists .tabs ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

.font-lists .tabs li:first-child {
    margin-left: 0;
}

.font-lists .tabs .heading {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 25px;
}

.clearfix:before,
.clearfix:after,
.list-posts:after,
.list-posts:before {
    content: "";
    clear: both;
    display: table;
}

.font-lists .text-center {
    text-align: center;
}

.for-mobile {
    display: none;
}

.font-lists .tabs li {
    display: inline-block;
    list-style: none;
}

.font-lists .tabs li ~ li {
    margin-left: 6px;
}

.font-lists .tabs li a {
    background-color: #fff;
    display: block;
    border: 1px solid #6f74ec;
    border-radius: 5px;
    line-height: 19px;
    font-size: 16px;
    padding: 10px 15px;
    color: #5e4cdd;
    text-decoration: none;
}

.font-lists .tabs li.active a,
.font-lists .tabs li a:hover {
    background-color: #6f74ec;
    color: #fff;
}

.font-lists .list-posts .list-item {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.font-lists .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: auto;
    max-width: none;
}

.font-lists .list-posts .post-thumb {
    position: relative;
	overflow: hidden;
    max-height: 268px;
}

.font-lists .list-posts .post-thumb span.follow {
    background-color: #5e5e5e;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 3px;
    z-index: 499;
    opacity: .8;
    cursor: pointer;
    display: none;
    transition: all .5s;
}

.font-lists .list-posts .post-thumb span.follow:hover {
    opacity: 1;
}

.font-lists .list-posts.collection-posts .post-thumb span.follow {
    display: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.font-lists .list-posts .list-item:hover .post-thumb span.follow {
    display: block;
}

.font-lists .list-posts .post-thumb .follow i {
    color: #fff;
}

@media only screen and (min-width: 1000px) {
    .font-lists .list-posts:not([data-column="3"]) .list-item:nth-child(4n+1) {
        clear: both;
    }

    .font-lists .list-posts:not([data-column="3"]) .list-item:nth-child(4n) {
        margin-right: 0;
    }
}

.font-lists .list-item .post-thumb img {
    width: 100%;
    height: auto;
  }

.font-lists .list-posts .list-item .post-title {
    font-size: 16px;
    line-height: 22px;
    margin: 8px 0 0;
}

.font-lists .list-posts .list-item .post-title a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: block;
    text-decoration: none;
    font-size: 21px;
    line-height: 26px;
}

.font-lists .list-posts .list-item .tags {
    position: relative;
    color: #b4b4b4;
}

.font-lists .list-posts .list-item .tags:before {

    background-color: #c4c4c4;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -2px;
}

.font-lists .list-posts .list-item .tags a {
    color: #b4b4b4;
    font-size: 16px;
    text-decoration: none;
}

.font-lists .btn-load-more {
    margin-top: 20px;
    margin-bottom: 50px;
    border: transparent;
    background: #36CAD1;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 36px;
    line-height: 22px;
    color: #ffffff;
}

.font-lists .btn-load-more:hover {
    background-color: #303030;
    border-color: #303030;
    outline: 0;
}

.font-lists img.img-loading,
.font-lists img.loading {
    margin: 0 auto;
    height: 90px;
    display: none;
}

.font-lists img.img-loading.active,
.font-lists img.loading.active {
    display: block;
}

.font-lists label[for="listFilter"],
.font-lists label[for="listFilter"] select#listFilter {
    width: 100%;
}

.font-lists label[for="listFilter"] select#listFilter {
    border: 2px solid #ddd;
    padding: 10px;
    line-height: 1;
    height: auto;
    background: #fff;
}

.font-lists .hocwp-pagination li .page-numbers,
.font-lists .hocwp-pagination > * {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #303030;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    background: none;
    border: none;
}

.font-lists .hocwp-pagination > .link-item.last-item,
.font-lists .hocwp-pagination > .hidden-item + .link-item {
    display: none;
}

.font-lists .hocwp-pagination li a.page-numbers:hover,
.font-lists .hocwp-pagination > a:hover {
    text-decoration: none;
    background-color: #e0e0e1;
}

.font-lists .hocwp-pagination .page-numbers.current,
.font-lists .hocwp-pagination > .current-item {
    background-color: #523ee8;
    color: #fff;
    background-image: none;
    border: none;
}

.font-lists .hocwp-pagination > * ~ * {
    margin-left: 10px;
}

.font-lists .hocwp-pagination li span.page-numbers,
.font-lists .hocwp-pagination > span:not(.current-item) {
    color: #aeaeaf;
    cursor: default;
}

.page-charmap h1 {
    font-size: 40px;
    margin-bottom: 5px;
}

.page-charmap .entry-content {
    margin-top: 20px;
}

.page-charmap .entry-content .font-preview {
    font-size: 38px;
    line-height: 45px;
}

.page-charmap .font-demos .font-header-tools {
    margin-bottom: 30px;
}

.page-charmap .font-demos .tools {
    background: none;
    border: none;
    box-shadow: none;
    justify-content: center;
    display: flex;
}

.page-charmap .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-charmap .font-demos .tools .single-input-text {
    max-width: 25%;
}

.page-charmap .tools .range-sec {
    padding: 0 20px;
}

.page-charmap .tools > div:last-child,
.page-charmap .font-demos .tools > div {
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
}

.page-charmap .tools .range-sec input {
    width: 400px;
}

.page-charmap .tools .range-sec span {
    font-size: 13px;
    color: #3e3e3e;
    display: inline-block;
    margin-right: 20px;
}

.page-charmap .font-demos .range-sec > span:first-child {
    display: none;
}

.page-charmap .font-demos .font-name .name,
.page-charmap .media-content .font-demos .font-entry .font-entry-head .font-name .name {
    background: #f8f8f8 none repeat scroll 0 0;
}

.page-charmap .font-demos .font-name .name,
.page-charmap .media-content .font-demos .font-entry .font-entry-head .font-name > *:not(.size-slider) {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(62, 62, 62, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(62, 62, 62, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(62, 62, 62, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(62, 62, 62, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #3e3e3e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #979797
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3e3e3e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #979797
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #3e3e3e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #979797
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.tools > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dadce0;
}

.conversation-header .tools > div {
    border: none;
}

.tools > div, .tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.font-preview {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: static;
    width: 100%;
}

.row-space, .sticky-top.tools-sec, .list-font-family .font-family__list, .list-font-family .fonts-found, .same-cat-fonts, .links .post-categories, .character-maps-box .text-normal, .single .font-preview, .font-demos .font-header-tools {
    margin-bottom: 30px;
}

.font-demos .font-preview {
    flex-direction: column;
}

.font-single-preview .font-preview-text {
    font-size: 68px;
    line-height: 168px;
}

.row-space, .sticky-top.tools-sec, .list-font-family .font-family__list, .list-font-family .fonts-found, .same-cat-fonts, .links .post-categories, .character-maps-box .text-normal, .single .font-preview, .font-demos .font-header-tools {
    margin-bottom: 30px;
}

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

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

.links .post-categories {
    list-style: none;
    padding: 0;
}

.cat-links .links a {
    background: #0a4b78;
    padding: 7px 10px;
    line-height: 1;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 5px;
}

.content-sidebar .font-demos h3, .hocwp .media-content {
    box-sizing: border-box;
    color: #878f9a;
}

div.sticky2 {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: yellow;
}

.back-to-page .fa-external-link {
    transform: scaleX(-1);
}

.hocwp .media-content .media-download > a.back-to-page {
    background-color: #de9699;
}

.hocwp .media-content .media-download > form + a.back-to-page {
    margin-left: 8px;
}

.fonts-box .sort-post form {
    display: flex;
    justify-content: center;
}

.fonts-box .sort-post form p {
    background-color: #f6d0d0;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.fonts-box .sort-post form select:focus, .fonts-box .sort-post form select {
    background: 0 0;
    border: none;
    width: auto;
    outline: none;
    cursor: pointer;
}

.fes-vendor-dashboard,
.term-description,
.category .sticky-top {
    margin: 0 auto;
}

.fonts-box .sort-post form {
    margin-top: 12px;
    margin-bottom: 18px;
}


@media screen and (min-width: 1000px) {
    .author .term-description,
    .page .term-description,
    .category .term-description {
        max-width: 80%;
    }

    .category .sticky-top {
        max-width: 90%;
    }

    .fes-vendor-dashboard {
    }

    .pixelify-dashboard.your-downloads .fes-vendor-dashboard,
    .pixelify-dashboard.products .fes-vendor-dashboard {
        max-width: 86%;
    }
}

#glyph-full {
    z-index: 2;
    box-shadow: 0 -5px 10px -6px #CCC;
    height: 230px;
    background-color: white;
    display: none;
}

#glyph-full.active {
    display: flex;
}

#glyphContainer {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

#glyph-display {
    margin-right: 50px;
    min-width: 300px;
    flex-shrink: 0;
}

#glyph, #glyph-bg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 5px;
}

#glyph-display canvas {
    float: right;
    display: block;
    margin-left: auto;
    z-index: 4;
    position: relative;
}

#glyphInfo {
    opacity: 0.7;
    display: inline-block;
    height: 210px;
    border-left: 1px solid #c8c8c8;
}

#infoGlyph {
    margin-left: 30px;
    min-width: 300px;
}

#infoGlyph_info {
    vertical-align: middle;
    font-size: 50px;
    padding: 0 15px 0 13px;
    z-index: 5;
    font-size: 16px;
    display: inline-block;
    min-width: 250px;
}

#titleGlyph {
    font-size: 35px;
}

#infoGlyph_info .glyph {
    font-size: 35px;
    display: inline-block;
}

#unicodeGlyph {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    min-width: 75px;
}

#infoGlyph_info button {
    line-height: 2;
    display: inline-flex;
    bottom: 4px;
    position: relative;
    cursor: pointer;
    padding: 0 15px 0 13px;
    align-items: center;
    font-size: 16px;
}

#infoGlyph_info button img {
    max-width: 100%;
    height: auto;
}

#infoGlyph_copy {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: 15px;
    cursor: pointer;
    color: grey;
}

.copyAlert {
    opacity: 0;
    font-size: 12px;
    vertical-align: middle;
}

.copyAlert.animated {
    opacity: 1;
}

#glyph-hide {
    opacity: 0.3;
    font-size: 50px;
    z-index: 5;
    cursor: pointer;
    float: right;
    top: 0;
    right: 0;
    margin-top: -150px;
}

#glyph-data {
    float: right;
    margin-right: 50px;
    display: flex;
    flex-flow: column nowrap;
    height: 230px;
}


@media (min-width: 1200px) and (max-width: 1499px),
       (min-width: 1000px) and (max-width: 1199px),
       (max-width: 699px) {
  .font-lists .list-item .post-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2; 
    display: block;
    object-fit: cover;
  }
}



@media only screen and (min-width: 1500px) {
    .home .header--row.layout-contained,
    .page-font-lists .header--row.layout-contained,
    .home .td-container,
    .home .tdc-row,
    .home .tdc-row-composer,
    .page-font-lists .container,
    .font-lists .container,
    .page-font-lists .td-container,
    .page-font-lists .tdc-row,
    .page-font-lists .tdc-row-composer {
        max-width: 1440px;
        width: 1440px;
    }

    .font-lists .list-posts .list-item {

    }



    .font-lists .list-posts[data-column="3"] .list-item {
        width: 32.6%;
    }

    .font-lists .list-posts[data-column="3"] .list-item:nth-child(3n) {
        margin-right: 0;
    }

    .font-lists .list-posts[data-column="3"] .list-item:nth-child(3n+1) {
        clear: both;
    }
}

@media (min-width: 1000px) and (max-width: 1499px) {
    .font-lists .container {
        width: auto;
        max-width: 1360px;
    }
}





@media (min-width: 960px) and (max-width: 999px) {
    .font-lists .container {
        max-width: 1200px;
    }

    .font-lists .list-posts .list-item:nth-child(3n) {
        margin-right: 0;
    }

    .font-lists .list-posts .list-item:nth-child(3n+1) {
        clear: both;
    }

    .font-lists .list-posts .list-item {
        width: 32%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 980px) {
    .search-bar .search-bar-wrap {
        max-width: 95%;
        padding: 0;
        margin: 15px auto;
    }

    .inbox-container {
        display: block;
        height: auto;
        max-height: none;
    }

    .inbox-content {
        max-width: 100%;
        padding-top: 20px;
    }

    .conversation-header .tools svg {
        width: 14px;
        height: 14px;
    }

    .conversation-header .tools > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .conversation-header {
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid #ededed;
    }

    .conversation-body {
        padding-left: 0;
        padding-right: 0;
    }

    .conversation-wrap .conversation-footer .conversation-reply,
    .conversation-wrap .conversation-footer .conversation-reply > * {
        display: block;
    }

    .conversation-list > li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .conversation-wrap .conversation-footer .btn-reply {
        margin-left: 0;
    }

    .inbox-content {
        margin-bottom: 20px;
    }

    .modal.in .modal-dialog,
    .modal-dialog {
        margin-top: 15%;
    }
}

@media (min-width: 700px) and (max-width: 959px) {
    .font-lists .container {
        max-width: 695px;
    }

    .font-lists .list-posts .list-item:nth-child(even) {
        margin-right: 0;
    }

    .font-lists .list-posts .list-item:nth-child(odd) {
        clear: both;
    }

    .font-lists .list-posts .list-item {
        width: 49%;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 959px) {
    .font-lists .tabs > ul {
        display: none;
    }

    .font-lists .tabs #listFilter {
        display: block;
    }

    .font-lists .entry-content {
        padding: 0;
        overflow: hidden;
    }

    .ad_header_banner_desktop {
        overflow: hidden;
        display: none;
    }

    .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
        margin-top: 0;
    }

    .font-lists .entry-content .left-box {
        margin-bottom: 15px;
        min-height: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 699px) {
    .font-lists .container {
        width: auto;
    }

    .font-lists .list-posts .list-item {
        width: 100%;
        margin-right: 0;
    }

    .font-lists .entry-content .alignright.ads-box {
        margin-left: 0;
        float: none;
        max-width: none;
        width: auto;
    }

    .font-lists .entry-content .alignright.ads-box img {
        margin-left: 0;
        margin-right: 0;
    }



    .font-lists .entry-content .left-box {
        width: 100% !important;
        max-width: none;
    }

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

    .conversation-wrap .conversation-footer .conversation-reply textarea {
        max-width: 100%;
        width: 100%;
    }

    .conversation-wrap .conversation-footer .conversation-reply, .conversation-wrap .conversation-footer .conversation-reply > * {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .conversation-header .tools > div.archive,
    .conversation-header .tools > div.block {
        display: none;
    }
}