/*
Theme Name: Newzine
Theme URI: https://garudatheme.com/collections/newzine
Author: Garudatheme
Author URI: https://garudatheme.com
Description: News Magazine & Blog WordPress Theme
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.0
Text Domain: newzine
Tags: news, magazine, blog, responsive, clean, modern, fast, customizable
*/

:root {
    --color-primary: #d81919;
    --color-primary-hover: #970c0c;
    --secondary-color: #333333;
    --background-color: #ffffff;
    --color-text: #212324;
    --color-summary: #626262;
    --font-body: "Inter", sans-serif;
    --font-menu: "Inter", sans-serif;
    --font-meta: "Inter", sans-serif;
    --font-heading: "Inter", sans-serif;
    --font-title: "Inter", sans-serif;
    --font-content: "Roboto Serif", serif;
    --logo-size: 36px;
    --logo-size-mobile: 32px;
    --trending-martop: 0px;
    --trending-martop-mobile: 0px;
    --trending-marbot: 25px;
    --trending-marbot-mobile: 20px;
    --featposts-martop: 0px;
    --featposts-martop-mobile: 0px;
    --featposts-marbot: 40px;
    --featposts-marbot-mobile: 25px;
    --edichoice-martop: 0px;
    --edichoice-martop-mobile: 0px;
    --edichoice-marbot: 40px;
    --edichoice-marbot-mobile: 25px;
    --recommend-martop: 0px;
    --recommend-martop-mobile: 0px;
    --recommend-marbot: 40px;
    --recommend-marbot-mobile: 25px;
    --threecat-martop: 0px;
    --threecat-martop-mobile: 0px;
    --threecat-marbot: 40px;
    --threecat-marbot-mobile: 25px;
    --mainsec-martop: 0px;
    --mainsec-martop-mobile: 0px;
    --mainsec-marbot: 0px;
    --mainsec-marbot-mobile: 0px;
    --cusecone-martop: 0px;
    --cusecone-martop-mobile: 0px;
    --cusecone-marbot: 0px;
    --cusecone-marbot-mobile: 0px;
    --cusectwo-martop: 0px;
    --cusectwo-martop-mobile: 0px;
    --cusectwo-marbot: 0px;
    --cusectwo-marbot-mobile: 0px;
    --cusecthree-martop: 0px;
    --cusecthree-martop-mobile: 0px;
    --cusecthree-marbot: 0px;
    --cusecthree-marbot-mobile: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--background-color);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65em;
    color: var(--color-text);
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
blockquote,
pre,
figure {
    display: block;
    line-height: 1.65em;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 27px;
    line-height: 1.3em;
}

h2 {
    font-size: 24px;
    line-height: 1.4em;
}

h3 {
    font-size: 22px;
    line-height: 1.4em;
}

h4 {
    font-size: 21px;
    line-height: 1.4em;
}

h5 {
    font-size: 20px;
    line-height: 1.5em;
}

h6 {
    font-size: 18px;
    line-height: 1.5em;
}

ul,
ol {
    padding: 0 0 0 20px;
}

ul > li,
ol > li {
    margin: 0 0 8px 0;
}

blockquote {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.04);
    padding: 20px 20px 20px 60px;
}

blockquote::before {
    content: url('data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2232%22%20height=%2232%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-quote-open%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M14%2013h4a1%201%200%200%201%201%201v3a1%201%200%200%201%20-1%201h-3a1%201%200%200%201%20-1%20-1v-6q%200%20-4%204%20-5%22%20/%3E%3Cpath%20d=%22M5%2013h4a1%201%200%200%201%201%201v3a1%201%200%200%201%20-1%201h-3a1%201%200%200%201%20-1%20-1v-6q%200%20-4%204%20-5%22%20/%3E%3C/svg%3E');
    position: absolute;
    top: 20px;
    left: 15px;
    opacity: 0.2;
}

blockquote > p {
    margin: 0 0 15px 0;
}

blockquote > p:last-child {
    margin: 0;
}

blockquote > cite {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    color: var(--color-summary);
}

pre {
    background: #101010;
    color: rgba(255, 255, 255, 0.68);
    padding: 15px 20px 15px 20px;
}

figure > figcaption {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4em;
    color: var(--color-summary);
    margin: 8px 0 0 0;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="submit"],
textarea,
select,
button {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-text);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    outline: 0;
    padding: 10px 18px;
    transition: all ease-in-out 0.2s;
}

input[type="submit"],
button {
    background: var(--color-primary);
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
    background: var(--color-primary-hover);
}

select {
    -webkit-appearance: none;
    background: #ffffff
        url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNMTEuOTk5NyAxMy4xNzE0TDE2Ljk0OTUgOC4yMjE2OEwxOC4zNjM3IDkuNjM1ODlMMTEuOTk5NyAxNS45OTk5TDUuNjM1NzQgOS42MzU4OUw3LjA0OTk2IDguMjIxNjhMMTEuOTk5NyAxMy4xNzE0WiIgZmlsbD0icmdiYSgzMywzMywzMywxKSI+PC9wYXRoPjwvc3ZnPg==")
        no-repeat right 16px top 55%;
    padding-right: 40px;
}

table,
.wp-block-table table {
    border: 0;
    border-collapse: collapse;
}

table thead,
.wp-block-table table thead {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

table tfoot,
.wp-block-table table tfoot {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
}

table th,
table td,
.wp-block-table table th,
.wp-block-table table td {
    line-height: 1.4em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 8px 12px;
    text-align: left;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: var(--font-title);
}

.entry-content h1 > a,
.entry-content h2 > a,
.entry-content h3 > a,
.entry-content h4 > a,
.entry-content h5 > a,
.entry-content h6 > a {
    background-image: linear-gradient(var(--color-primary), var(--color-primary));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 2px;
    color: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.entry-content h1 > a:hover,
.entry-content h2 > a:hover,
.entry-content h3 > a:hover,
.entry-content h4 > a:hover,
.entry-content h5 > a:hover,
.entry-content h6 > a:hover {
    color: var(--color-primary);
}

.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.entry-content.nze-font-sm {
    font-size: 14px!important;
}

.entry-content.nze-font-lg {
    font-size: 18px!important;
}

/* Slick Start */
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
    display: block;
}
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    background: #212121;
    border: 0;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    transition: all ease-in-out 0.2s;
}
.slick-arrow.next {
    left: auto;
    right: 13px;
}
.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.slick-arrow > svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: #ffffff;
}
ul.slick-dots {
    display: block;
    display: table;
    list-style: none;
    line-height: 1em;
    margin: 40px auto 0 auto;
    padding: 0;
}
ul.slick-dots > li {
    float: left;
    margin: 0 6px;
}
ul.slick-dots > li > button {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    transition: all ease-in-out 0.2s;
}
ul.slick-dots > li.slick-active > button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}
/* Slick End */

.nze-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--color-primary);
    z-index: 9999;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

.nze-container {
    display: block;
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.nze-outwrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nze-advsticky {
    position: sticky;
    top: 110px;
    width: 160px;
    height: 600px;
}

.nze-advsticky > .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    cursor: pointer;
}

.nze-advsticky > .close-btn > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
}

.nze-mainwrapper {
    width: calc(1180px + 60px);
    padding: 0 30px;
}

.nze-header-wrapper {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0 0 25px 0;
}

.nze-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 47;
}

.nze-header-brand {
    display: flex;
    float: left;
    height: 80px;
    align-items: center;
    margin: 0 40px 0 0;
}

.nze-header-brand img {
    display: block;
    width: auto;
    height: var(--logo-size);
    margin: 0;
}

.custom-logo-link ~ .nze-header-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.nze-header-title > .header-title {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

.nze-header-title > .header-title > a {
    color: var(--color-text);
    text-decoration: none;
}

.nze-header-title > .header-description {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: var(--color-summary);
    margin: 5px 0 0 0;
}

.nze-header-navigation {
    display: block;
    float: left;
    margin: 0;
}

.nze-header-navigation > div > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nze-header-navigation > div > ul > li {
    float: left;
    display: flex;
    position: relative;
    height: 80px;
    align-items: center;
    margin: 0;
    padding: 0 15px;
}

.nze-header-navigation > div > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    font-family: var(--font-menu);
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-text);
    text-transform: uppercase;
    padding: 6px 0;
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > a > .sub-arrow {
    display: inline-block;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > a > .sub-arrow > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
    margin: 0 0 0 4px;
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li.menu-item-has-children:hover > a > .sub-arrow > svg {
    transform: rotate(180deg);
    fill: var(--color-primary);
}

.nze-header-navigation > div > ul > li.current-menu-item > a,
.nze-header-navigation > div > ul > li:hover > a{
    color: var(--color-primary);
}

.nze-header-navigation > div > ul > li > ul.mega-menu {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    display: block;
    display: flex;
    width: 1000px;
    background: #ffffff;
    flex-wrap: wrap;
    border-radius: 0 0 6px 6px;
    margin: 0;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li:hover > ul.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.nze-header-navigation > div > ul > li > ul.mega-menu > li {
    float: left;
    width: 25%;
    padding: 10px;
}

.nze-header-navigation > div > ul > li > ul.mega-menu > li > a > img {
    display: block;
    width: 100%;
    height: 140px;
    border-radius: 8px;
    margin: 0 0 8px 0;
}

.nze-header-navigation > div > ul > li > ul.mega-menu > li > a > .mega-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-text);
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li > ul.mega-menu > li > a:hover > .mega-title {
    color: var(--color-primary);
}

.nze-header-navigation > div > ul > li > ul.sub-menu {
    position: absolute;
    left: 0;
    top: 90px;
    list-style: none;
    width: 200px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li {
    display: block;
    margin: 0;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    font-family: var(--font-menu);
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-text);
    padding: 8px 20px;
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
    color: var(--color-primary);
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a > .sub-arrow {
    display: inline-block;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a > .sub-arrow > svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: var(--color-text);
    margin: 0 0 0 7px;
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > a > .sub-arrow > svg {
    transform: rotate(180deg);
    fill: var(--color-primary);
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li,
.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 10px;
    left: 200px;
    list-style: none;
    width: 200px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
    font-family: var(--font-menu);
    font-size: 15px;
    line-height: 1.4em;
    color: var(--color-text);
    padding: 8px 20px;
    transition: all ease-in-out 0.2s;
}

.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li:hover > a,
.nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a.current-menu-item {
    color: var(--color-primary);

}

.nze-header-buttons {
    float: right;
}

.nze-header-button {
    display: flex;
    float: left;
    position: relative;
    height: 80px;
    cursor: pointer;
    align-items: center;
    padding: 0 10px;
}

.nze-header-button > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: var(--color-text);
    transition: all ease-in-out 0.2s;
}

.nze-header-button > svg.icon-moon {
    display: block;
}

.nze-header-button > svg.icon-sun {
    display: none;
}

.nze-header-search {
    position: absolute;
    top: 94px;
    right: -44px;
    width: 300px;
    background: #ffffff;
    border-radius: 4px;
    padding: 18px;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all ease-in-out .2s;
}

.nze-header-search.show {
    top: 84px;
    opacity: 1;
    visibility: visible;
}

.nze-header-search > .search-form {
    display: block;
    position: relative;
}

.nze-header-search > .search-form > input[type="text"] {
    display: block;
    width: 100%;
    height: 44px;
    background: #f5f5f5;
    font-size: 14px;
    border: 0;
    border-radius: 6px;
    padding: 12px 54px 12px 20px;
}

.nze-header-search > .search-form > button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 44px;
    border: 0;
    border-radius: 10px 6px 6px 10px;
    padding: 0 16px;
}

.nze-header-search > .search-form > button[type="submit"] > svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.nze-trending-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

.nze-trending-heading {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    background: var(--color-primary);
    font-size: 13px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 10px 16px;
    z-index: 3;
}

.nze-trending-slider {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    height: 100%;
    align-items: center;
}

.nze-trending-slider > li {
    display: flex;
    align-items: center;
    margin: 0;
}

.nze-trending-slider > li::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 0 0 20px;
}

.nze-trending-slider > li:last-child:after {
    margin-right: 20px;
}

.nze-trending-slider > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
    color: var(--color-text);
    white-space: nowrap;
    transition: all ease-in-out 0.2s;
}

.nze-trending-slider > li > a:hover {
    color: var(--color-primary);
}

.nze-featposts {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: var(--featposts-martop);
    margin-bottom: var(--featposts-marbot);
    overflow: hidden;
}

.nze-featposts > .post-main {
    float: left;
    position: relative;
    width: calc(100% - 540px);
    border-radius: 12px;
    margin: 0 17px 0 0;
    overflow: hidden;
}

.nze-featposts > .post-main > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 427px;
}

.nze-featposts > .post-main > .post-thumbnail::before,
.nze-featposts > .post-double > .post > .post-thumbnail::before,
.nze-featposts > .post-triple > .post > .post-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

.nze-featposts > .post-main > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-featposts > .post-main:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-featposts > .post-main > .post-content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 2;
}

.nze-featposts > .post-main > .post-content > .post-meta {
    display: block;
    display: flex;
    align-items: center;
    font-family: var(--font-meta);
    margin: 0 0 12px 0;
}

.nze-featposts > .post-main > .post-content > .post-meta > .post-category {
    display: inline-block;
    display: flex;
    align-items: center;
    background: #ffffff;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
    border-radius: 24px;
    padding: 8px 18px;
}

.nze-featposts > .post-main > .post-content > .post-meta > .post-category::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 12px 0 0;
}

.nze-featposts > .post-main > .post-content > .post-meta > .post-time {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    margin: 0 0 0 12px;
}

.nze-featposts > .post-main > .post-content > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 12px 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-featposts > .post-main > .post-content > .post-title > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-featposts > .post-main > .post-content > .post-title > a:hover {
    color: var(--color-primary);
}

.nze-featposts > .post-main > .post-content > .post-excerpt {
    display: block;
    display: -webkit-box;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(255, 255, 255, .6);
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nze-featposts > .post-double {
    float: left;
    width: 308px;
}

.nze-featposts > .post-double > .post {
    display: block;
    position: relative;
    border-radius: 12px;
    margin: 0;
    overflow: hidden;
}

.nze-featposts > .post-double > .post:first-child {
    margin: 0 0 17px 0;

}

.nze-featposts > .post-double > .post > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 205px;
}

.nze-featposts > .post-double > .post > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-featposts > .post-double > .post:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-featposts > .post-double > .post > .post-title {
    display: block;
    display: -webkit-box;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    font-family: var(--font-title);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 2;
}

.nze-featposts > .post-double > .post > .post-title > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-featposts > .post-double > .post:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-featposts > .post-triple {
    float: right;
    width: 198px;
}

.nze-featposts > .post-triple > .post {
    display: block;
    position: relative;
    border-radius: 12px;
    margin: 0 0 17px 0;
    overflow: hidden;
}

.nze-featposts > .post-triple > .post:last-child {
    margin: 0;

}

.nze-featposts > .post-triple > .post > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 131px;
}

.nze-featposts > .post-triple > .post > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-featposts > .post-triple > .post:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-featposts > .post-triple > .post > .post-title {
    display: block;
    display: -webkit-box;
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
    font-family: var(--font-title);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 2;
}

.nze-featposts > .post-triple > .post > .post-title > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-featposts > .post-triple > .post:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-headsec {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
}

.nze-headsec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2.5px;
    background: var(--color-primary);
}

.nze-headsec > .headsec-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

.nze-headsec > .headsec-title > span {
    font-weight: 500;
}

.nze-headsec > .headsec-link {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.nze-headsec > .headsec-link:hover {
    color: var(--color-primary);
}

.nze-headsec > .headsec-link > .text {
    display: inline-block;
    vertical-align: middle;
}

.nze-headsec > .headsec-link > .icon {
    display: inline-block;
    background: var(--color-primary);
    border-radius: 5px;
    margin: 0 0 0 8px;
    padding: 5px;
    vertical-align: middle;
    transition: all ease-in-out .2s;
}

.nze-headsec > .headsec-link:hover > .icon {
    background: var(--color-primary-hover);
}

.nze-headsec > .headsec-link > .icon > svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

.nze-edichoice {
    display: block;
    margin: 0;
    margin-top: var(--edichoice-martop);
    margin-bottom: var(--edichoice-marbot);
}

.nze-edichoice-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.nze-edichoice-slider {
    display: block;
    width: calc(100% + 27px);
    margin: 0 0 0 -13.5px;
}

.nze-edichoice-slider > .slick-arrow {
    top: 80px;
    left: 25px;
    transform: none;
    background: #ffffff;
    padding: 10px;
}

.nze-edichoice-slider > .slick-arrow.next {
    left: auto;
    right: 25px;
}

.nze-edichoice-slider > .slick-arrow > svg {
    width: 18px;
    height: 18px;
    fill: var(--color-text);
}

.nze-edichoice-slider .post {
    display: block;
    position: relative;
    margin: 0 13.5px;
    overflow: hidden;
}

.nze-edichoice-slider .post > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 183px;
    border-radius: 12px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.nze-edichoice-slider .post > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-edichoice-slider .post:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-edichoice-slider .post > .post-meta {
    display: block;
    align-items: center;
    font-family: var(--font-meta);
    font-size: 14px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.nze-edichoice-slider .post > .post-meta > .post-category {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0;
}

.nze-edichoice-slider .post > .post-meta > .post-time {
    display: inline;
}

.nze-edichoice-slider .post > .post-meta > .post-category ~ .post-time::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.nze-edichoice-slider .post > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-edichoice-slider .post > .post-title > a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-edichoice-slider .post:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-recommend {
    display: block;
    margin: 0;
    margin-top: var(--recommend-martop);
    margin-bottom: var(--recommend-marbot);
    overflow: hidden;
}

.nze-recomposts > .post {
    float: left;
    width: 513px;
    margin: 0 0 22px 0;
}

.nze-recomposts > .post:last-child {
    margin: 0;
}

.nze-recomposts > .post > .post-thumbnail {
    float: left;
    width: 135px;
    height: 90px;
    border-radius: 8px;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.nze-recomposts > .post > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-recomposts > .post:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-recomposts > .post > .post-meta {
    display: block;
    font-family: var(--font-meta);
    font-size: 14px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 6px 0;
    overflow: hidden;
}

.nze-recomposts > .post > .post-meta > .post-category {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0;
}

.nze-recomposts > .post > .post-meta > .post-time {
    display: inline;
}

.nze-recomposts > .post > .post-meta > .post-category ~ .post-time::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.nze-recomposts > .post > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-recomposts > .post > .post-title > a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-recomposts > .post:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-recomposts > .post:first-child {
    float: left;
    position: relative;
    width: calc(100% - 540px);
    border-radius: 12px;
    margin: 0 27px 0 0;
    overflow: hidden;
}

.nze-recomposts > .post:first-child > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 427px;
}

.nze-recomposts > .post:first-child > .post-thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

.nze-recomposts > .post:first-child > .post-content {
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 2;
}

.nze-recomposts > .post:first-child > .post-content > .post-meta {
    display: block;
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
}

.nze-recomposts > .post:first-child > .post-content > .post-meta > .post-category {
    display: inline-block;
    display: flex;
    align-items: center;
    background: #ffffff;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
    border-radius: 24px;
    padding: 8px 18px;
}

.nze-recomposts > .post:first-child > .post-content > .post-meta > .post-category::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 12px 0 0;
}

.nze-recomposts > .post:first-child > .post-content > .post-meta > .post-time {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    margin: 0 0 0 12px;
}

.nze-recomposts > .post:first-child > .post-content > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 12px 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-recomposts > .post:first-child > .post-content > .post-title > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-recomposts > .post:first-child > .post-content > .post-title > a:hover {
    color: var(--color-primary);
}

.nze-recomposts > .post:first-child > .post-content > .post-excerpt {
    display: block;
    display: -webkit-box;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(255, 255, 255, .6);
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nze-threecat {
    display: block;
    margin: 0;
    margin-top: var(--threecat-martop);
    margin-bottom: var(--threecat-marbot);
    overflow: hidden;
}

.nze-threecat-rows {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.nze-threecat-column {
    float: left;
    width: calc(33.333% - 60px);
    margin: 0 30px;
}

.nze-threecat-heading {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 20px 0;
    padding: 0 0 12px 0;
}

.nze-threecat-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2.5px;
    background: var(--color-primary);
}

.nze-threecat-heading > .title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

ul.nze-threecat-posts {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nze-threecat-posts > li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

ul.nze-threecat-posts > li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

ul.nze-threecat-posts > li > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 225px;
    border-radius: 12px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

ul.nze-threecat-posts > li > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

ul.nze-threecat-posts > li:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

ul.nze-threecat-posts > li > .post-time {
    display: block;
    font-family: var(--font-meta);
    font-size: 14px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 8px 0;
}

ul.nze-threecat-posts > li > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.nze-threecat-posts > li:first-child > .post-title {
    font-size: 18px;
}

ul.nze-threecat-posts > li > .post-title > a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

ul.nze-threecat-posts > li:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-main-section,
.nze-mainsec {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.nze-mainsec {
    margin-top: var(--mainsec-martop);
    margin-bottom: var(--mainsec-marbot);
}

.nze-mainleft {
    float: left;
    width: calc(100% - 340px);
}

.nze-sideright {
    float: right;
    position: sticky;
    top: 110px;
    width: 300px;
}

.nze-latposts-heading {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 30px 0;
    padding: 0 0 12px 0;
}

.nze-latposts-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2.5px;
    background: var(--color-primary);
}

.nze-latposts-heading > .title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

.nze-latposts-heading > .title > span {
    font-weight: 500;
}

.nze-latposts-heading > .more-latposts {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.nze-latposts-heading > .more-latposts:hover {
    color: var(--color-primary);
}

.nze-latposts-heading > .more-latposts > .icon {
    display: inline-block;
    background: var(--color-primary);
    border-radius: 5px;
    margin: 0 0 0 8px;
    padding: 5px;
    transition: all ease-in-out .2s;
}

.nze-latposts-heading > .more-latposts:hover > .icon {
    background: var(--color-primary-hover);
}

.nze-latposts-heading > .more-latposts > .icon > svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

.nze-latposts > .post {
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.nze-latposts > .post > .post-thumbnail {
    float: left;
    width: 235px;
    height: 150px;
    border-radius: 12px;
    margin: 0 20px 0 0;
    overflow: hidden;
}

.nze-latposts > .post > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-latposts > .post:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-latposts > .post > .post-meta {
    display: block;
    align-items: center;
    font-family: var(--font-meta);
    font-size: 15px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.nze-latposts > .post > .post-meta > .post-category {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0;
}

.nze-latposts > .post > .post-meta > .post-time {
    display: inline;
}

.nze-latposts > .post > .post-meta > .post-category ~ .post-time::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.nze-latposts > .post > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-latposts > .post > .post-title > a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-latposts > .post:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-latposts > .post > p {
    display: block;
    display: -webkit-box;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, .68);
    margin: 8px 0 0 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-loadmore-wrap {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}

.nze-loadmore-wrap > .nze-loadmore-button {
    display: inline-block;
    background: var(--color-primary);
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px 24px;
    transition: all ease-in-out 0.2s;
}

.nze-loadmore-wrap > .nze-loadmore-button:hover {
    background: var(--color-primary-hover);
}

.nze-loadmore-wrap > .nze-loadmore-button > .nze-btn-text,
.nze-loadmore-wrap > .nze-loadmore-button > .nze-btn-spinner {
    display: inline-block;
    vertical-align: middle;
}

.nze-loadmore-wrap > .nze-loadmore-button > .nze-btn-spinner > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #ffffff;
    margin: 0;
    animation: nze-spin 0.8s linear infinite;
}

@keyframes nze-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.nze-breadcrumb {
    display: block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 10px 0;
}

.nze-breadcrumb > ol {
    display: block;
    list-style: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nze-breadcrumb > ol > li {
    display: inline;
    margin: 0;
}

.nze-breadcrumb > ol > li > a,
.nze-breadcrumb > ol > li > svg {
    display: inline-block;
    vertical-align: middle;
}

.nze-breadcrumb > ol > li > a {
    color: rgba(0, 0, 0, .8);
    transition: all ease-in-out .2s;
}

.nze-breadcrumb > ol > li > a:hover {
    color: var(--color-primary);
}

.nze-breadcrumb > ol > li > svg {
    width: 15px;
    height: 15px;
    fill: rgba(0, 0, 0, .8);
    margin: 0 6px;
}

.nze-page-header {
    display: block;
    margin: 0 0 20px 0;
}

.nze-page-header > .nze-breadcrumb {
    margin: 0 0 8px 0;
}

.nze-page-header > .page-title {
    display: block;
    font-size: 36px;
    line-height: 1.3em;
    margin: 0;
}

.nze-single > .post-title {
    display: block;
    font-family: var(--font-title);
    font-size: 36px;
    line-height: 1.35em;
    margin: 0 0 20px 0;
}

.nze-single > .post-meta {
    display: block;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.nze-single > .post-meta > .avatar {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.nze-single > .post-meta > .author-name {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 8px 0;
}

.nze-single > .post-meta > .author-name.administrator::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='15' fill='rgba(70,146,221,1)'%3E%3Cpath d='M10.007 2.10377C8.60544 1.65006 7.08181 2.28116 6.41156 3.59306L5.60578 5.17023C5.51004 5.35763 5.35763 5.51004 5.17023 5.60578L3.59306 6.41156C2.28116 7.08181 1.65006 8.60544 2.10377 10.007L2.64923 11.692C2.71404 11.8922 2.71404 12.1078 2.64923 12.308L2.10377 13.993C1.65006 15.3946 2.28116 16.9182 3.59306 17.5885L5.17023 18.3942C5.35763 18.49 5.51004 18.6424 5.60578 18.8298L6.41156 20.407C7.08181 21.7189 8.60544 22.35 10.007 21.8963L11.692 21.3508C11.8922 21.286 12.1078 21.286 12.308 21.3508L13.993 21.8963C15.3946 22.35 16.9182 21.7189 17.5885 20.407L18.3942 18.8298C18.49 18.6424 18.6424 18.49 18.8298 18.3942L20.407 17.5885C21.7189 16.9182 22.35 15.3946 21.8963 13.993L21.3508 12.308C21.286 12.1078 21.286 11.8922 21.3508 11.692L21.8963 10.007C22.35 8.60544 21.7189 7.08181 20.407 6.41156L18.8298 5.60578C18.6424 5.51004 18.49 5.35763 18.3942 5.17023L17.5885 3.59306C16.9182 2.28116 15.3946 1.65006 13.993 2.10377L12.308 2.64923C12.1078 2.71403 11.8922 2.71404 11.692 2.64923L10.007 2.10377ZM6.75977 11.7573L8.17399 10.343L11.0024 13.1715L16.6593 7.51465L18.0735 8.92886L11.0024 15.9999L6.75977 11.7573Z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    margin: 0 0 0 6px;
}

.nze-single > .post-meta > .author-name > a {
    color: var(--color-text);
}

.nze-single > .post-meta > .publish-date {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    margin: 0;
}

.nze-single > .post-excerpt {
    display: block;
    display: -webkit-box;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .68);
    margin: 0 0 25px 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nze-single-wrap {
    display: inline-block;
    width: 100%;
}

.nze-single-wrap > .post-share {
    float: left;
    position: sticky;
    top: 110px;
    width: 64px;
    height: auto;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    margin: 0;
    padding: 15px 8px;
}

.nze-single-wrap > .post-share > .font-size {
    display: block;
    margin: 0;
}

.nze-single-wrap > .post-share > .font-size > button {
    display: block;
    position: relative;
    background: transparent;
    margin: 0 auto;
    padding: 0;
}

.nze-single-wrap > .post-share > .font-size > button.min::after,
.nze-single-wrap > .post-share > .font-size > button.max::after {
    content: "-";
    position: absolute;
    top: -4px;
    right: -2px;
    font-family: monospace;
    font-size: 14px;
    line-height: 1em;
    color: var(--color-text);
}

.nze-single-wrap > .post-share > .font-size > button.max::after {
    content: "+";
}

.nze-single-wrap > .post-share > .font-size > button > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: var(--color-text);
}

.nze-single-wrap > .post-share > .share-buttons {
    display: block;
    margin: 0;
}

.nze-single-wrap > .post-share > .font-size ~ .share-buttons::before {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    background: rgba(0, 0, 0, .08);
    margin: 15px auto;
}

.nze-single-wrap > .post-share > .share-buttons > .share-label {
    display: block;
    font-size: 10px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 15px 0;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li {
    display: block;
    margin: 0 0 15px 0;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li:last-child {
    margin: 0;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li > a {
    display: block;
    width: 24px;
    margin: 0 auto;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li > a > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: var(--color-text);
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li.facebook > a > svg {
    fill: #1877f2;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li.twitter > a > svg {
    fill: #000000;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li.telegram > a > svg {
    fill: #0077b5;
}

.nze-single-wrap > .post-share > .share-buttons > ul.share-list > li.whatsapp > a > svg {
    fill: #25d366;
}

.nze-single-wrap > .post-content {
    display: block;
    width: 100%;
    font-family: var(--font-content);
    font-size: 16px;
    line-height: 1.6em;
    margin: 0;
}

.nze-single-wrap > .post-share ~ .post-content {
    float: right;
    width: calc(100% - 94px);
}

.nze-single-wrap > .post-content > .post-thumbnail {
    display: block;
    margin: 0 0 20px 0;
}

.nze-single-wrap > .post-content > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
}

.nze-single-wrap > .post-content > .post-thumbnail > .thumbnail-caption {
    display: block;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .68);
    margin: 12px 0 0 0;
}

.nze-adbefore-article,
.nze-adafter-article {
    display: block;
    margin: 0 0 20px 0;
}

.nze-pagelinks {
    display: block;
    margin: 0 0 20px 0;
}

.nze-pagelinks > .post-page-numbers {
    display: inline-block;
    background: var(--color-primary);
    font-family: var(--font-menu);
    font-size: 14px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 14px;
    margin: 0 0 0 6px;
    transition: all ease-in-out .2s;
}

.nze-pagelinks > .post-page-numbers:hover {
    background: var(--color-primary-hover);
}

.nze-pagelinks > .post-page-numbers.current {
    background: transparent;
    color: var(--color-text);
}

.nze-sharine {
    display: block;
    margin: 0;
}

.nze-sharine::before {
    content: "";
    display: block;
    width: 20px;
    height: 2.5px;
    background: var(--color-primary);
    margin: 0 0 8px 0;
}

.nze-sharine > .share-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    color: rgba(0, 0, 0, .68);
    margin: 0 0 12px 0;
}

.nze-sharine > ul.share-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nze-sharine > ul.share-list > li {
    float: left;
    margin: 0 15px 0 0;
}

.nze-sharine > ul.share-list > li:last-child {
    margin: 0;
}

.nze-sharine > ul.share-list > li > a {
    display: block;
    background: #bcbcbc;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 16px;
}

.nze-sharine > ul.share-list > li.facebook > a {
    background: #1877f2;
}

.nze-sharine > ul.share-list > li.twitter > a {
    background: #131418;
}

.nze-sharine > ul.share-list > li.telegram > a {
    background: #0077b5;
}

.nze-sharine > ul.share-list > li.whatsapp > a {
    background: #25d366;
}

.nze-sharine > ul.share-list > li > a > svg,
.nze-sharine > ul.share-list > li > a > span {
    display: inline-block;
    vertical-align: middle;
}

.nze-sharine > ul.share-list > li > a > svg {
    width: 16px;
    height: 16px;
    fill: #ffffff;
    margin: 0 12px 0 0;
}

.nze-sharine > ul.share-list > li.more > a > svg {
    margin: 0;
}

.nze-sintags {
    display: block;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.nze-sintags > a {
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 1em;
    color: var(--color-primary);
    border-radius: 4px;
    margin: 0 10px 8px 0;
    padding: 6px 10px;
    overflow: hidden;
}

.nze-sintags > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    opacity: .12;
}

.nze-authorbox {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 6px;
    margin: 25px 0 0 0;
    padding: 25px;
    overflow: hidden;
}

.nze-authorbox > .author-avatar {
    float: left;
    width: 52px;
    margin: 0 20px 0 0;
}

.nze-authorbox > .author-info {
    float: right;
    width: calc(100% - 72px);
}

.nze-authorbox > .author-avatar > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.nze-authorbox > .author-info > .author-name {
    display: flex;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px 0;
}

.nze-authorbox > .author-info > .author-name.administrator::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='15' fill='rgba(70,146,221,1)'%3E%3Cpath d='M10.007 2.10377C8.60544 1.65006 7.08181 2.28116 6.41156 3.59306L5.60578 5.17023C5.51004 5.35763 5.35763 5.51004 5.17023 5.60578L3.59306 6.41156C2.28116 7.08181 1.65006 8.60544 2.10377 10.007L2.64923 11.692C2.71404 11.8922 2.71404 12.1078 2.64923 12.308L2.10377 13.993C1.65006 15.3946 2.28116 16.9182 3.59306 17.5885L5.17023 18.3942C5.35763 18.49 5.51004 18.6424 5.60578 18.8298L6.41156 20.407C7.08181 21.7189 8.60544 22.35 10.007 21.8963L11.692 21.3508C11.8922 21.286 12.1078 21.286 12.308 21.3508L13.993 21.8963C15.3946 22.35 16.9182 21.7189 17.5885 20.407L18.3942 18.8298C18.49 18.6424 18.6424 18.49 18.8298 18.3942L20.407 17.5885C21.7189 16.9182 22.35 15.3946 21.8963 13.993L21.3508 12.308C21.286 12.1078 21.286 11.8922 21.3508 11.692L21.8963 10.007C22.35 8.60544 21.7189 7.08181 20.407 6.41156L18.8298 5.60578C18.6424 5.51004 18.49 5.35763 18.3942 5.17023L17.5885 3.59306C16.9182 2.28116 15.3946 1.65006 13.993 2.10377L12.308 2.64923C12.1078 2.71403 11.8922 2.71404 11.692 2.64923L10.007 2.10377ZM6.75977 11.7573L8.17399 10.343L11.0024 13.1715L16.6593 7.51465L18.0735 8.92886L11.0024 15.9999L6.75977 11.7573Z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    margin: 0 0 0 6px;
}

.nze-authorbox > .author-info > .author-name > a {
    background-image: none;
    color: var(--color-text);
}

.nze-authorbox > .author-info > .author-bio {
    display: block;
    display: -webkit-box;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(0, 0, 0, .68);
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nze-authorbox > .author-info > .author-bio.expanded {
    -webkit-line-clamp: unset;
}

.nze-relposts {
    display: block;
    margin: 30px 0 0 0;
}

.nze-relposts > .related-title {
    display: block;
    position: relative;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
}

.nze-relposts > .related-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2.5px;
    background: var(--color-primary);
}

.nze-relposts > .related-grid {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
}

.nze-relposts > .related-grid > .related-item {
    float: left;
    width: calc(33.333% - 30px);
    margin: 0 15px 20px 15px;
}

.nze-relposts > .related-grid > .related-item > .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.nze-relposts > .related-grid > .related-item > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.nze-relposts > .related-grid > .related-item:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.nze-relposts > .related-grid > .related-item > .post-meta {
    display: block;
    align-items: center;
    font-family: var(--font-meta);
    font-size: 14px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.nze-relposts > .related-grid > .related-item > .post-meta > .post-category {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0;
}

.nze-relposts > .related-grid > .related-item > .post-meta > .post-time {
    display: inline;
}

.nze-relposts > .related-grid > .related-item > .post-meta > .post-category ~ .post-time::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.nze-relposts > .related-grid > .related-item > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nze-relposts > .related-grid > .related-item > .post-title > a {
    display: block;
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}

.nze-relposts > .related-grid > .related-item:hover > .post-title > a {
    color: var(--color-primary);
}

.nze-comments {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.nze-comments > .comments-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.nze-comments > .comments-title > span {
    color: var(--color-primary);
}

.nze-comments .comment-respond {
    display: block;
    margin: 0;
}

.nze-comments .comment-respond > .comment-reply-title {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 6px 0;
}

.nze-comments .comment-respond > .comment-reply-title > small {
    display: inline;
    margin-left: 8px;
} 

.nze-comments .comment-respond > .comment-form > p {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.nze-comments .comment-respond > .comment-form > .comment-form-email,
.nze-comments .comment-respond > .comment-form > .comment-form-url {
    float: left;
    width: calc(50% - 15px);
}

.nze-comments .comment-respond > .comment-form > .comment-form-email {
    margin-right: 30px;
}

.nze-comments .comment-respond > .comment-form > .comment-notes {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 20px 0;
}

.nze-comments .comment-respond > .comment-form > p > label {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1.3em;
    cursor: pointer;
    margin: 0 0 8px 0;
}

.nze-comments .comment-respond > .comment-form > p > label .required {
    color: #ff0000;
}

.nze-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label {
    margin: 0;
}

.nze-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label::before {
    content: '';
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 50%;
    margin: 0 8px 2px 0;
}

.nze-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 6px 2px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
}

.nze-comments .comment-respond > .comment-form > .comment-form-cookies-consent > input[type="checkbox"]:checked ~ label::after {
    opacity: 1;
    visibility: visible;
}

.nze-comments .comment-respond > .comment-form > p > textarea,
.nze-comments .comment-respond > .comment-form > p > input[type="text"],
.nze-comments .comment-respond > .comment-form > p > input[type="email"],
.nze-comments .comment-respond > .comment-form > p > input[type="url"] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: transparent;
}

.nze-comments .comment-respond > .comment-form > p > input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

ol.commentlist {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li {
    display: block;
    margin: 0;
    padding: 0;
}

ol.commentlist .comment-body {
    display: block;
    margin: 0 0 20px 0;
}

ol.commentlist .comment-body > .comment-meta {
    display: block;
    margin: 0 0 12px 0;
}

ol.commentlist .comment-body > .comment-meta > .comment-author {
    display: block;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 8px 0;
}

ol.commentlist .comment-body > .comment-meta > .comment-author > .avatar {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 12px 0 0;
}

ol.commentlist .comment-body > .comment-meta > .comment-metadata {
    display: block;
    font-size: 13px;
    line-height: 1em;
    margin: 0;
}

ol.commentlist .comment-body > .comment-content {
    display: block;
    background: rgba(0, 0, 0, .04);
    border-radius: 8px;
    margin: 0 0 8px 0;
    padding: 15px 20px;
}

ol.commentlist .comment-body > .comment-content > p {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

ol.commentlist .comment-body > .comment-content > p:last-child {
    margin: 0;
}

ol.commentlist .comment-body > .reply {
    display: block;
    margin: 0;
}

ol.commentlist .comment-body > .reply > .comment-reply-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    color: var(--color-primary);
    margin: 0;
}

.nze-archeader {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin: 0 0 30px 0;
    padding: 0 0 18px 0;
}

.nze-archeader::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2.5px;
    background: var(--color-primary);
}

.nze-archeader > .archive-title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
}

.nze-archeader > .archive-title > span {
    color: var(--color-primary);
}

.nze-pagenumbers {
    display: block;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.nze-pagenumbers > .page-numbers {
    display: inline-block;
    background: var(--color-primary);
    font-size: 14px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 4px 4px 0;
    padding: 10px 14px;
    transition: all ease-in-out .2s;
}

.nze-pagenumbers > .page-numbers:hover {
    background: var(--color-primary-hover);
}

.nze-pagenumbers > .page-numbers.current {
    background: transparent;
    font-weight: 700;
    color: var(--color-primary);
}

.nze-cusecone,
.nze-cusectwo,
.nze-cusecthree {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.nze-cusecone {
    margin-top: var(--cusecone-martop);
    margin-bottom: var(--cusecone-marbot);
}

.nze-cusectwo {
    margin-top: var(--cusectwo-martop);
    margin-bottom: var(--cusectwo-marbot);
}

.nze-cusecthree {
    margin-top: var(--cusecthree-martop);
    margin-bottom: var(--cusecthree-marbot);
}

.nze-footer-wrap {
    display: block;
    width: 100%;
    background: #f5f5f5;
    font-size: 15px;
    line-height: 1.4em;
    margin: 40px 0 0 0;
    padding: 60px 0;
    overflow: hidden;
}

.nze-footer-rows {
    display: block;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px;
}

.nze-footer-rows > .footer-col {
    float: left;
    width: 200px;
    margin: 0 30px;
}

.nze-footer-rows > .footer-1 {
    width: calc(100% - 840px);
}

.nze-footer-rows .widget p {
    font-family: var(--font-content);
}

.nze-footer-rows .widget .wp-block-heading {
    font-size: 19px;
}

.nze-footer-credit {
    display: block;
    background: var(--color-primary);
    font-size: 13px;
    line-height: 1em;
    color: rgba(255, 255, 255, .68);
    margin: 0;
    padding: 10px 0;
}

.nze-footer-credit a {
    color: #ffffff;
    text-decoration: none;
}

.nze-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(0, 0, 0, .25);
    border-radius: 50%;
    margin: 0;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
}

.nze-scroll-top.scrolled {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.nze-scroll-top:hover {
    background: var(--color-primary);
}

.nze-scroll-top > svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.nze-sidenav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    z-index: 74;
    transition: all ease-in-out .2s;
}

.nze-sidenav-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.nze-sidenav-wrapper > .nze-sidenav {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #ffffff;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    transition: all ease-in-out .2s;
}

.nze-sidenav-wrapper.show > .nze-sidenav {
    left: 0;
}

.nze-sidenav-header {
    display: block;
    margin: 0 0 12px 0;
    padding: 0 20px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.nze-sidenav-brand {
    display: flex;
    float: left;
    height: 80px;
    align-items: center;
    margin: 0;
}

.nze-sidenav-brand img {
    display: block;
    width: auto;
    height: var(--logo-size);
    margin: 0;
}

.custom-logo-link ~ .nze-sidenav-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.nze-sidenav-title > .sidenav-title {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
}

.nze-sidenav-title > .sidenav-title > a {
    color: var(--color-text);
    text-decoration: none;
}

.nze-sidenav-title > .sidenav-description {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    color: var(--color-summary);
    margin: 5px 0 0 0;
}

.nze-sidenav-menu {
    display: block;
    margin: 0;
    padding: 0;
}

.nze-sidenav-menu ul.sidenav-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nze-sidenav-menu ul.sidenav-menu li {
    display: block;
    margin: 0;
}

.nze-sidenav-menu ul.sidenav-menu li > a {
    display: block;
    position: relative;
    font-family: var(--font-menu);
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-text);
    text-transform: uppercase;
    padding: 12px 20px;
    transition: all ease-in-out 0.2s;
}

.nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > a {
    padding-right: 50px;
}

.nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > a > .sub-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > a > .sub-arrow > svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: var(--color-text);
    margin: 0;
    transition: all ease-in-out 0.2s;
}

.nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children.expanded > a > .sub-arrow > svg {
    transform: rotate(180deg);
}

.nze-sidenav-menu ul.sidenav-menu > li.current-menu-item > a {
    color: var(--color-primary);
}

.nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    list-style: none;
    background: rgba(0, 0, 0, .04);
    margin: 0;
    padding: 0;
}

.nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > ul.sub-menu > li > a {
    font-weight: 500;
    text-transform: none;
}

.nze-sidenav-menu ul.sidenav-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
    padding-left: 30px;
}

/* Widgets */
.widget {
    display: block;
    margin: 0 0 20px 0;
}

.widget .wp-block-heading,
.widget .widget-title {
    display: block;
    position: relative;
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 0 0 10px 0;
}

.widget .wp-block-heading::before,
.widget .widget-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2.5px;
    background: var(--color-primary);
}

.widget .wp-block-group__inner-container .wp-block-heading,
.widget .widget-title {
    margin: 0 0 20px 0;
}

.widget ul,
.widget ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul > li,
.widget ol > li {
    display: block;
    line-height: 1.4em;
    overflow: hidden;
    margin: 0 0 8px 0;
}

.widget ul > li:last-child,
.widget ol > li:last-child {
    margin: 0;
}

.widget ul > li > a,
.widget ol > li > a {
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.widget ul > li > a:hover,
.widget ol > li > a:hover {
    color: var(--color-primary);
}

.widget ul.wp-block-latest-posts > li {
    margin: 0 0 15px 0;
}

.widget ul.wp-block-latest-posts > li:last-child {
    margin: 0;
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__featured-image {
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__featured-image > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.widget ul.wp-block-latest-posts > li:hover > .wp-block-latest-posts__featured-image > img {
    transform: scale(1.05);
}

.widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--color-text);
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease-in-out .2s;
}

.widget ul.wp-block-latest-posts > li:hover > .wp-block-latest-posts__post-title {
    color: var(--color-primary);
}

.widget ul.wp-block-latest-posts > li > time {
    display: block;
    font-family: var(--font-meta);
    font-size: 13px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    margin: 6px 0 0 0;
}

.widget ul.wp-block-categories-list > li {
    font-family: var(--font-meta);
    color: var(--color-primary);
}

.widget ul.wp-block-categories-list > li > a {
    color: var(--color-text);
    transition: all ease-in-out .2s;
}

.widget ul.wp-block-categories-list > li > a:hover {
    color: var(--color-primary);
}

.widget ul.wp-block-social-links {
    display: block;
    overflow: hidden;
}

.widget ul.wp-block-social-links > .wp-social-link {
    float: left;
    background: rgba(0, 0, 0, .15);
    background-color: rgba(0, 0, 0, .15);
    margin: 0 12px 8px 0;
    transition: all ease-in-out .2s;
}

.widget ul.wp-block-social-links > .wp-social-link:hover {
    background: var(--color-primary);
    background-color: var(--color-primary);
    transform: none!important;
}

.widget ul.wp-block-social-links > .wp-social-link .wp-block-social-link-anchor svg {
    fill: #ffffff!important;
}

.widget ul.nze-populist > li {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.widget ul.nze-populist.without-thumbnail > li {
    padding: 0 0 0 40px;
}

.widget ul.nze-populist.without-thumbnail > li::before {
    content: "#1";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-primary);
    margin: 0;
}

.widget ul.nze-populist.without-thumbnail > li.post-item-2::before {
    content: "#2";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-3::before {
    content: "#3";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-4::before {
    content: "#4";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-5::before {
    content: "#5";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-6::before {
    content: "#6";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-7::before {
    content: "#7";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-8::before {
    content: "#8";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-9::before {
    content: "#9";
}
.widget ul.nze-populist.without-thumbnail > li.post-item-10::before {
    content: "#10";
}

.widget ul.nze-populist > li > .post-thumbnail {
    float: left;
    width: 86px;
    height: 64px;
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
}

.widget ul.nze-populist > li:first-child > .post-thumbnail {
    float: none;
    display: block;
    width: 100%;
    height: 210px;
    margin: 0 0 12px 0;
}

.widget ul.nze-populist > li > .post-thumbnail > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.4s;
}

.widget ul.nze-populist > li:hover > .post-thumbnail > img {
    transform: scale(1.05);
}

.widget ul.nze-populist > li > .post-content {
    display: block;
    margin: 0;
}

.widget ul.nze-populist > li > .post-thumbnail ~ .post-content {
    float: right;
    width: calc(100% - 101px);
}

.widget ul.nze-populist > li:first-child > .post-content {
    float: none;
    width: 100%;
}

.widget ul.nze-populist > li > .post-content > .post-title {
    display: block;
    display: -webkit-box;
    font-family: var(--font-title);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--color-text);
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease-in-out .2s;
}

.widget ul.nze-populist > li:first-child > .post-thumbnail ~ .post-content > .post-title {
    font-size: 17px;
}

.widget ul.nze-populist > li > .post-content > .post-title > a {
    color: var(--color-text);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.widget ul.nze-populist > li:hover > .post-content > .post-title > a {
    color: var(--color-primary);
}

.widget ul.nze-populist > li > .post-content > .post-meta {
    display: block;
    font-family: var(--font-meta);
    font-size: 13px;
    line-height: 1em;
    color: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6px 0 0 0;
    overflow: hidden;
}

.widget ul.nze-populist > li > .post-content > .post-meta > .post-views {
    text-transform: lowercase;
}

.widget ul.nze-populist > li > .post-content > .post-meta > .post-datetime ~ .post-views::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    margin: 0 6px;
    vertical-align: middle;
}

.nze-featposts > .post-main > .post-thumbnail,
.nze-featposts > .post-double > .post > .post-thumbnail,
.nze-featposts > .post-triple > .post > .post-thumbnail,
.nze-edichoice-slider .post > .post-thumbnail,
.nze-recomposts > .post > .post-thumbnail,
ul.nze-threecat-posts > li > .post-thumbnail,
.nze-latposts > .post > .post-thumbnail,
.nze-relposts > .related-grid > .related-item > .post-thumbnail {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: thumbnail-skeleton 1.5s infinite;
}

@keyframes thumbnail-skeleton {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

body.wp-customizer .nze-featposts,
body.wp-customizer .nze-edichoice,
body.wp-customizer .nze-recommend,
body.wp-customizer .nze-threecat,
body.wp-customizer .nze-main-section,
body.wp-customizer .nze-cusecone,
body.wp-customizer .nze-cusectwo,
body.wp-customizer .nze-cusecthree {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: unset;
}

.nze-cusec-label {
    position: absolute;
    left: calc(100% + 20px);
    top: -50px;
    background: #fff0f0;
    font-family: monospace;
    font-size: 15px;
    line-height: 1em;
    color: #ff6868;
    white-space: nowrap;
    border: 1px dashed #ff6868;
    border-radius: 3px;
    padding: 6px 12px;
    z-index: 48;
}

.nze-cusec-label::before {
    content: "";
    position: absolute;
    top: 44px;
    left: -20px;
    transform: rotate(141deg);
    width: 40px;
    height: 1px;
    border-bottom: 1px dashed #ff6868;
}

.nze-contrending {
    margin-top: var(--trending-martop);
    margin-bottom: var(--trending-marbot);
}

.nze-404-content {
    display: block;
    text-align: center;
    padding: 80px 20px;
}

.nze-404-content > svg {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto 20px auto;
}

.nze-404-content > svg .colorized {
    fill: var(--color-primary);
}

.nze-404-content > .title {
    display: block;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 8px 0;
}

.nze-404-content > .message {
    display: block;
    font-family: var(--font-content);
    font-size: 15px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 20px 0;
}

.nze-404-content > .button {
    display: inline-block;
    background: var(--color-primary);
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
    border-radius: 6px;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.nze-404-content > .button:hover {
    background: var(--color-primary-hover);
}

/* Dark Mode Start */
body.dark-mode {
    background: #000000;
    color: rgba(255, 255, 255, .8)!important;
}

body.dark-mode .nze-header,
body.dark-mode .nze-header-navigation > div > ul > li > ul.sub-menu,
body.dark-mode .nze-header-navigation > div > ul > li > ul.mega-menu,
body.dark-mode .nze-footer-wrap,
body.dark-mode .nze-authorbox,
body.dark-mode ol.commentlist .comment-body > .comment-content,
body.dark-mode .nze-sharine > ul.share-list > li.more > a,
body.dark-mode .nze-header-search,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu,
body.dark-mode blockquote,
body.dark-mode .nze-sidenav-wrapper > .nze-sidenav {
    background: #101010!important;
}

body.dark-mode .nze-footer-rows .wp-block-social-links .wp-block-social-link.wp-social-link:hover,
body.dark-mode .nze-scroll-top:hover {
    background: var(--color-primary)!important;
}

body.dark-mode .nze-footer-rows .wp-block-social-links .wp-block-social-link.wp-social-link,
body.dark-mode .nze-header-search > .search-form > input[type="text"] {
    background: rgba(255, 255, 255, .06)!important;
}

body.dark-mode .nze-scroll-top,
body.dark-mode .nze-single-wrap > .post-share > .font-size ~ .share-buttons::before {
    background: rgba(255, 255, 255, .15)!important;
}

body.dark-mode .nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > ul.sub-menu {
    background: rgba(255, 255, 255, .04)!important;
}

body.dark-mode .nze-header-navigation > div > ul > li > a,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li > a,
body.dark-mode .nze-header-navigation > div > ul > li > ul.mega-menu > li > a > .mega-title,
body.dark-mode .nze-trending-slider > li > a,
body.dark-mode .nze-headsec > .headsec-title,
body.dark-mode .nze-headsec > .headsec-link,
body.dark-mode .nze-edichoice-slider .post > .post-title > a,
body.dark-mode .nze-recomposts > .post > .post-title > a,
body.dark-mode .nze-threecat-heading > .title,
body.dark-mode ul.nze-threecat-posts > li > .post-title > a,
body.dark-mode .nze-latposts-heading > .title,
body.dark-mode .nze-latposts-heading > .more-latposts,
body.dark-mode .nze-latposts > .post > .post-title > a,
body.dark-mode .widget ul.wp-block-latest-posts > li > .wp-block-latest-posts__post-title,
body.dark-mode .widget ul.wp-block-categories-list > li > a,
body.dark-mode .widget ul > li > a,
body.dark-mode .widget ol > li > a,
body.dark-mode .nze-single > .post-title,
body.dark-mode .nze-single > .post-meta > .author-name > a,
body.dark-mode .nze-authorbox > .author-info > .author-name > a,
body.dark-mode .nze-relposts > .related-grid > .related-item > .post-title > a,
body.dark-mode .nze-comments .comment-respond > .comment-form > p > textarea,
body.dark-mode .nze-comments .comment-respond > .comment-form > p > input[type="text"],
body.dark-mode .nze-comments .comment-respond > .comment-form > p > input[type="email"],
body.dark-mode .nze-comments .comment-respond > .comment-form > p > input[type="url"],
body.dark-mode .nze-pagelinks > .post-page-numbers.current,
body.dark-mode .nze-breadcrumb > ol > li > a,
body.dark-mode .entry-content h1,
body.dark-mode .entry-content h2,
body.dark-mode .entry-content h3,
body.dark-mode .entry-content h4,
body.dark-mode .entry-content h5,
body.dark-mode .entry-content h6,
body.dark-mode .entry-content h1 > a,
body.dark-mode .entry-content h2 > a,
body.dark-mode .entry-content h3 > a,
body.dark-mode .entry-content h4 > a,
body.dark-mode .entry-content h5 > a,
body.dark-mode .entry-content h6 > a,
body.dark-mode .nze-header-search > .search-form > input[type="text"],
body.dark-mode .nze-relposts > .related-title,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a,
body.dark-mode .nze-archeader > .archive-title,
body.dark-mode .widget .wp-block-heading,
body.dark-mode .widget .widget-title,
body.dark-mode .widget ul.nze-populist > li > .post-content > .post-title > a,
body.dark-mode .nze-sidenav-menu ul.sidenav-menu li > a,
body.dark-mode .nze-page-header > .page-title,
body.dark-mode .nze-single-wrap > .post-share > .font-size > button.min::after,
body.dark-mode .nze-single-wrap > .post-share > .font-size > button.max::after {
    color: #ffffff!important;
}

body.dark-mode .nze-header-navigation > div > ul > li.current-menu-item > a,
body.dark-mode .nze-header-navigation > div > ul > li:hover > a,
body.dark-mode .nze-header-navigation > div > ul > li > ul.mega-menu > li > a:hover > .mega-title,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a,
body.dark-mode .nze-trending-slider > li > a:hover,
body.dark-mode .nze-headsec > .headsec-link:hover,
body.dark-mode .nze-edichoice-slider .post:hover > .post-title > a,
body.dark-mode .nze-recomposts > .post:hover > .post-title > a,
body.dark-mode ul.nze-threecat-posts > li:hover > .post-title > a,
body.dark-mode .nze-latposts-heading > .more-latposts:hover,
body.dark-mode .nze-latposts > .post:hover > .post-title > a,
body.dark-mode .widget ul > li > a:hover,
body.dark-mode .widget ol > li > a:hover,
body.dark-mode .widget ul.wp-block-latest-posts > li:hover > .wp-block-latest-posts__post-title,
body.dark-mode .widget ul.wp-block-categories-list > li > a:hover,
body.dark-mode .nze-relposts > .related-grid > .related-item:hover > .post-title > a,
body.dark-mode .nze-breadcrumb > ol > li > a:hover,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li:hover > a,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a.current-menu-item,
body.dark-mode .widget ul.nze-populist > li:hover > .post-content > .post-title > a,
body.dark-mode .entry-content h1 > a:hover,
body.dark-mode .entry-content h2 > a:hover,
body.dark-mode .entry-content h3 > a:hover,
body.dark-mode .entry-content h4 > a:hover,
body.dark-mode .entry-content h5 > a:hover,
body.dark-mode .entry-content h6 > a:hover {
    color: var(--color-primary)!important;
}

body.dark-mode .nze-edichoice-slider .post > .post-meta,
body.dark-mode .nze-recomposts > .post > .post-meta,
body.dark-mode ul.nze-threecat-posts > li > .post-time,
body.dark-mode .nze-latposts > .post > .post-meta,
body.dark-mode .widget ul.wp-block-latest-posts > li > time,
body.dark-mode .nze-single > .post-meta > .publish-date,
body.dark-mode .nze-sharine > .share-title,
body.dark-mode .nze-relposts > .related-grid > .related-item > .post-meta,
body.dark-mode .nze-single-wrap > .post-share > .share-buttons > .share-label,
body.dark-mode .nze-comments .comment-respond > .comment-form > .comment-notes,
body.dark-mode .widget ul.nze-populist > li > .post-content > .post-meta,
body.dark-mode .nze-404-content > .message,
body.dark-mode figure > figcaption {
    color: rgba(255, 255, 255, .6)!important;
}

body.dark-mode .nze-latposts > .post > p,
body.dark-mode .nze-single > .post-excerpt,
body.dark-mode .nze-authorbox > .author-info > .author-bio,
body.dark-mode .nze-single-wrap > .post-content > .post-thumbnail > .thumbnail-caption {
    color: rgba(255, 255, 255, .68)!important;
}

body.dark-mode .nze-headsec,
body.dark-mode .nze-threecat-heading,
body.dark-mode ul.nze-threecat-posts > li,
body.dark-mode .nze-latposts-heading,
body.dark-mode .widget .wp-block-heading,
body.dark-mode .nze-single-wrap > .post-share,
body.dark-mode input[type="text"],
body.dark-mode input[type="number"],
body.dark-mode input[type="email"],
body.dark-mode input[type="tel"],
body.dark-mode input[type="url"],
body.dark-mode input[type="search"],
body.dark-mode input[type="submit"],
body.dark-mode textarea,
body.dark-mode select,
body.dark-mode button,
body.dark-mode .nze-relposts > .related-title,
body.dark-mode .widget .wp-block-heading,
body.dark-mode .widget .widget-title,
body.dark-mode table th,
body.dark-mode table td,
body.dark-mode .wp-block-table table th,
body.dark-mode .wp-block-table table td,
body.dark-mode table thead,
body.dark-mode .wp-block-table table thead,
body.dark-mode table tfoot,
body.dark-mode .wp-block-table table tfoot {
    border-color: rgba(255, 255, 255, .12)!important;
}

body.dark-mode .nze-comments .comment-respond > .comment-form > .comment-form-cookies-consent > label::before {
    border-color: rgba(255, 255, 255, .15)!important;
}

body.dark-mode .nze-header-button > svg,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > a > .sub-arrow > svg,
body.dark-mode .nze-single-wrap > .post-share > .font-size > button > svg,
body.dark-mode .nze-single-wrap > .post-share > .share-buttons > ul.share-list > li.twitter > a > svg,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a > .sub-arrow > svg,
body.dark-mode .nze-sidenav-menu ul.sidenav-menu li.menu-item-has-children > a > .sub-arrow > svg {
    fill: #ffffff!important;
}

body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children:hover > a > .sub-arrow > svg,
body.dark-mode .nze-header-navigation > div > ul > li.menu-item-has-children > ul.sub-menu li.menu-item-has-children:hover > a > .sub-arrow > svg {
    fill: var(--color-primary)!important;
}

body.dark-mode .nze-breadcrumb > ol > li > svg {
    fill: rgba(255, 255, 255, .8)!important;
}

body.dark-mode .nze-header-brand img,
body.dark-mode .nze-footer-rows .wp-block-image img,
body.dark-mode .nze-sidenav-brand img {
    filter: brightness(0) invert(1)!important;
}

body.dark-mode blockquote::before {
    filter: invert(1);
}

body.dark-mode .nze-header-button > svg.icon-moon {
    display: none!important;
}

body.dark-mode .nze-header-button > svg.icon-sun {
    display: block!important;
}

/* Dark Mode End */

@media screen and (max-width: 1580px) {
    .nze-advsticky {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .nze-outwrapper {
        display: block;
        margin: 0;
    }

    .nze-container,
    .nze-mainwrapper {
        width: calc(100% - 60px);
        margin: 0 auto;
        padding: 0;
    }

    .nze-header-brand {
        margin: 0;
    }

    .nze-header-navigation {
        display: none;
    }

    .nze-sharine > ul.share-list > li {
        margin: 0 12px 0 0;
    }

    .nze-contrending {
        margin-top: var(--trending-martop);
        margin-bottom: var(--trending-marbot);   
    }
}

@media screen and (max-width: 1080px) {
    .nze-featposts > .post-main {
        width: calc(100% - 325px);
    }

    .nze-featposts > .post-triple {
        width: 100%;
        margin: 17px 0 0 0;
        overflow: hidden;
    }

    .nze-featposts > .post-triple > .post {
        float: left;
        width: calc(33.333% - 12px);
        margin: 0 17px 0 0;
    }

    .nze-featposts > .post-triple > .post:last-child {
        margin: 0;
    }

    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 200px;
    }

    .nze-edichoice-slider .post > .post-thumbnail  {
        height: 160px;
    }

    .nze-recomposts > .post {
        width: 400px;
    }

    .nze-recomposts > .post:first-child {
        width: calc(100% - 427px);
    }

    .nze-threecat-rows {
        width: calc(100% + 40px);
        margin: 0 0 0 -20px;
    }

    .nze-threecat-column {
        width: calc(33.333% - 40px);
        margin: 0 20px;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 200px;
    }

    .nze-single > .post-title {
        font-size: 32px;
    }

    .nze-sharine > ul.share-list > li.telegram > a > svg,
    .nze-sharine > ul.share-list > li.whatsapp > a > svg {
        margin: 0;
    }

    .nze-sharine > ul.share-list > li.telegram > a > span,
    .nze-sharine > ul.share-list > li.whatsapp > a > span {
        display: none;
    }

    .nze-relposts > .related-grid {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
    }

    .nze-relposts > .related-grid > .related-item {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px 10px;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 160px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .nze-edichoice-slider .post > .post-thumbnail {
        height: 200px;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 210px;
        height: 140px;
    }

    .nze-latposts > .post > .post-title {
        font-size: 20px;
        line-height: 1.4em;
    }

    .nze-page-header > .page-title {
        font-size: 32px;
    }

    .nze-relposts > .related-grid {
        width: calc(100% + 25px);
        margin: 0 0 0 -12.5px;
    }

    .nze-relposts > .related-grid > .related-item {
        width: calc(50% - 25px);
        margin: 0 12.5px 25px 12.5px;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 180px;
        border-radius: 8px;
    }

    .nze-archeader {
        padding: 0 0 15px 0;
    }

    .nze-archeader > .archive-title {
        font-size: 27px;
    }

    .nze-footer-rows > .footer-col {
        width: calc(33.333% - 60px);
    }

    .nze-footer-rows > .footer-1 {
        width: 100%;
        margin: 0 30px 10px 30px;
    }

    .nze-scroll-top {
        bottom: 20px;
        right: 25px;
    }

    .nze-scroll-top.scrolled {
        bottom: 30px;
    }
}

@media screen and (max-width: 960px) {
    .nze-edichoice-slider .post > .post-thumbnail {
        height: 180px;
    }

    .nze-recomposts > .post {
        width: 370px;
    }

    .nze-recomposts > .post:first-child {
        width: calc(100% - 397px);
    }

    .nze-recomposts > .post > .post-thumbnail {
        width: 125px;
        height: 82px;
    }

    .nze-recomposts > .post:first-child > .post-thumbnail {
        height: 397px;
    }

    .nze-threecat-rows {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }

    .nze-threecat-column {
        width: calc(33.333% - 30px);
        margin: 0 15px;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 180px;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 175px;
        height: 115px;
    }

    .nze-latposts > .post > .post-title {
        font-size: 19px;
    }

    .nze-latposts > .post > p {
        display: none;
    }

    .nze-single-wrap > .post-share {
        display: none;
    }

    .nze-single-wrap > .post-content,
    .nze-single-wrap > .post-share ~ .post-content {
        float: none;
        display: block;
        width: 100%;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 170px;
    }
}

@media screen and (max-width: 800px) {
    .nze-featposts > .post-main {
        width: calc(100% - 255px);
    }

    .nze-featposts > .post-double {
        width: 238px;
    }

    .nze-featposts > .post-main > .post-thumbnail {
        height: 387px;
    }

    .nze-featposts > .post-double > .post > .post-thumbnail {
        height: 185px;
    }

    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 170px;
    }

    .nze-edichoice-slider .post > .post-thumbnail {
        height: 165px;
    }

    .nze-edichoice-slider {
        width: calc(100% + 25px);
        margin: 0 0 0 -12.5px;
    }

    .nze-edichoice-slider .post {
        margin: 0 12.5px;
    }

    .nze-recomposts > .post {
        width: 340px;
    }

    .nze-recomposts > .post:first-child {
        width: calc(100% - 367px);
        margin: 0 20px 0 0;
    }

    .nze-recomposts > .post > .post-thumbnail {
        width: 105px;
        height: 72px;
        margin: 0 15px 0 0;
    }

    .nze-recomposts > .post:first-child > .post-thumbnail {
        height: 357px;
    }

    .nze-recomposts > .post:first-child > .post-content > .post-title {
        font-size: 21px;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 160px;
    }

    .nze-latposts-heading {
        margin: 0 0 20px 0;
        padding: 0 0 12px 0;
    }

    .nze-latposts > .post {
        margin: 0 0 20px 0;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 150px;
        height: 100px;
        border-radius: 8px;
    }
    
    .nze-mainleft,
    .nze-sideright {
        float: none;
        display: block;
        width: 100%;
    }

    .nze-mainleft {
        margin: 0 0 40px 0;
    }

    .nze-single > .post-excerpt {
        font-size: 14px;
    }

    .nze-relposts > .related-title,
    .nze-comments > .comments-title {
        font-size: 21px;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 210px;
    }

    .nze-archeader {
        margin: 0 0 25px 0;
        padding: 0 0 12px 0;
    }

    .nze-404-content {
        padding: 50px 20px;
    }

    .nze-404-content > svg {
        width: 150px;
        margin: 0 auto 15px auto;
    }

    .nze-404-content > .title {
        font-size: 21px;
    }
}

@media screen and (max-width: 720px) {
    .nze-container,
    .nze-mainwrapper {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .nze-header-wrapper {
        margin: 0 0 20px 0;
    }

    .nze-featposts > .post-main {
        width: calc(100% - 225px);
    }

    .nze-featposts > .post-double {
        width: 208px;
    }

    .nze-featposts > .post-main > .post-thumbnail {
        height: 307px;
    }

    .nze-featposts > .post-main > .post-content {
        bottom: 30px;
    }

    .nze-featposts > .post-main > .post-content > .post-title {
        font-size: 21px;
    }

    .nze-featposts > .post-main > .post-content > .post-excerpt {
        font-size: 14px;
    }

    .nze-featposts > .post-double > .post > .post-thumbnail {
        height: 145px;
    }

    .nze-featposts > .post-double > .post > .post-title {
        font-size: 15px;
    }

    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 145px;
    }

    .nze-headsec {
        margin: 0 0 20px 0;
        padding: 0 0 12px 0;
    }

    .nze-headsec > .headsec-title,
    .nze-threecat-heading > .title,
    .nze-latposts-heading > .title {
        font-size: 21px;
    }

    .nze-headsec > .headsec-link {
        display: none;
    }

    .nze-edichoice-slider .post > .post-thumbnail {
        height: 185px;
    }

    .nze-recomposts > .post {
        width: calc(50% - 10px);
        margin: 0 0 15px 0;
    }

    .nze-recomposts > .post:nth-child(even) {
        margin-right: 20px;
    }

    .nze-recomposts > .post:first-child {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .nze-recomposts > .post > .post-meta {
        margin: 0 0 5px 0;
    }

    .nze-recomposts > .post > .post-meta,
    .nze-recomposts > .post > .post-meta > .post-category {
        font-size: 13px;
    }

    .nze-recomposts > .post > .post-thumbnail {
        width: 92px;
        height: 62px;
        border-radius: 6px;
    }

    .nze-recomposts > .post > .post-title {
        font-size: 15px;
    }
    
    .nze-threecat-rows {
        display: block;
        width: 100%;
        margin: 0;
    }

    .nze-threecat-column {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .nze-threecat-rows .nze-threecat-column:last-child {
        margin: 0;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 360px;
    }

    .nze-latposts-heading > .more-latposts {
        display: none;
    }

    .nze-single > .post-title {
        font-size: 29px;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 190px;
        border-radius: 8px;
    }

    .nze-contrending {
        margin-top: var(--trending-martop-mobile);
        margin-bottom: var(--trending-marbot-mobile);
    }

    .nze-featposts {
        margin-top: var(--featposts-martop-mobile);
        margin-bottom: var(--featposts-marbot-mobile);
    }

    .nze-edichoice {
        margin-top: var(--edichoice-martop-mobile);
        margin-bottom: var(--edichoice-marbot-mobile);
    }

    .nze-recommend {
        margin-top: var(--recommend-martop-mobile);
        margin-bottom: var(--recommend-marbot-mobile);
    }

    .nze-threecat {
        margin-top: var(--threecat-martop-mobile);
        margin-bottom: var(--threecat-marbot-mobile);
    }

    .nze-mainsec {
        margin-top: var(--mainsec-martop-mobile);
        margin-bottom: var(--mainsec-marbot-mobile);
    }

    .nze-cusecone {
        margin-top: var(--cusecone-martop-mobile);
        margin-bottom: var(--cusecone-marbot-mobile);
    }

    .nze-cusectwo {
        margin-top: var(--cusectwo-martop-mobile);
        margin-bottom: var(--cusectwo-marbot-mobile);
    }

    .nze-cusecthree {
        margin-top: var(--cusecthree-martop-mobile);
        margin-bottom: var(--cusecthree-marbot-mobile);
    }

}

@media screen and (max-width: 600px) {
    .nze-header-button {
        padding: 0 8px;
    }

    .nze-header-button > svg {
        width: 22px;
        height: 22px;
    }

    .nze-featposts > .post-main {
        width: calc(100% - 205px);
    }

    .nze-featposts > .post-main > .post-thumbnail {
        height: 257px;
    }

    .nze-featposts > .post-main > .post-content {
        bottom: 25px;
        left: 25px;
        width: calc(100% - 50px);
    }

    .nze-featposts > .post-main > .post-content > .post-meta > .post-category {
        font-size: 13px;
    }

    .nze-featposts > .post-main > .post-content > .post-meta > .post-time,
    .nze-recomposts > .post:first-child > .post-content > .post-meta > .post-time {
        font-size: 14px;
    }

    .nze-featposts > .post-double {
        width: 188px;
    }

    .nze-featposts > .post-double > .post > .post-thumbnail,
    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 120px;
    }

    .nze-featposts > .post-double > .post > .post-title,
    .nze-featposts > .post-triple > .post > .post-title {
        bottom: 18px;
        left: 18px;
        width: calc(100% - 36px);
    }

    .nze-edichoice-slider {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
    }

    .nze-edichoice-slider .post {
        margin: 0 10px;
    }

    .nze-edichoice-slider .post > .post-thumbnail {
        height: 165px;
    }

    .nze-recomposts > .post,
    .nze-recomposts > .post:nth-child(even) {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
        overflow: hidden;
    }

    .nze-recomposts > .post:first-child {
        margin: 0 0 20px 0;
    }

    .nze-recomposts > .post:first-child > .post-thumbnail {
        height: 340px;
    }

    .nze-recomposts > .post:first-child > .post-content {
        bottom: 30px;
        left: 25px;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 300px;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 155px;
        height: 105px;
    }

    .nze-latposts > .post > .post-title {
        font-size: 18px;
    }

    .nze-archeader > .nze-breadcrumb {
        font-size: 14px;
        margin: 0 0 6px 0;
    }

    .nze-relposts > .related-grid {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
    }

    .nze-relposts > .related-grid > .related-item {
        width: calc(50% - 20px);
        margin: 0 10px 25px 10px
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 160px;
    }

    .nze-footer-wrap {
        padding: 50px 0;
    }

    .nze-footer-rows {
        display: block;
        width: 100%;
        margin: 0;
    }

    .nze-footer-rows > .footer-col {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
    }

    .nze-footer-credit {
        line-height: 1.4em;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .nze-container,
    .nze-mainwrapper {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);;
    }

    .nze-featposts > .post-main,
    .nze-featposts > .post-double,
    .nze-featposts > .post-triple {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 12px 0;
        overflow: hidden;
    }

    .nze-featposts > .post-main > .post-thumbnail {
        height: 280px;
    }

    .nze-featposts > .post-double > .post {
        float: left;
        width: calc(50% - 6px);
        margin: 0;
    }

    .nze-featposts > .post-double > .post:first-child {
        margin: 0 12px 0 0;
    }

    .nze-featposts > .post-double > .post > .post-thumbnail {
        height: 145px;
    }

    .nze-featposts > .post-triple {
        margin: 0;
    }

    .nze-featposts > .post-triple > .post {
        width: calc(33.333% - 8px);
        margin: 0 12px 0 0;
    }

    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 110px;
    }

    .nze-featposts > .post-triple > .post > .post-title {
        bottom: 15px;
        left: 12px;
        width: calc(100% - 24px);
        font-size: 14px;
    }

    .nze-edichoice-slider > .slick-arrow {
        top: 64px;
        padding: 8px;
    }

    .nze-edichoice-slider .post > .post-thumbnail {
        height: 145px;
        margin: 0 0 17px 0;
    }

    .nze-edichoice-slider .post > .post-meta {
        margin: 0 0 8px 0;
    }

    .nze-edichoice-slider .post > .post-meta > .post-category,
    .nze-recomposts > .post > .post-meta > .post-category,
    .nze-latposts > .post > .post-meta > .post-category {
        font-size: 13px;
    }

    .nze-edichoice-slider .post > .post-meta > .post-time,
    .nze-recomposts > .post > .post-meta > .post-time,
    ul.nze-threecat-posts > li > .post-time,
    .nze-latposts > .post > .post-meta > .post-time {
        font-size: 14px;
    }

    .nze-edichoice-slider .post > .post-meta > .post-category ~ .post-time::before,
    .nze-recomposts > .post > .post-meta > .post-category ~ .post-time::before,
    .nze-latposts > .post > .post-meta > .post-category ~ .post-time::before,
    .nze-relposts > .related-grid > .related-item > .post-meta > .post-category ~ .post-time::before {
        margin: 0 8px;
    }

    .nze-edichoice-slider .post > .post-title {
        font-size: 15px;
    }

    .nze-recomposts > .post:first-child > .post-thumbnail {
        height: 315px;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 275px;
    }

    ul.nze-threecat-posts > li > .post-title {
        font-size: 15px;
    }

    ul.nze-threecat-posts > li:first-child > .post-title {
        font-size: 17px;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 135px;
        height: 90px;
        margin: 0 15px 0 0;
    }

    .nze-latposts > .post > .post-meta {
        margin: 0 0 8px 0;
    }

    .nze-latposts > .post > .post-title {
        font-size: 17px;
    }

    .nze-loadmore-wrap > .nze-loadmore-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .nze-page-header > .page-title {
        font-size: 27px;
    }

    .nze-relposts > .related-grid > .related-item {
        margin: 0 10px 20px 10px;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 145px;
        margin: 0 0 17px 0;
    }

    .nze-relposts > .related-grid > .related-item > .post-meta,
    .nze-relposts > .related-grid > .related-item > .post-meta > .post-category {
        font-size: 13px;
    }

    .nze-relposts > .related-grid > .related-item > .post-meta {
        margin: 0 0 8px 0;
    }

    .nze-relposts > .related-grid > .related-item > .post-title {
        font-size: 15px;
    }

    .nze-archeader {
        margin: 0 0 20px 0;
    }

    .nze-archeader > .archive-title {
        font-size: 24px;
    }

    .nze-contrending {
        margin-top: var(--trending-martop-mobile);
        margin-bottom: var(--trending-marbot-mobile);
    }
}

@media screen and (max-width: 420px) {
    .entry-content h1 {
        font-size: 24px;
    }

    .entry-content h2 {
        font-size: 22px;
        line-height: 1.35em;
    }

    .entry-content h3 {
        font-size: 20px;
    }

    .entry-content h4 {
        font-size: 19px;
    }

    .entry-content h5 {
        font-size: 18px;
    }

    .entry-content h6 {
        font-size: 17px;
    }

    .nze-header-wrapper,
    .nze-header,
    .nze-header-brand,
    .nze-header-button,
    .nze-sidenav-brand {
        height: 72px;
    }

    .nze-header-wrapper {
        margin: 0 0 20px 0;
    }

    .nze-header-brand img,
    .nze-sidenav-brand img {
        height: var(--logo-size-mobile);
    }

    .nze-header-search {
        top: 86px;
        right: -38px;
        width: calc(100vw - 30px);
    }

    .nze-header-search.show {
        top: 76px;
    }

    .nze-trending-heading {
        font-size: 12px;
    }

    .nze-trending-slider > li > a {
        font-size: 14px;
    }

    .nze-featposts > .post-main,
    .nze-featposts > .post-double,
    .nze-featposts > .post-triple {
        margin: 0 0 6px 0;
    }

    .nze-featposts > .post-triple {
        margin: 0;
    }

    .nze-featposts > .post-main {
        border-radius: 8px;
    }

    .nze-featposts > .post-main > .post-thumbnail,
    .nze-recomposts > .post:first-child > .post-thumbnail {
        height: 240px;
    }

    .nze-featposts > .post-main > .post-content,
    .nze-recomposts > .post:first-child > .post-content {
        bottom: 20px;
    }

    .nze-featposts > .post-main > .post-content > .post-title,
    .nze-recomposts > .post:first-child > .post-content > .post-title {
        font-size: 19px;
        margin: 0 0 10px 0;
    }

    .nze-featposts > .post-main > .post-content > .post-meta > .post-category,
    .nze-recomposts > .post:first-child > .post-content > .post-meta > .post-category {
        padding: 7px 15px;
    }

    .nze-featposts > .post-main > .post-content > .post-excerpt,
    .nze-recomposts > .post:first-child > .post-content > .post-excerpt {
        font-size: 13px;
    }

    .nze-featposts > .post-double > .post {
        width: calc(50% - 3px);
        border-radius: 8px;
    }

    .nze-featposts > .post-double > .post:first-child {
        margin: 0 6px 0 0;
    }

    .nze-featposts > .post-double > .post > .post-thumbnail {
        height: 115px;
    }

    .nze-featposts > .post-triple > .post {
        width: calc(33.333% - 4px);
        border-radius: 8px;
        margin: 0 6px 0 0;
    }

    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 85px;
    }

    .nze-featposts > .post-triple > .post > .post-title {
        font-size: 14px;
    }

    .nze-edichoice-slider > .slick-arrow {
        top: 44px;
    }

    .nze-edichoice-slider .post > .post-thumbnail {
        height: 115px;
    }

    .nze-recomposts > .post,
    .nze-recomposts > .post:nth-child(even) {
        margin: 0 0 13px 0;
    }

    .nze-recomposts > .post:first-child {
        margin: 0 0 15px 0;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 215px;
        margin: 0 0 15px 0;
    }

    ul.nze-threecat-posts > li > .post-time {
        margin: 0 0 6px 0;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 115px;
        height: 75px;
        border-radius: 6px;
    }

    .nze-latposts > .post > .post-title {
        font-size: 16px;
    }

    .nze-loadmore-wrap > .nze-loadmore-button {
        padding: 9px 18px;
    }

    .nze-single > .post-title {
        font-size: 27px;
        line-height: 1.3em;
        margin: 0 0 15px 0;
    }

    .nze-single > .post-meta {
        margin: 0 0 15px 0;
    }

    .nze-single > .post-excerpt {
        margin: 0 0 20px 0;
    }

    .nze-single-wrap > .post-content > .post-thumbnail > .thumbnail-caption {
        font-size: 13px;
        margin: 8px 0 0 0;
    }

    .nze-sharine > ul.share-list > li {
        margin: 0 8px 0 0;
    }

    .nze-sharine > ul.share-list > li > a {
        font-size: 13px;
        padding: 8px 12px;
    }

    .nze-sharine > ul.share-list > li.twitter > a > svg {
        margin: 0;
    }

    .nze-sharine > ul.share-list > li.twitter > a > span {
        display: none;
    }

    .nze-authorbox {
        padding: 20px;
    }

    .nze-authorbox > .author-avatar {
        width: 42px;
        margin: 0 15px 0 0;
    }

    .nze-authorbox > .author-info {
        width: calc(100% - 57px);
    }

    .nze-authorbox > .author-info > .author-name {
        font-size: 15px;
        margin: 0 0 8px 0;
    }

    .nze-authorbox > .author-info > .author-bio {
        font-size: 14px;
        line-height: 1.5em;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 115px;
    }

    .nze-archeader > .archive-title {
        font-size: 21px;
    }

    .nze-scroll-top {
        bottom: 15px;
        right: 20px;
    }

    .nze-scroll-top.scrolled {
        bottom: 25px;
    }
}

@media screen and (max-width: 380px) {
    .nze-featposts > .post-main > .post-content,
    .nze-recomposts > .post:first-child > .post-content {
        left: 20px;
        width: calc(100% - 40px);
    }

    .nze-featposts > .post-main > .post-thumbnail,
    .nze-recomposts > .post:first-child > .post-thumbnail {
        height: 220px;
    }

    .nze-featposts > .post-main > .post-content > .post-title,
    .nze-recomposts > .post:first-child > .post-content > .post-title {
        font-size: 17px;
        margin: 0 0 8px 0;
    }

    .nze-featposts > .post-main > .post-content > .post-meta,
    .nze-recomposts > .post:first-child > .post-content > .post-meta {
        margin: 0 0 10px 0;
    }

    .nze-featposts > .post-main > .post-content > .post-meta > .post-category,
    .nze-recomposts > .post:first-child > .post-content > .post-meta > .post-category {
        font-size: 13px;
    }

    .nze-featposts > .post-double > .post {
        border-radius: 6px;
    }

    .nze-featposts > .post-double > .post > .post-thumbnail {
        height: 105px;
    }

    .nze-featposts > .post-double > .post > .post-title {
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
        font-size: 14px;
    }

    .nze-featposts > .post-triple > .post {
        border-radius: 5px;
    }

    .nze-featposts > .post-triple > .post > .post-thumbnail {
        height: 75px;
    }

    .nze-featposts > .post-triple > .post > .post-title {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        font-size: 13px;
    }

    .nze-edichoice-slider {
        width: calc(100% + 16px);
        margin: 0 0 0 -8px;
    }

    .nze-edichoice-slider > .slick-arrow {
        top: 38px;
        left: 20px;
    }

    .nze-edichoice-slider > .slick-arrow.next {
        left: auto;
        right: 20px;
    }

    .nze-edichoice-slider > .slick-arrow > svg {
        width: 16px;
        height: 16px;
    }

    .nze-edichoice-slider .post {
        margin: 0 8px;
    }

    .nze-edichoice-slider .post > .post-thumbnail {
        height: 100px;
        border-radius: 6px;
        margin: 0 0 13px 0;
    }

    .nze-edichoice-slider .post > .post-meta {
        margin: 0 0 6px 0;
    }

    .nze-edichoice-slider .post > .post-meta > .post-category {
        font-size: 12px;
    }

    .nze-edichoice-slider .post > .post-meta > .post-time {
        font-size: 13px;
    }

    .nze-edichoice-slider .post > .post-title {
        font-size: 14px;
    }

    .nze-recomposts > .post:first-child {
        border-radius: 8px;
    }

    ul.nze-threecat-posts > li > .post-thumbnail {
        height: 210px;
        border-radius: 8px;
    }

    .nze-latposts > .post > .post-thumbnail {
        width: 105px;
        height: 70px;
        margin: 0 12px 0 0;
    }

    .nze-latposts > .post > .post-meta {
        margin: 0 0 5px 0;
    }

    .nze-latposts > .post > .post-title {
        font-size: 15px;
    }

    .nze-single > .post-title,
    .nze-page-header > .page-title {
        font-size: 24px;
    }

    .nze-relposts > .related-grid {
        width: calc(100% + 16px);
        margin: 0 0 0 -8px;
    }

    .nze-relposts > .related-grid > .related-item {
        width: calc(50% - 16px);
        margin: 0 8px 15px 8px;
    }

    .nze-relposts > .related-grid > .related-item > .post-thumbnail {
        height: 100px;
        border-radius: 6px;
        margin: 0 0 13px 0;
    }

    .nze-relposts > .related-grid > .related-item > .post-meta > .post-category {
        font-size: 12px;
    }

    .nze-relposts > .related-grid > .related-item > .post-meta {
        margin: 0 0 6px 0;
    }

    .nze-relposts > .related-grid > .related-item > .post-title {
        font-size: 14px;
    }
}