/*
Theme Name: Nhuja News Pro
Theme URI: https://www.candidthemes.com/themes/nhuja-news-pro/
Author: Candid Themes
Author URI: http://www.candidthemes.com/
Description: The Nhuja News Pro is a premium magazine WordPress theme. It is easy to use, customize and lightweight WordPress theme. In addition to that, this theme comes with one click demo import option, added custom widgets, unlimited color possibilites and font options for every sections. Typography options like font size, weight, letter spacing help to manage the content in an attractive way. Furthermore, Nhuja News Pro is advertisement ready WordPress theme with SEO optimized code. Besides that, this theme support major and popular plugins. This premium theme has multiple blog column layout, single page advertisement area, related posts, comment form position change option, etc. Similiarly, it has meta options, header and footer options, sidebar options, individual sidebar for single post and many more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nhuja-news
Requires PHP: 5.2
Tested up to: 6.8
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, rtl-language-support, footer-widgets, custom-header, three-columns, one-column, left-sidebar, news, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nhuja News is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Defaults
    ## Container
    ## Social Menu
# Header
    ## Top Bar
        ### Top Bar Social
        ### Top Menu
        ### Top Bar Search
    ## Site Branding
    ## Primary Menu
# Carousel
# Content Area
    ## Metas
# Sidebar
# Widgets
    ## Social Menu Widget & Author Widget
    ##  Featured Posts Widget
# Pagination
# 404 Error Page
# Related Posts
# Comments
# Footer
# Go to Top
# Breadcrumbs

--------------------------------------------------------------*/
:root {
    --font-primary: 'Cormorant', sans-serif;
    --font-secondary: 'Jost', sans-serif;
    --font-heading: 'DM Serif Display', sans-serif;
    --color-primary: #00796b;
    --color-secondary: #444;
    --color-border: #eee;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus {
    outline: 1px dotted ButtonText !important;
}

.post-thumb :focus {
    border: 1px dotted midnightblue;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
    margin-top: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #7e7e7e;
    font-family: sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.3em;
}

p:last-child {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fefefe;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

input {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #444;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:visited {
    outline: 1px dotted #444;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation a .menu-description {
    position: absolute;
    top: 3px;
    left: calc(100% - 40px);
    background: #fff;
    color: #000;
    font-size: 10px;
    padding: 1px 4px;
    line-height: 10px;
}

.main-navigation a .menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    left: 3px;
    bottom: -4px;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul,
#site-navigation.toggled ul#primary-menu {
    display: block;
}

.menu-toggle {
    border: none;
}

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    margin: 7px 0;
    transition: all .2s ease-in-out;
}

.toggled .menu-toggle:before {
    transform: translateY(10px) rotate(135deg);
}

.toggled .menu-toggle:after {
    transform: translateY(-10px) rotate(-135deg);
}

.toggled .menu-toggle span {
    transform: scale(0);
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.js-marquee-wrapper {
    overflow: hidden;
}

.logo-wrapper-block {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nhuja-news-menu-container+.logo-wrapper-block {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-wrapper-container .header-mid-left {
    font-size: 15px;
}

.header-adv-section .logo-right-wrapper>a {
    display: block;
}

.center-logo-header .logo-wrapper-container {
    text-align: center;
}

.center-logo-header .logo-wrapper-container>div {
    flex-grow: 1;
}

.center-logo-header .logo-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .logo-wrapper {
        text-align: center;
    }

    .site-branding+.header-adv-section,
    .logo-wrapper+.logo-right-wrapper {
        margin-top: 30px;
    }

    .logo-right-wrapper {
        padding-top: 0;
    }

    .nhuja-news-header-left-logo .nhuja-news-logo-main-container {
        position: relative;
    }

    .nhuja-news-header-left-logo .nhuja-news-logo-container {
        padding-right: 40px;
    }

    .nhuja-news-header-left-logo .navbar-header {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nhuja-news-header-left-logo .nhuja-news-menu-container {
        border: none;

    }

    .main-navigation ul ul {
        width: 100%;
    }

    .main-navigation li.menu-item-has-children.focus>ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul ul a {
        padding-left: 0;
        padding-right: 0;
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin-bottom: 15px;
        background: #fafafa;
    }

}

@media screen and (max-width: 640px) {
    .center-logo-header .logo-wrapper {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media screen and (min-width: 768px) {
    .main-navigation li {
        display: inline-block;
    }

    .nhuja-news-social-top {
        float: right;
        margin-left: 10px;
    }

    .ct-clock {
        margin-right: 20px;
    }


    .top-left-col,
    .top-right-col,
    .trending-title,
    .trending-content {
        float: left;
    }

    .top-left-col {
        width: 70%;
        padding-right: 30px;
    }

    .top-right-col {
        width: 30%;
        float: right;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .logo-right-wrapper {
        width: 65%;
    }

    .nhuja-news-header-left-logo-wrapper .logo-right-wrapper {
        width: 100%;
    }

    .logo-wrapper-container {
        display: flex;
        align-items: center;
    }

    .logo-wrapper {
        width: 35%;
        padding-left: 0;
    }

    .logo-wrapper+.logo-right-wrapper {
        padding-left: 20px;
    }

    .center-logo-header .header-mid-left {
        max-width: 250px;
    }

    .nhuja-news-header-left-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header-adv-section {
        margin-top: 30px;
    }

    #site-navigation.nhuja-news-header-left-logo .nhuja-news-menu-container {
        border: none;
        padding-right: 0;
    }

    .nhuja-news-header-left-logo .main-navigation {
        padding-right: 45px;
        text-align: right;
    }

    .nhuja-news-header-left-logo .ct-left-aligned .main-navigation {
        text-align: left;
    }

    .nhuja-news-header-left-logo .ct-center-aligned .main-navigation {
        text-align: center;
    }

    .nhuja-news-header-left-logo .nhuja-news-logo-main-container {
        display: table-cell;
        width: 25%;
        vertical-align: middle;
        padding-right: 15px;
    }

    .nhuja-news-header-left-logo.navbar-header {
        display: none;
        width: 0;
    }

    .nhuja-news-header-left-logo.nhuja-news-menu-container {
        width: 75%;
        display: table-cell;
        vertical-align: middle;
    }

    .nhuja-news-header-left-logo.nhuja-news-menu-container .main-navigation {
        text-align: right;
    }

    .center-logo-header .logo-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .center-logo-header .logo-wrapper {
        order: 2;
    }

    .center-logo-header .header-mid-right {
        order: 3;
    }
}

@media screen and (min-width: 1024px) {
    .center-logo-header .header-mid-left {
        max-width: none;
    }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.clearfix:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

body.page {
    margin-bottom: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Theme Defaults
--------------------------------------------------------------*/
body {
    color: #444;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

body.ct-dark-mode.custom-background {
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.header-text,
.site-title,
.entry-content a.read-more-text,
.ct-title-head,
.trending-title {
    font-weight: 700;
    margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Jost', Arial, Helvetica, sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #444;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}



ul,
ol {
    margin: 0 0 0 15px;
    padding-inline-start: 15px;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #444;
    padding: 5px;
}

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

blockquote {
    border-left: 5px solid;
    padding: 2px 30px 1px 30px;
    background: #f9f9f9;
    margin-bottom: 15px;
    margin-left: 0;
}

::selection {
    color: #fff;
}



/*--------------------------------------------------------------
##  Container
--------------------------------------------------------------*/
.ct-boxed #page {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    -webkit-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.1);
}

.ct-boxed .nhuja-news-featured-block {
    padding: 15px;
}

/*.ct-full-layout.ct-bg #secondary .ct-sidebar-wrapper,*/
/*.ct-full-layout.ct-bg #primary #main {*/
/*    padding: 20px 20px 5px 20px;*/
/*    background: #fff;*/
/*}*/

.container-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.ct-full-layout .container-inner {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}

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

#primary article {
    width: 100%;
    margin-bottom: 30px;
}

#primary article .nhuja-news-content-container {
    /* box-shadow: 0 1px 0 0 rgba(238, 238, 238, 0.6); */
    background: #fff;
}

.ct-container-main {
    background: #fff;
    padding: 30px;
}

.ct-dark-mode .ct-container-main {
    background: #222;
}

.ct-four-cols {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 320px) {
    .ct-missed-block .ct-grid-post {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        /* margin-left: -2%;
        margin-right: -2%; */
    }
}

@media screen and (min-width: 481px) {
    .ct-four-cols {
        /* margin-left: 2%;
        margin-right: 2%; */
        width: 47%;
        float: left;
    }
}

@media (min-width: 768px) {
    .ct-boxed .nhuja-news-featured-block {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .container-inner #primary {
        width: 70%;
        float: left;
        padding-right: 15px;
    }

    .container-inner #secondary {
        width: 30%;
        float: right;
        padding-left: 15px;
    }

    .left-sidebar .container-inner #primary {
        width: 70%;
        float: right;
        padding-left: 15px;
        padding-right: 0;
    }

    .left-sidebar .container-inner #secondary {
        width: 30%;
        float: left;
        padding-right: 20px;
        padding-left: 0;
    }

    .right-sidebar .container-inner #secondary {
        padding-left: 15px;
        border-left: 1px solid #eee;
    }

    .no-sidebar .container-inner #primary {
        width: 100%;
        float: right;
        padding-left: 0;
        padding-right: 0;
    }

    .middle-column .container-inner #primary {
        width: 70%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    #primary article.two-columns,
    #primary .ct-two-cols,
    .nhuja-news-col,
    .ct-above-footer .ct-two-cols,
    .ct-below-featured-area .ct-two-cols,
    .ct-video-grid-post .ct-video-list:nth-child(5n+1),
    .ct-video-grid-post .ct-video-list:nth-child(5n+2) {
        width: 50%;
        float: left;
    }

    .ct-missed-block .ct-two-cols {
        width: 48%;
    }

    .nhuja-news-col.nhuja-news-col-full {
        width: 100%;
    }

    #primary article.two-columns:nth-child(2n+1),
    #primary .ct-two-cols:nth-child(2n+1),
    .ct-below-featured-area .ct-two-cols:nth-child(2n+1),
    .ct-above-footer .ct-two-cols:nth-child(2n+1),
    .ct-video-grid-post .ct-video-list:nth-child(5n+1) {
        padding-right: 15px;
        clear: left;
    }

    #primary article.two-columns:nth-child(2n+2),
    #primary .ct-two-cols:nth-child(2n+2),
    .ct-below-featured-area .ct-two-cols:nth-child(2n+2),
    .ct-above-footer .ct-two-cols:nth-child(2n+2),
    .ct-video-grid-post .ct-video-list:nth-child(5n+2) {
        padding-left: 15px;
    }

    #primary article.three-columns,
    #primary .ct-three-cols,
    .ct-below-featured-area .ct-three-cols,
    .ct-above-footer .ct-three-cols,
    .nhuja-news-three-col,
    .ct-video-grid-post .ct-video-list:nth-child(5n+3),
    .ct-video-grid-post .ct-video-list:nth-child(5n+4),
    .ct-video-grid-post .ct-video-list:nth-child(5n+5) {
        width: 33.33%;
        float: left;
    }

    #primary article.three-columns:nth-child(3n+1),
    #primary .ct-three-cols:nth-child(3n+1),
    .ct-below-featured-area .ct-three-cols:nth-child(3n+1),
    .ct-above-footer .ct-three-cols:nth-child(3n+1),
    .ct-video-grid-post .ct-video-list:nth-child(5n+3) {
        padding-right: 20px;
        clear: left;
    }

    #primary article.three-columns:nth-child(3n+2),
    #primary .ct-three-cols:nth-child(3n+2),
    .ct-below-featured-area .ct-three-cols:nth-child(3n+2),
    .ct-above-footer .ct-three-cols:nth-child(3n+2),
    .ct-video-grid-post .ct-video-list:nth-child(5n+4) {
        padding-left: 10px;
        padding-right: 10px;
    }

    #primary article.three-columns:nth-child(3n+3),
    #primary .ct-three-cols:nth-child(3n+3),
    .ct-below-featured-area .ct-three-cols:nth-child(3n+3),
    .ct-above-footer .ct-three-cols:nth-child(3n+3),
    .ct-video-grid-post .ct-video-list:nth-child(5n+5) {
        padding-left: 10px;
    }

    #secondary .ct-video-grid-post .ct-video-list {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .nhuja-news-25-col,
    .ct-four-cols {
        width: 23%;
        float: left;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .ct-missed-block .ct-five-cols {
        width: 18%;
        float: left;
    }

    .ct-missed-block .ct-grid-post {
        margin-left: -15px;
        margin-right: -15px;
        gap: 2%;
    }

    .ct-missed-block .ct-three-cols {
        width: 31.33%;
    }


}

@media screen and (min-width: 1024px) {
    .container-inner #primary {
        padding-right: 30px;
    }

    .right-sidebar .container-inner #secondary {
        padding-left: 30px;
    }

    .nhuja-news-25-col,
    .ct-four-cols {
        width: 23%;
    }

    /* .ct-four-cols {
        margin-left: 1%;
        margin-right: 1%;
    } */
}

@media (min-width: 1400px) {

    .container-inner,
    .ct-boxed #page {
        max-width: 1320px;
    }

    .logo-wrapper-container .header-mid-left {
        min-width: 360px;
    }
}

@media (min-width: 1500px) {

    .container-inner,
    .ct-boxed #page {
        max-width: 1420px;
    }
}

@media (min-width: 1600px) {

    .container-inner,
    .ct-boxed #page {
        max-width: 1500px;
    }
}

@media (max-width: 767px) {
    .ct-boxed #page {
        margin: 0 auto !important;
    }
}

/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.nhuja-news-menu-social {
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.nhuja-news-menu-social li a i {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: normal;
    text-indent: 0;
}

.nhuja-news-menu-social li a {
    background-color: #b08653;
    border: medium none;
    display: table-cell;
    font-weight: normal !important;
    width: 50px;
    height: 50px;
    line-height: 1;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
}

.nhuja-news-menu-social li {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.nhuja-news-menu-social li a:before {
    color: #fff;
    content: "\f002";
    font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
    margin: 6px;
    text-indent: 0;
    padding-right: 0;
    font-size: 22px;
}

.nhuja-news-menu-social li a:before {
    height: inherit;
    width: inherit;
}

.nhuja-news-menu-social li a:hover {
    opacity: 0.8;
}

.nhuja-news-menu-social li a:hover:before {
    color: #fff;
}

.nhuja-news-menu-social li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.nhuja-news-menu-social li a[href*="facebook.com"],
.meta_bottom .post-share a[href*="facebook.com"] {
    background-color: #45619d;
}

.nhuja-news-menu-social li a[href*="weibo.com"]:before {
    content: "\f18a";
}

.nhuja-news-menu-social li a[href*="weibo.com"],
.meta_bottom .post-share a[href*="weibo.com"] {
    background-color: #DF2029;
}

.nhuja-news-menu-social li a[href*="twitter.com"]:before {
    content: "\f099";
}

.nhuja-news-menu-social li a[href*="twitter.com"],
.meta_bottom .post-share a[href*="twitter.com"] {
    background-color: #53a8ea;
}

.nhuja-news-menu-social li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.nhuja-news-menu-social li a[href*="linkedin.com"],
.meta_bottom .post-share a[href*="linkedin.com"] {
    background-color: #1b85bc;
}

.nhuja-news-menu-social li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.nhuja-news-menu-social li a[href*="plus.google.com"] {
    background-color: #df4b38;
}

.nhuja-news-menu-social li a[href*="youtube.com"]:before {
    content: "\f167";
}

.nhuja-news-menu-social li a[href*="youtube.com"] {
    background-color: #e82707;
}

.nhuja-news-menu-social li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.nhuja-news-menu-social li a[href*="dribbble.com"] {
    background-color: #c42462;
}

.nhuja-news-menu-social li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.nhuja-news-menu-social li a[href*="pinterest.com"],
.meta_bottom .post-share a[href*="pinterest.com"] {
    background-color: #ca1f26;
}

.nhuja-news-menu-social li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.nhuja-news-menu-social li a[href*="bitbucket.org"] {
    background-color: #205081;
}

.nhuja-news-menu-social li a[href*="github.com"]:before {
    content: "\f113";
}

.nhuja-news-menu-social li a[href*="github.com"] {
    background-color: #181617;
}

.nhuja-news-menu-social li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.nhuja-news-menu-social li a[href*="codepen.io"] {
    background-color: #000;
}

.nhuja-news-menu-social li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.nhuja-news-menu-social li a[href*="flickr.com"] {
    background-color: #0063db;
}

.nhuja-news-menu-social li a[href$="/feed/"]:before {
    content: "\f09e";
}

.nhuja-news-menu-social li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.nhuja-news-menu-social li a[href*="foursquare.com"] {
    background-color: #f94877;
}

.nhuja-news-menu-social li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.nhuja-news-menu-social li a[href*="instagram.com"] {
    background-color: #e1306c;
}

.nhuja-news-menu-social li a[href*="tiktok.com"] {
    background-color: #000;
}

.tiktok:before,
.nhuja-news-menu-social li a[href*="tiktok.com"]:before {
    content: "\e07b";
}

.nhuja-news-menu-social li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.nhuja-news-menu-social li a[href*="tumblr.com"] {
    background-color: #34465d;
}

.nhuja-news-menu-social li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.nhuja-news-menu-social li a[href*="reddit.com"] {
    background-color: #ff4403;
}

.nhuja-news-menu-social li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.nhuja-news-menu-social li a[href*="vimeo.com"] {
    background-color: #23b6ea;
}

.nhuja-news-menu-social li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.nhuja-news-menu-social li a[href*="digg.com"] {
    background-color: #006094;
}

.nhuja-news-menu-social li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.nhuja-news-menu-social li a[href*="twitch.tv"] {
    background-color: #6441a5;
}

.nhuja-news-menu-social li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.nhuja-news-menu-social li a[href*="stumbleupon.com"] {
    background-color: #eb4823;
}

.nhuja-news-menu-social li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.nhuja-news-menu-social li a[href*="delicious.com"] {
    background-color: #3274cf;
}

.nhuja-news-menu-social li a[href*="vk.com"]:before {
    content: "\f189";
}

.nhuja-news-menu-social li a[href*="vk.com"] {
    background-color: #3274cf;
}

.nhuja-news-menu-social li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.nhuja-news-menu-social li a[href*="telegram.com"]:before,
.nhuja-news-menu-social li a[href*="t.me"]:before {
    content: "\f2c6";
}

.nhuja-news-menu-social li a[href*="telegram.com"],
.nhuja-news-menu-social li a[href*="t.me"] {
    background-color: #0088cc;
}

#secondary .nhuja-news-menu-social h2.widget-title {
    margin-bottom: 0;
}

#secondary .nhuja-news-menu-social {
    list-style: none;
    margin-top: 30px;
}

#secondary .nhuja-news-menu-social li a {
    border-radius: 50%;
}

@media screen and (min-width: 1024px) {
    .nhuja-news-menu-social li {
        margin-bottom: 0;
    }
}

/*---------------------------------------------------
#   Header
*   ----------------------------------------------------- */
.site-header {
    background: #fff;
}

/*---------------------------------------------------
##   Top Bar
*   ----------------------------------------------------- */
.top-bar {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.top-bar a.ct-show-hide-top {
    display: none;
}

.top-bar,
.top-bar a,
.top-bar a.ct-show-hide-top,
.top-bar a.ct-show-hide-top:visited {
    color: #000;
    font-size: 15px;
}

.top-bar .container-inner {
    padding-top: 7px;
    padding-bottom: 7px;
}

.trending-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.ct-dark-mode .trending-wrapper {
    border-color: #333;
}




/*--------------------------------------------------------------
### Top Bar Social
--------------------------------------------------------------*/
.nhuja-news-social-top {
    display: inline-block;
    line-height: 0;
}

.nhuja-news-social-top .nhuja-news-social-text {
    font-size: 14px;
}

.nhuja-news-social-top div {
    display: inline-block;
    vertical-align: middle;
}

.nhuja-news-social-top .nhuja-news-menu-social li {
    margin-left: 0;
}

.nhuja-news-social-top .nhuja-news-menu-social li a {
    text-decoration: none;
    line-height: 1;
    height: 25px;
    width: 25px;
    margin-right: 0;
    padding: 0;
    border-radius: 50%;
}

.nhuja-news-social-top .nhuja-news-menu-social li a:before {
    line-height: 1;
    font-size: 12px;
    line-height: 1.6;
}

/*--------------------------------------------------------------
### Top Menu
--------------------------------------------------------------*/
.top-menu-icon {
    float: right;
}

.top-menu-icon:hover {
    cursor: pointer;
    opacity: 0.7;
}

#masthead .close {
    position: fixed;
    top: 50px;
    right: 30px;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
    font-size: 32px;
    cursor: pointer;
    z-index: 99;
    display: none;
}

#masthead .close:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

/*  NAV
========================================== */

.offcanvas-menu {
    display: inline;
}

.offcanvas-menu nav {
    background-color: #2a2a2a;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.offcanvas-menu nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.offcanvas-menu nav.show ul.top-menu li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    transition-delay: 0.15s;
}

@media (min-width: 667px) {

    .offcanvas-menu nav {
        padding: 100px 70px 70px;
    }
}

.offcanvas-menu nav ul {
    list-style-type: none;
}

.offcanvas-menu nav ul.top-menu li {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.offcanvas-menu nav ul.top-menu li:last-of-type {
    margin-bottom: 0px;
}

.offcanvas-menu nav ul.top-menu li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    letter-spacing: 5px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#masthead .offcanvas-menu.menu-show .close,
#masthead .top-bar-search.open .close {
    display: block;
}

/*  OVERLAY
========================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.overlay.show {
    opacity: 0.7;
    visibility: visible;
    z-index: 5;
}

/*--------------------------------------------------------------
### Top Bar Search
--------------------------------------------------------------*/
.search-icon-box {
    float: right;
    margin-right: 10px;
}

.search-icon-box:hover {
    cursor: pointer;
    opacity: 0.9;
}

/*  Top Bar Search Form
========================================== */

.top-bar-search .search-form {
    position: static;
    max-width: 100%;
}

.top-bar-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

.top-bar-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 5;
}

.top-bar-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
}

.top-bar-search input[type="search"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.top-bar-search input[type="search"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.top-bar-search input[type="search"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.top-bar-search input[type="search"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#masthead .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

.top-bar-search .search-form input[type="search"] {
    margin: 0 auto;
    width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    font-size: 36px;
    color: #fff;
}

.top-bar-search .search-form input[type="submit"] {
    display: none;
}

/*===========================================
## Site Branding
=============================================*/
.site-branding {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-branding h1,
.site-branding p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.site-branding .site-description {
    line-height: 1.2;
}

.site-title {
    font-size: 36px;
    line-height: 1.4;
    padding-bottom: 5px;
}

.site-title a:hover {
    text-decoration: none;
}

.site-description {
    font-size: 16px;
}




/*===========================================
## Primary Menu
=============================================*/
.nhuja-news-menu-container {
    position: relative;
    background-color: #2c2c2c;
    padding-left: 15px;
    padding-right: 15px;
}

.nhuja-news-header-left-logo .nhuja-news-menu-container {
    padding-left: 0;
}

.nhuja-news-menu-container .container-inner {
    padding-left: 0;
}

.main-navigation li a {
    padding: 15px;
    color: #fff;
}

.main-navigation li a:visited {
    color: #fff;
}

.main-navigation li a:hover {
    text-decoration: none;
}

.main-navigation ul ul {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: left;

}

.main-navigation ul ul li {
    border-bottom: 1px solid #ddd;
}

.main-navigation ul ul li:last-child {
    border: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 0;
}

.navbar-nav>li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 7px;
}

.navbar-nav .menu-item-has-children .menu-item-has-children>a {
    padding-right: 25px;
}

.navbar-nav .menu-item-has-children .menu-item-has-children>a:after {
    position: absolute;
    top: 20px;
    right: 10px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    display: inline-block;
}

.main-navigation li li a,
.main-navigation li li a:visited {
    color: #222
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item>a {
    background-color: #00796b;
    color: #fff;
}

.ct-menu-search {
    position: absolute;
    right: 0;
    top: 0;
}

.ct-menu-search .search-icon-box {
    line-height: 1.3;
    padding: 15px;
    margin: 0;
    color: #fff;
}

.ct-menu-search .search-icon-box:hover {
    background-color: #00796B;
    color: #fff;
}

.ct-dark-mode .main-navigation li li a,
.ct-dark-mode .main-navigation li li a:visited {
    color: #eee;
}

@media screen and (min-width: 768px) {
    .main-navigation.center-aligned {
        text-align: center;
    }

    .main-navigation ul {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav .menu-item-has-children .menu-item-has-children>a:after {
        transform: rotate(90deg);
    }

    .ct-menu-search {
        right: auto;
        left: 0;
    }

    .nhuja-news-header-left-logo-wrapper .ct-menu-search,
    .center-logo-header .ct-menu-search {
        display: none;
    }

    .menu-toggle {
        float: right;
        background: #000;
        color: #fff;
        margin: 5px;
        padding: 5px 10px;
        border-radius: 0;
    }

    .center-logo-header .menu-toggle-wrap {
        position: absolute;
        top: 150px;
        right: 20px;
    }

    .main-navigation li {
        float: none;
        /* padding-left: 15px;
        padding-right: 15px; */
    }

    .main-navigation a .menu-description {
        top: 10px;
        left: calc(100% - 60px);
    }

    .main-navigation li.menu-item-has-children ul {

        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }



    .main-navigation ul ul {
        width: 100%;
    }

    .main-navigation li.menu-item-has-children.focus>ul {
        position: relative;
        float: none;
        display: block;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .main-navigation ul ul a {
        padding-left: 15px;
        padding-right: 0;
    }

    .main-navigation ul ul li.focus ul {
        left: 0;
        margin-bottom: 15px;
        background: #fafafa;
    }
}

/*---------------------------------------------------
*   Carousel
*   ----------------------------------------------------- */
.ct-header-carousel .slick-arrow,
.ct-post-carousel .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.ct-header-carousel .slick-arrow::before,
.ct-post-carousel .slick-arrow::before {
    padding: 5px;
    line-height: 1.3;
    opacity: 1;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);
}

.ct-header-carousel .slick-arrow.slick-prev,
.ct-post-carousel .slick-arrow.slick-prev {
    left: 25px;
}

.ct-header-carousel .slick-arrow.slick-next,
.ct-post-carousel .slick-arrow.slick-next {
    right: 25px;
}

.ct-carousel.slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.ct-carousel.slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

ul.ct-carousel {
    margin-left: 0;
    padding: 0;
    overflow: hidden;

}

.ct-carousel-inner {
    position: relative;
}

.slide-details {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background: rgba(255, 255, 255, .75);
    padding: 25px 35px;
    border-radius: 10px;
    transition: background-color 0.5s ease;
}

.carousel-thumbnail-block .slide-details {
    transform: translate(-50%, -50%);
}

.slide-details .cat-name {
    font-size: 12px;
    padding-bottom: 10px;
}

.slide-details a,
.slide-details {
    color: #444;
    line-height: 1.2;
}

.slide-details:hover {
    background: rgba(255, 255, 255, 0.9);
}

.slide-details a:hover,
.slide-details:hover a {
    color: #000;
}

.slide-details h2 {
    font-size: 28px;
    margin-bottom: 1rem
}

#secondary .slide-details h2 {
    font-size: 18px;
}

.slide-details .fa {
    padding-right: 5px;
}

.slick-prev {
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-next {
    right: 0;
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-next:before,
.slick-prev:before {
    font-size: 50px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    display: block
}

.slick-prev:before {
    content: "\f104";
    padding: 0 15px 0 10px;
}

.slick-next:before {
    content: "\f105";
    padding: 0 10px 0 15px;
}

.ct-carousel-single {
    margin: 0 10px;
    position: relative;
}

.ct-header-carousel-section,
.ct-below-featured-area.ct-grid-wrapper,
.ct-missed-block {
    padding: 50px 30px;
}

.ct-missed-block.widget {
    margin-bottom: 0;
}

.ct-post-carousel .slick-prev:before {
    content: "\f053";
}

.ct-post-carousel .slick-next:before {
    content: "\f054";
}

@media screen and (max-width: 767px) {
    .slide-details h2 {
        font-size: 18px;
    }
}

@media screen and (min-width: 701px) {
    ul.ct-carousel li {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

/*---------------------------------------------------
#   Content Area
*   ----------------------------------------------------- */

.ct-post-list .nhuja-news-content-area {
    border: 1px solid #f1f1f1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.nhuja-news-content-area {
    background-color: #fff;
    padding: 30px 0;
}

.nhuja-news-content-area .entry-title {
    padding-top: 10px;
}

.nhuja-news-content-container.nhuja-news-has-thumbnail .post-thumb {
    border-radius: 5px 5px 0 0;
}

.nhuja-news-content-container.nhuja-news-has-thumbnail a.post-thumbnail img {
    display: block;
    width: 100%;
}

.ct-post-list .nhuja-news-content-container .nhuja-news-content-area {
    position: relative;
    padding-top: 1rem;
    padding: 20px 30px;
}

.ct-post-list .three-columns .nhuja-news-content-container .nhuja-news-content-area {
    padding: 20px;
}

.entry-content a.read-more-text {
    display: inline-block;
    margin-bottom: 1.3rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.meta_bottom {
    margin-top: 20px;
    overflow: hidden;
}

.text_share {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.post-share {
    display: inline-block;
    position: relative;
}

.post-share a {
    padding: 0 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.post-share>a {
    min-width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.7;
}

.meta_bottom .post-share a {
    color: #fff;
}

.post-share a i {
    font-size: 15px;
    line-height: 1;
}

.post-share a i::before {
    font-family: 'Font Awesome 5 Brands';
}

.meta_bottom .post-share a[href*="facebook.com"]:hover {
    background-color: #2b4a8c;
}

.meta_bottom .post-share a[href*="twitter.com"]:hover {
    background-color: #1d71b3;
}

.meta_bottom .post-share a[href*="linkedin.com"]:hover {
    background-color: #06689c;
}

.meta_bottom .post-share a[href*="pinterest.com"]:hover {
    background-color: #a00600;
}

.entry-content p,
.entry-content img,
.entry-content ul,
.entry-content ol,
.entry-content table {
    font-size: 18px;
}


.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
    margin-bottom: 0;
}

/*
Post Content
*/

.entry-title {
    line-height: 1.3;
    word-wrap: break-word;
    padding-bottom: 10px;
}

.entry-title,
.entry-title a {
    color: #282828;
}

.single .nhuja-news-content-container .entry-header {
    padding: 10px 0 30px;
}

.single .nhuja-news-content-container .entry-header .post-meta {
    padding-bottom: 10px;
}

.single .nhuja-news-content-area .entry-header .entry-meta {
    margin-top: 10px;
}

.single .nhuja-news-content-area .entry-footer>span {
    margin-top: 20px;
}

/*===========================================
## Metas
=============================================*/
.entry-meta,
.entry-footer {
    font-size: 14px;
}

.entry-meta>span,
.entry-footer span,
.post-meta>span {
    padding-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.entry-meta .fa,
.entry-footer .fa {
    padding-right: 3px;
    transition: .3s;
}

.entry-meta a,
.entry-footer a {
    color: #444;
}

/*---------------------------------------------------
#   Sidebar
*   ----------------------------------------------------- */
.widget {
    margin-bottom: 40px;
}

.ct-sidebar-wrapper .widget ul,
.ct-sidebar-wrapper .widget ol {
    padding: 0;
    margin: 0;
}

.ct-sidebar-wrapper .widget_block ul li,
.ct-sidebar-wrapper .widget_block ol li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ct-sidebar-wrapper .widget_block ul li::before,
.ct-sidebar-wrapper .widget_block ol li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.ct-sidebar-wrapper .widget_block .wp-block-social-links li:before {
    content: none;
}

#secondary .sidebar-widget-container {
    margin-bottom: 40px;
}

#secondary .widget {
    margin-bottom: 0;
}

#secondary .widget_block .wp-block-group__inner-container>h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 3px solid #444;
    text-transform: uppercase;
}

.widget-title,
.about-author-box .container-title,
.trending-title,
#secondary .widget_block .wp-block-group__inner-container>h2,
.widget_search .wp-block-search__label {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 3px solid #444;
}

.ct-dark-mode .widget-title,
.ct-dark-mode .about-author-box .container-title {
    border-color: #444;
}

.widget-title:before,
.widget ul.ct-nav-tabs:before,
.about-author-box .container-title:before,
#secondary .widget_block .wp-block-group__inner-container>h2::before,
.widget_search .wp-block-search__label::before {
    content: '';
    background: #00796b;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    max-width: 100px;
    height: 3px;
    z-index: 0;
}

.widget ul.ct-nav-tabs:before {
    height: 0;
}

.ct-title-head,
.widget ul.ct-nav-tabs li.ct-title-head,
.widget ul.ct-nav-tabs li.ct-title-head:hover,
.widget ul.ct-nav-tabs li.ct-title-head.ui-tabs-active {
    padding: 12px;
    background: #00796b;
}

.ct-title-head {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 1;
    background: #00796b;
}

.widget ul.ct-nav-tabs li.ct-title-head {
    background: #666;
    line-height: 1;
}

.widget .ct-title-head.ct-rotate a {
    color: #fff;
}

a .ct-title-head.ct-rotate:hover,
.ct-title-head.ct-rotate a:hover {
    text-decoration: underline;
}

.widget a,
.widget a:visited {
    color: #444;
}

.single-bottom-sidebar,
.single-top-sidebar {
    margin-top: 30px;
}

.single-top-sidebar {
    margin-bottom: 25px;
}

.ct-below-featured-area,
.ct-above-footer {
    padding: 30px 0;
    background-color: #fcfcfc;
}

.ct-below-featured-area .widget:last-child,
.ct-above-footer .widget:last-child,
.single-top-sidebar .widget:last-child {
    margin-bottom: 0;
}

/* TRENDING NEWS */

.trending-title {
    position: absolute;
    font-size: 16px;
    line-height: 50px;
    vertical-align: top;
    padding: 0 15px;
    left: 0;
    top: 0;
    z-index: 3;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    border: none;
}

.trending-content {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.trending-content a {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: normal;
    color: #404040;
    float: left;
    padding: 0 20px;

}

.trending-content .img-marq img {
    display: block;
    width: 60px;
    height: 50px;
    object-fit: cover;
}

.trending-content a span.img-marq {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.trending-content .title-marq {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    font-size: 15px;
}

.trending-content .title-marq>* {
    width: 100%;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.trending-content .title-marq .post-date {
    font-size: 13px;
}

@media (max-width: 767px) {
    .trending-title {
        width: 100%;
        position: static;
        display: block;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .top-bar,
    .top-bar a,
    .top-bar a.ct-show-hide-top,
    .top-bar a.ct-show-hide-top:visited {
        font-size: 15px;
    }

    .top-bar a {
        line-height: 2;
    }

    .top-bar .ct-clock,
    .top-bar .top-menu {
        margin-bottom: 10px;
    }

    .top-bar a.ct-show-hide-top {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .top-bar .container-inner {
        display: none;
    }

    .top-bar .top-left-col,
    .top-bar .top-right-col {
        text-align: center;
    }

    .top-bar .top-menu li {
        display: block;
        padding: 5px 0;
        margin: 0;
    }

    .ct-rotate {

        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/*===========================================
# Widgets
=============================================*/
.widget .tagcloud a {
    letter-spacing: 1px;
    color: #8d8d8d;
    padding: 7px 9px;
    margin: 4px 3px;
    display: inline-block;
    text-decoration: none;
    background-color: #f6f6f6;
    border-radius: 2px;
}

.widget .tagcloud a:hover,
#secondary .widget .tagcloud a:hover {
    background-color: #141414;
    color: #fff;
}

.widget ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.widget_archive ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_pages ul li,
.widget_categories ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: -20px;
    /* color: #ddd; */
}

.widget_block .wp-block-social-links li:before {
    content: none;
}

.widget ul.wp-block-list li {
    margin-bottom: 10px;
}

.widget .gallery-item {
    position: relative;
    margin: 0;
}

.widget .gallery-item img {
    display: block;
}

.widget .gallery-item .gallery-caption {
    position: absolute;
    top: 50%;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(256, 256, 256, 0.6);
    line-height: 1.2;
    padding: 10px;
}

.widget .gallery-item:hover .gallery-caption {
    display: block;
}

.search-form {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.wp-block-search__inside-wrapper {
    flex-wrap: wrap;
}

.search-form input[type="search"],
.widget_search input[type="search"] {
    color: #757575;
    border: 1px solid #ddd;
    width: calc(100% - 135px);
    padding: 0.5rem 1rem;
    margin-right: 10px;
    font-size: 1rem;
    border-radius: 20px;
}

.search-form input[type="submit"],
.widget_search input[type="submit"],
.widget_search button[type="submit"] {
    width: 120px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.6rem 1rem;
    margin: 0;
    border-radius: 20px;
}

.widget_search [type=submit]:hover,
.wp-block-search [type=submit]:hover,
.widget_search [type=submit]:focus,
.wp-block-search [type=submit]:focus {
    background-color: #444;
    border-color: #444;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .search-form input[type="search"],
    .widget_search input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .search-form input[type="submit"],
    .widget_search input[type="submit"],
    .widget_search button[type="submit"] {
        margin-left: auto;
        margin-right: auto;
        padding: 0.5rem;
        line-height: 1;
    }

}

/*--------------------------------------------------------------
## Social Menu Widget & Author Widget
--------------------------------------------------------------*/
.nhuja-news-author-profile .profile-wrapper {
    text-align: center;
}

.nhuja-news-author-profile p {
    margin-bottom: 0;
    font-size: 18px;
}

.nhuja-news-author-profile figure img {
    border-radius: 100%;
}

.widget.nhuja-news-menu-social ul li:before,
.nhuja-news-author-profile .nhuja-news-menu-social li:before {
    content: '';
}

#secondary .widget.nhuja-news-menu-social,
.widget.nhuja-news-menu-social {
    line-height: 1.5;
}

.nhuja-news-author-profile li:last-child {
    margin-right: 0;
}

/*.widget.nhuja-news-menu-social ul li a,*/
/*.nhuja-news-author-profile .nhuja-news-menu-social li a {*/
/*    outline: none;*/
/*}*/

.widget.nhuja-news-menu-social ul li a:hover,
.nhuja-news-author-profile .nhuja-news-menu-social li a:hover {
    text-decoration: none;
}

.about-author-box {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 30px;
}

.ct-dark-mode .about-author-box {
    background-color: #151515;
}

.about-author-name {
    font-size: 24px;
}

.about-author-name .about-author-posts-num {
    font-size: 16px;
    font-weight: 400;
}

.about-author-bio {
    margin-bottom: 10px;
}

.about-author-posts-link i.fa {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.author-socials a {
    margin-right: 5px;
}

header.page-header {
    margin-bottom: 30px;
}

/*---------------------------------------------------
    ##  Featured Posts Widget
    *   ----------------------------------------------------- */
.featured-post-content {
    padding-bottom: 30px;
}

.featured-post-thumbnai,
.featured-post-content {
    display: table-cell;
    vertical-align: top;
}

.featured-post-thumbnai img {
    max-width: 60px;
    margin-right: 15px;
}

.featured-post-title {
    line-height: 1.2;
}

.featured-post-title a {
    font-weight: bold;
}

.site-footer .featured-post-title a,
.site-footer .featured-post-title a:visited {
    color: #fff;
}

.featured-post-title .entry-meta,
.mt-10 {
    margin-top: 10px;
}

.site-footer .featured-post-title .entry-meta a,
.site-footer .featured-post-title .entry-meta a:visited {
    color: #ccc;
}

.featured-post-title .entry-meta,
.featured-post-title .entry-meta a {
    font-size: 12px;
    font-weight: normal;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin-bottom: 30px;
}

.posts-navigation,
.post-navigation {
    clear: both;
    background: #f9f9f9;
}

.posts-navigation .nav-links::after,
.post-navigation .nav-links::after {
    content: '';
    display: table;
    clear: both;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    padding: 20px;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    border-right: 1px solid #fff;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
    border-left: 1px solid #fff;
    content: "\f101";
}


.posts-navigation .nav-previous>a:before,
.post-navigation .nav-previous>a:before,
.posts-navigation .nav-next>a:after,
.post-navigation .nav-next>a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.posts-navigation .nav-previous>a:before,
.post-navigation .nav-previous>a:before {
    content: "\f100";
    margin-right: 10px;
    float: left;
}

.posts-navigation .nav-next>a:after,
.post-navigation .nav-next>a:after {
    content: "\f101";
    margin-left: 10px;
    float: right;
}




.candid-pagination {
    text-align: center;
}

.candid-pagination .page-numbers {
    border: 1px solid;
    padding: 2px 12px;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff;
}

.candid-pagination .page-numbers.current,
.candid-pagination .page-numbers:hover {
    color: #fff;
    text-decoration: none;
}

#main nav.posts-navigation,
.candid-pagination {
    clear: both;
}

@media (max-width: 767px) {
    body.right-sidebar #secondary {
        margin-top: 40px;
    }

    body.right-sidebar #secondary {
        margin-bottom: 40px;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        float: none;
        width: 100%;
    }

    .post-navigation .nav-previous {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .post-navigation .nav-next {
        border-top: 1px solid #fff;
        border-left: none;
    }

    .ct-cat-cols .ct-two-cols:nth-child(2),
    .ct-cat-cols .ct-three-cols:nth-child(2),
    .ct-cat-cols .ct-three-cols:nth-child(3) {
        margin-top: 40px;
    }

    .ct-grid-post .ct-first-column {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/
.error404 .nhuja-news-content-area {
    padding-bottom: 100px;
}

.error-404 header.page-header {
    margin: 0;
}

.error-404 header.page-header .error-404-title {
    font-size: 120px;
    line-height: 1;
    padding-bottom: 30px;
}

.error-404 .search-form::after {
    content: '';
    display: table;
    clear: both;
}

.error-404 .search-form>label {
    float: left;
    width: calc(100% - 150px);
    margin: 0;
}

.error-404 .search-form input[type="search"] {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1.5rem;
}

.error-404 .search-form input[type="submit"] {
    padding: 0.5rem 1rem;
}

.error-404 .search-form input[type="submit"]:hover {
    border-color: #444;
    background-color: #444;
}


/*--------------------------------------------------------------
#  Related Posts
--------------------------------------------------------------*/
.related-pots-block {
    margin-bottom: 30px;
}

.related-post-entries {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.related-post-entries li figure {
    margin: 0;
}

.related-post-entries li figure img {
    display: block;
}

.related-post-entries .featured-desc {
    padding: 15px 0;
}

.related-post-entries .related-title {
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 5px;
}

.related-post-entries {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.related-post-entries li {
    margin-bottom: 20px;
    background: #fff;
}

@media screen and (min-width: 600px) {
    .related-post-entries li {
        margin-left: 1%;
        margin-right: 1%;
        flex: 0 0 48%;
    }
}

@media screen and (min-width: 768px) {

    .about-author {
        display: table-row;
    }

    .about-author-avatar {
        display: table-cell;
        width: 100px;
        padding-right: 20px;
        vertical-align: top;
    }

    .about-author-bio-wrap {
        display: table-cell;
        vertical-align: top;
    }

}

@media screen and (min-width: 1024px) {
    .related-post-entries li {
        margin-left: 1%;
        margin-right: 1%;
        flex: 0 0 31.33%;
    }

}

/*--------------------------------------------------------------
#  Comments
--------------------------------------------------------------*/

#comments .comment-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#comments .comment-list li .comment-body {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
}

.comment-meta .avatar {
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.comment-author-info {
    display: inline-block;
    vertical-align: middle;
}

.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

@media screen and (min-width: 768px) {

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        float: left;
        width: 31%;
    }

    .comment-form-author,
    .comment-form-email {
        margin-right: 3.5%;
    }

    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }
}

/*===========================================
# Footer
=============================================*/
.site-footer {
    clear: both;
    color: #fff;
}

.site-footer a,
.site-footer a:visited {
    color: #bbb;
}

.site-footer .widget-title:after {
    background-color: #fff;
}

.site-footer .widget .gallery-item .gallery-caption {
    color: #000;
}

.top-footer {
    background: #2c2c2c;
    overflow: auto;
    padding: 40px 0;
}

footer .site-info {
    padding: 30px 20px;
    text-align: center;
    background: #202020;
}

.ct-col-3,
.ct-col-2,
.ct-col-1 {
    width: 100%;
}

.site-footer .nhuja-news-thumbnail-post .post-block-style .post-thumb {
    width: 80px;
    flex-basis: 80px;

}

.site-footer .nhuja-news-thumbnail-post .post-block-style .cat-links a {
    font-size: 8px;
    padding: 5px 10px;
}

.site-footer .nhuja-news-thumbnail-post .post-content .post-title,
.site-footer .nhuja-news-thumbnail-post .post-excerpt {
    font-size: 15px;
}

.site-footer .nhuja-news-thumbnail-post .post-excerpt {
    margin-top: 5px;
}


@media screen and (min-width: 768px) {
    .ct-col-2 {
        width: 50%;
        padding-right: 150px;
        float: left;
    }

    .ct-col-3 {
        width: 33.33%;
        padding-right: 100px;
        float: left;
    }
}


/*---------------------------------------------------
#   Go to Top
*   ----------------------------------------------------- */
#toTop {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
}

#toTop:hover {
    opacity: 1;
}

/*---------------------------------------------------
#  Breadcrumbs
*   ----------------------------------------------------- */
div.breadcrumbs {
    margin-bottom: 15px;
}

div.breadcrumbs .breadcrumbs {
    margin: 0;
}

.breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul:after {
    clear: both;
    content: '';
    display: table;
    table-layout: fixed
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs li:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f101";
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs li.trail-end:after {
    content: '';
}

@media screen and (min-width: 1024px) {
    nav.breadcrumbs {
        display: table;
        display: table;
    }

    .breadcrumbs h2.trail-browse,
    .breadcrumbs ul.trail-items {
        display: table-cell;
        padding-right: 15px;
    }

    .breadcrumbs ul.trail-items {
        line-height: 16px;
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs span.breadcrumb {
    float: left;
    margin-right: 9px;
    padding: 1px 10px 1px 10px;
    color: #fff;
}

/*---------------------------------------------------
#  Advertisement Widget
*   ----------------------------------------------------- */
.advertisement-content a {
    display: inline-block;
}

.advertisement-content a img {
    display: block;
    margin: 5px;
}

/*---------------------------------------------------
#  Category Column Widget
*   ----------------------------------------------------- */
.list-post>li {
    padding-bottom: 1.5rem;
}

.list-post>li:last-child {
    padding-bottom: 0;
}

.post-thumb img,
.post-thumb a {
    display: block;
}

.post-thumb img,
.carousel-thumbnail-block img {
    width: 100%;
}

.ct-grid-post-list .post-thumb img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.widget ul.ct-nav-tabs li,
.nhuja-news-post-two-columns .ct-grid-post .ct-two-cols,
#secondary .widget_nhuja_news_category_tabbed_widget ul.list-post li:first-child,
#secondary .nhuja-news-post-two-columns .ct-grid-post .ct-two-cols:nth-child(2),
#secondary .nhuja-news-featured-post ul.list-post li {
    margin-left: 0;
    padding-top: 25px;
}

/* #secondary .widget_nhuja_news_category_tabbed_widget ul.list-post li {
    margin-bottom: 1.5rem;
} */

#secondary .list-post .post-content .post-title {
    font-size: 16px;
}

#secondary .list-post .post-excerpt {
    font: 14px;
}

#secondary .widget_nhuja_news_category_tabbed_widget ul.list-post li:first-child {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
}

#secondary .widget_nhuja_news_category_tabbed_widget ul.list-post li:last-child {
    margin-bottom: 0;
}

.widget ul.list-post li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1.5rem;
}

.widget ul.list-post li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.widget ul.list-post li:before,
.widget ul.ct-nav-tabs li:before {
    content: '';
}

.ct-post-overlay,
.ct-post-overlay .post-thumb,
.post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.nhuja-news-featured-block {
    padding-left: 15px;
    padding-right: 15px;
}

.candid-nhuja-post-format,
.nhuja-news-featured-block .nhuja-news-col-2 .candid-nhuja-post-format {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border: 1px solid #00796b;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #00796b;
}

.ct-post-overlay .candid-nhuja-post-format {
    top: 20px;
    left: 20px;
}

.ct-post-overlay .post-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.ct-post-overlay .post-content.post-relative {
    position: relative;
    padding: 0;
}

.ct-post-overlay .post-content.post-relative,
.ct-post-overlay .post-content.post-relative a,
.widget .ct-post-overlay .post-content.post-relative,
.widget .ct-post-overlay .post-content.post-relative a,
.ct-post-overlay .post-content.post-relative a:visited,
.widget .ct-post-overlay .post-content.post-relative a:visited {
    color: #444;
}

.ct-post-overlay .post-thumb img {
    aspect-ratio: 1;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ct-three-cols .ct-post-overlay .post-thumb img {
    aspect-ratio: auto;
}

@media screen and (min-width: 768px) {
    .ct-three-cols .ct-post-overlay .post-thumb img {
        aspect-ratio: 2/3;
    }
}

@media screen and (min-width: 1024px) {
    .ct-three-cols .ct-post-overlay .post-thumb img {
        aspect-ratio: 3/2;
    }
}

@media screen and (min-width: 1200px) {
    .ct-post-overlay .post-thumb img {
        aspect-ratio: 3/2;
    }
}

.ct-post-overlay:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ct-post-overlay .post-thumb a:before {
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    height: 70%;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
}

.ct-post-overlay .post-content,
.ct-post-overlay .post-content a,
.widget .ct-post-overlay .post-content a,
.widget .ct-post-overlay .post-content a:visited {
    color: #fff;
}

.ct-post-overlay .post-content .post-title,
.list-post .post-content .post-title {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.4;
}

@media screen and (min-width: 1024px) {

    .ct-post-overlay .post-content .post-title,
    .list-post .post-content .post-title {
        font-size: 20px;
    }
}

.list-post .post-content .post-title,
.ct-grid-post-list .post-title,
.ct-grid-post-list .post-title {
    font-size: 18px;
}

.post-meta {
    font-size: 16px;
    line-height: 1.4;
}

.widget .post-meta i.fa,
.featured-section-details .post-meta i.fa {
    margin-right: 5px;
}

.list-post .post-block-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-wrap: break-word;
    word-break: break-word;
}

.list-post .post-block-style .post-content {
    -ms-flex: 1;
    flex: 1;
}

.list-post .post-block-style .post-thumb {
    margin-right: 10px;
    width: 100px;
    flex-basis: 100px;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    #secondary .post-meta {
        font-size: 14px;
    }
}

/*---------------------------------------------------
#  Grid Post Widget
*   ----------------------------------------------------- */
.nhuja-news-grid-post,
.nhuja-news-featured-post {
    line-height: 1.4;
}

.nhuja-news-grid-post .post-excerpt,
.nhuja-news-featured-post .post-excerpt,
.ct-cat-cols .post-excerpt,
.ct-grid-post .post-excerpt,
.slide-details .post-excerpt {
    font-size: 18px;
    margin-top: 10px;
}

.widget_nhuja_news_category_tabbed_widget .post-excerpt {
    font-size: 16px;
    margin-top: 10px;
}

.nhuja-news-grid-post ul.list-post li:first-child,
.nhuja-news-featured-post ul.list-post li:first-child,
.widget_nhuja_news_category_tabbed_widget ul.list-post li:first-child,
.nhuja-news-post-two-columns .ct-grid-post .ct-two-cols:nth-child(1),
.nhuja-news-post-two-columns .ct-grid-post .ct-two-cols:nth-child(2) {
    padding-top: 0;
}

.ct-first-column .post-title,
.ct-grid-post-list .post-title {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.nhuja-news-grid-post .ct-three-cols,
.ct-video-list,
#secondary .ct-three-cols:nth-child(2),
#secondary .ct-three-cols:nth-child(3),
#secondary .nhuja-news-grid-post .ct-three-cols:nth-child(2),
#secondary .nhuja-news-grid-post .ct-three-cols:nth-child(3),
#secondary .ct-video-list:nth-child(1),
#secondary .ct-video-list:nth-child(2) {
    margin-top: 20px;
}

.nhuja-news-grid-post .ct-three-cols:nth-child(1),
.nhuja-news-grid-post .ct-three-cols:nth-child(2),
.nhuja-news-grid-post .ct-three-cols:nth-child(3),
.ct-video-list:nth-child(1),
.ct-video-list:nth-child(2) {
    margin-top: 0;
}

.sidebar-widget-container .nhuja-news-cat_column .ct-two-cols:first-child {
    margin-bottom: 30px;
}

.nhuja-news-thumbnail-post .ct-cols {
    margin-top: 20px;
}

.nhuja-news-thumbnail-post .ct-cols:first-child {
    margin-top: 0;
}

.ct-three-cols>.ct-post-overlay {
    margin-bottom: 1.5rem;

}

.ct-cat-cols .ct-two-cols .ct-post-overlay .post-thumb img {
    aspect-ratio: 3/2;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .tab-content .list-post .post-block-style,
    .ct-two-cols .list-post .post-block-style,
    .ct-two-cols.list-post .post-block-style,
    .ct-three-cols .list-post .post-block-style {
        display: block;
    }

    .tab-content .list-post .post-block-style .post-thumb,
    .tab-content .list-post .post-block-style .post-content,
    .ct-two-cols .list-post .post-block-style .post-thumb,
    .ct-two-cols .list-post .post-block-style .post-content,
    .ct-two-cols.list-post .post-block-style .post-thumb,
    .ct-two-cols.list-post .post-block-style .post-content,
    .ct-three-cols .list-post .post-block-style .post-thumb,
    .ct-three-cols .list-post .post-block-style .post-content {
        width: 100%;
        max-width: none;
        margin-left: 0;
        flex: auto;
    }

    .tab-content .list-post .post-block-style .post-thumb,
    .ct-two-cols .list-post .post-block-style .post-thumb,
    .ct-two-cols.list-post .post-block-style .post-thumb,
    .ct-three-cols .list-post .post-block-style .post-thumb {
        max-width: 150px;
        margin-bottom: 15px;
    }

    .tab-content .list-post .post-block-style .post-thumb img,
    .ct-two-cols .list-post .post-block-style .post-thumb img,
    .ct-two-cols.list-post .post-block-style .post-thumb img,
    .ct-three-cols .list-post .post-block-style .post-thumb img {
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .site-footer .nhuja-news-thumbnail-post .post-block-style {
        flex-wrap: wrap;
    }

    .site-footer .nhuja-news-thumbnail-post .post-block-style .post-thumb {
        width: 100%;
        flex-basis: auto;
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .site-footer .nhuja-news-thumbnail-post .post-block-style .post-thumb img {
        max-width: 80px;
        border-radius: 5px;
    }

    .site-footer .nhuja-news-thumbnail-post .post-block-style .post-content {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .nhuja-news-grid-post .ct-three-cols:nth-child(2),
    .nhuja-news-grid-post .ct-three-cols:nth-child(3),
    .ct-video-list:nth-child(2) {
        margin-top: 20px;
    }

    .nhuja-news-post-two-columns .ct-grid-post .ct-two-cols:nth-child(2) {
        padding-top: 25px;
    }

    /* #secondary .widget_nhuja_news_category_tabbed_widget ul.list-post li:first-child {
        padding-top: 0;
    } */
}

@media screen and (min-width: 768px) {
    .widget_nhuja_news_category_tabbed_widget {
        position: relative;
    }

    .widget_nhuja_news_category_tabbed_widget .tab-head-wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }

    #secondary .widget_nhuja_news_category_tabbed_widget .tab-head-wrapper {
        position: static;
    }

    #primary .nhuja-news-thumbnail-post .ct-four-cols,
    .ct-above-footer .nhuja-news-thumbnail-post .ct-four-cols,
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-four-cols {
        width: 25%;
        float: left;
    }

    .nhuja-news-thumbnail-post .ct-four-cols:nth-child(4n+1) {
        clear: left;
    }

    #primary .nhuja-news-thumbnail-post .ct-two-cols:nth-child(2),
    .ct-above-footer .nhuja-news-thumbnail-post .ct-two-cols:nth-child(2),
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-two-cols:nth-child(2),
    #primary .nhuja-news-thumbnail-post .ct-three-cols:nth-child(2),
    .ct-above-footer .nhuja-news-thumbnail-post .ct-three-cols:nth-child(2),
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-three-cols:nth-child(2),
    #primary .nhuja-news-thumbnail-post .ct-three-cols:nth-child(3),
    .ct-above-footer .nhuja-news-thumbnail-post .ct-three-cols:nth-child(3),
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-three-cols:nth-child(3),
    #primary .nhuja-news-thumbnail-post .ct-four-cols:nth-child(2),
    .ct-above-footer .nhuja-news-thumbnail-post .ct-four-cols:nth-child(2),
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-four-cols:nth-child(2),
    #primary .nhuja-news-thumbnail-post .ct-four-cols:nth-child(3),
    .ct-above-footer .nhuja-news-thumbnail-post .ct-four-cols:nth-child(3),
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-four-cols:nth-child(3),
    #primary .nhuja-news-thumbnail-post .ct-four-cols:nth-child(4),
    .ct-above-footer .nhuja-news-thumbnail-post .ct-four-cols:nth-child(4),
    .ct-below-featured-area .nhuja-news-thumbnail-post .ct-four-cols:nth-child(4) {
        margin-top: 0;
    }

    #primary .ct-four-row,
    .ct-above-footer .ct-four-row,
    .ct-below-featured-area .ct-four-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #primary .ct-four-row .ct-four-cols,
    .ct-above-footer .ct-four-row .ct-four-cols,
    .ct-below-featured-area .ct-four-row .ct-four-cols {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*---------------------------------------------------
#  Slider Widget
*   ----------------------------------------------------- */
.nhuja-news-post-slider .carousel-thumbnail-block {
    border-radius: 20px;
    overflow: hidden;
}

.nhuja-news-post-slider .carousel-thumbnail-block img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.nhuja-news-post-slider.widget ul li {
    margin-left: 0;
    padding-left: 0;
}

.nhuja-news-post-slider.widget ul li:before {
    content: '';
}

/*---------------------------------------------------
    #  Tabbed Widget
    *   ----------------------------------------------------- */
.widget ul.ct-nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden
}

.widget .ct-tabs .tab-content {
    padding: 1rem 1rem 1.5rem;
    border: 1px solid #eee;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.widget .ct-tabs .tab-content .list-post>li {
    border-bottom: 1px solid #eee;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.widget .ct-tabs .tab-content .list-post>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.widget ul.ct-nav-tabs li {
    display: inline-block;
    flex-grow: 1;
    padding: 0;
    color: #fff;
    text-align: center;
}

.widget ul.ct-nav-tabs li a {
    color: #fff;
    line-height: 1
}

.widget ul.ct-nav-tabs .post-title {
    font-size: 18px
}

.widget ul.ct-nav-tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.widget ul.ct-nav-tabs li {
    display: inline-block;
    padding: 0;
    color: #fff;
}

.widget ul.ct-nav-tabs li a {
    color: #fff;
    line-height: 1;
}

.widget .featured-tab .ct-tabs .tab-content {
    border: none;
    padding: 0;
}

/*---------------------------------------------------
    #  Featured Section
    *   ----------------------------------------------------- */

.nhuja-news-featured-block .nhuja-news-col .post-title {
    padding-bottom: 10px;
}

.nhuja-news-featured-block .nhuja-news-col-2 {
    margin-top: 20px;
}

.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col {
    margin-bottom: 20px;
}

.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner::after {
    content: '';
    display: table;
    clear: both;
}

.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner {
    display: flex;
    flex-wrap: nowrap;
}

.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
}

.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-cotent {
    width: calc(100% - 160px);
}

.nhuja-news-featured-block .nhuja-news-col-2 .post-title {
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .nhuja-news-featured-block .nhuja-news-col-2 .post-title {
        font-size: 20px;
    }
}

.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2),
.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3) {
    clear: left;
}

.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2),
.nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2) {
    clear: none;
}

.nhuja-news-featured-block .ct-post-carousel {
    margin: 0;
    padding-left: 0;
    border-radius: 5px;
    overflow: hidden;
}

.nhuja-news-featured-block .ct-post-carousel .featured-section-details {
    text-align: center;
    left: 0;
    right: 0;
}

.nhuja-news-featured-block .ct-post-carousel .post-title {
    font-size: 28px;
}

.nhuja-news-featured-block .ct-post-carousel .ct-post-overlay .post-thumb img {
    aspect-ratio: auto;
    object-fit: cover;
    min-height: 440px;
}

@media screen and (min-width: 481px) {
    .nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb {
        margin-bottom: 0;
        /* float: left; */
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb img {
        min-height: 90px;
        object-fit: cover;
        object-position: center;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .post-content {
        display: block;
        overflow: hidden;
        padding: 0 0 0 15px;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .post-thumb {
        width: 150px;
        flex-basis: auto;
        margin-bottom: 0;
        height: 100%;
        aspect-ratio: 1.08125 / 1;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .post-thumb a {
        height: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .nhuja-news-featured-block .nhuja-news-col {
        width: 100%;
        margin-bottom: 15px;
    }

    .nhuja-news-featured-block .nhuja-news-col:first-child {
        margin-bottom: 15px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 768px) {
    .nhuja-news-featured-block .nhuja-news-col:last-child {
        padding-left: 0;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 {
        margin-top: 0;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1) {
        padding-top: 0;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1),
    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2) {
        padding-left: 0;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col {
        width: 100%;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3),
    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1),
    .nhuja-modern-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2) {
        padding-right: 0;
    }

    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col:first-child {
        padding-right: 2px;
    }

    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col:last-child {
        padding-left: 6px;
    }

    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col {
        padding: 3px;
    }

    /* .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1),
    .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2) */
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1),
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2) {
        padding-top: 0;
    }

    /* .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3),
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(4), 
    .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3) {
        padding-bottom: 0;
    }*/

    /* .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1),
    .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3), */
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(1),
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3) {
        padding-left: 0;
    }


    /* .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2),
    .nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(3), */
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(2),
    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:nth-child(4) {
        padding-right: 0;
    }

}


@media screen and (min-width: 1024px) {
    .nhuja-news-featured-block .nhuja-news-col.nhuja-news-col-2 {
        padding-left: 20px;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col {
        margin-bottom: 30px;
    }

    .nhuja-modern-carousel.nhuja-news-featured-block .nhuja-news-col-2 {
        padding-left: 10px;
    }

    .nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .nhuja-news-featured-block .ct-post-carousel .ct-post-overlay .post-thumb img {
        min-height: 480px;
    }
}

@media screen and (max-width: 480px) {
    .nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner {
        flex-wrap: wrap;
    }
}

/* Featured Modern Carousel */

.nhuja-modern-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col:not(:last-child) {
    margin-bottom: 10px;
}

.nhuja-modern-carousel .nhuja-news-col-full .featured-section-inner {
    position: relative;
    height: 235px;
    overflow: hidden;
    width: 100%;
}

.nhuja-modern-carousel .nhuja-news-col-full .featured-section-inner .post-thumb {
    width: 100%;
    max-width: 100%;
}

.nhuja-modern-carousel.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb img {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.nhuja-modern-carousel .nhuja-news-col-full .featured-section-inner .featured-section-details {
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    border-radius: 3px;
    background-color: rgb(0 0 0 / 25%);
}

.nhuja-modern-carousel.nhuja-news-featured-block .nhuja-news-col-2 .post-content,
.nhuja-modern-carousel.nhuja-news-featured-block .nhuja-news-col-2 .post-content a {
    color: #fff;
}

/* Featured Third Carousel */
.nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fafafa;
    margin-bottom: 15px;
}

.nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .nhuja-news-col .featured-section-inner {
    align-items: center;
}

.nhuja-third-carousel.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb {
    max-width: 130px;
}

/* Featured Awesome Carousel */
.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner {
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb {
    border-radius: 50%;
    max-width: 110px;
}

.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .featured-section-inner .post-thumb img {
    width: 110px;
    height: 110px;
}

.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2 .post-content {
    width: calc(100% - 120px);
}

.nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-inner-row .nhuja-news-col {
    padding-bottom: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 768px) {

    .nhuja-awesome-carousel.nhuja-news-featured-block>.nhuja-news-col,
    .nhuja-third-carousel.nhuja-news-featured-block>.nhuja-news-col {
        width: 55%;
    }

    .nhuja-awesome-carousel.nhuja-news-featured-block .nhuja-news-col-2,
    .nhuja-third-carousel.nhuja-news-featured-block>.nhuja-news-col-2 {
        width: 45%;
    }
}

/*---------------------------------------------------
#  Category Tab Widget Widget
*   ----------------------------------------------------- */
.widget_nhuja_news_category_tabbed_widget .ct-nav-tabs {
    float: right;

}

.widget_nhuja_news_category_tabbed_widget .ct-nav-tabs li {
    padding-right: 15px !important;
}

.widget_nhuja_news_category_tabbed_widget .ct-nav-tabs li:last-child {
    padding-right: 0 !important;
}

.widget.widget_nhuja_news_category_tabbed_widget ul.ct-nav-tabs:before {
    display: none;
}

.tab-head-wrapper {
    padding-bottom: 15px;
}

/*---------------------------------------------------
    #  Video Widget
    *   ----------------------------------------------------- */
.ct-video-list .post-thumb {
    position: relative;
}

.ct-video-list .video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
    font-size: 20px;
    z-index: 1;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 40px;
    transform: translate(-50%, -50%);
    line-height: 40px;
    display: inline-block;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
}

.ct-video-list .video-icon:hover {
    background: rgba(0, 0, 0, 1);
}

/*---------------------------------------------------
    #  Preloader
    *   ----------------------------------------------------- */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/*---------------------------------------------------
    # Dark Mode
    *   ----------------------------------------------------- */
.ct-dark-mode #page,
.ct-dark-mode .site-header,
.ct-dark-mode blockquote,
.ct-dark-mode .ct-below-featured-area,
.ct-dark-mode .ct-above-footer,
.ct-dark-mode input,
.ct-dark-mode textarea {
    background-color: #151515;
}

.ct-dark-mode .nhuja-news-menu-container {
    border: 1px solid #333;
}

body.ct-dark-mode,
.ct-dark-mode .top-bar,
.ct-dark-mode .main-navigation li a,
.ct-dark-mode .entry-title,
.ct-dark-mode .post-title a,
.ct-dark-mode .entry-meta a,
.ct-dark-mode .entry-meta,
.ct-dark-mode .widget a,
.ct-dark-mode .widget a:visited,
.ct-dark-mode a,
.ct-dark-mode a:visited,
.ct-dark-mode .entry-content a.read-more-text,
.ct-dark-mode .related-post-entries,
.ct-dark-mode .related-post-entries .entry-meta,
.ct-dark-mode .related-post-entries a,
.ct-dark-mode .related-post-entries a:visited {
    color: #eee;
}

.ct-dark-mode .main-navigation li a:hover,
.ct-dark-mode .post-title a:hover,
.ct-dark-mode .entry-meta a:hover,
.ct-dark-mode .widget a:hover,
.ct-dark-mode .widget a:visited:hover,
.ct-dark-mode a:hover,
.ct-dark-mode a:visited:hover,
.ct-dark-mode .entry-content a.read-more-text:hover,
.ct-dark-mode .related-post-entries a:hover,
.ct-dark-mode .related-post-entries a:visited:hover,
.ct-dark-mode .entry-title a:hover {
    color: #ccc;
}

.ct-dark-mode .main-navigation ul ul,
.ct-dark-mode.ct-full-layout.ct-bg #secondary .ct-sidebar-wrapper,
.ct-dark-mode.ct-full-layout.ct-bg #primary #main,
.ct-dark-mode .nhuja-news-content-area,
.ct-dark-mode #primary article .nhuja-news-content-container,
.ct-dark-mode .posts-navigation,
.ct-dark-mode .post-navigation {
    background-color: #222;
}

.ct-dark-mode .search-form input[type="search"] {
    border-color: #333;
}

/* .ct-dark-mode #primary article .nhuja-news-content-container {
    box-shadow: 0 1px 0 0 rgba(68, 68, 68, 0.6);
} */

.ct-dark-mode .posts-navigation .nav-previous,
.ct-dark-mode .post-navigation .nav-previous,
.ct-dark-mode #primary article .nhuja-news-content-container,
.ct-dark-mode .posts-navigation .nav-next,
.ct-dark-mode .post-navigation .nav-next,
.ct-dark-mode input[type="text"],
.ct-dark-mode input[type="email"],
.ct-dark-mode input[type="url"],
.ct-dark-mode input[type="password"],
.ct-dark-mode input[type="search"],
.ct-dark-mode input[type="number"],
.ct-dark-mode input[type="tel"],
.ct-dark-mode input[type="range"],
.ct-dark-mode input[type="date"],
.ct-dark-mode input[type="month"],
.ct-dark-mode input[type="week"],
.ct-dark-mode input[type="time"],
.ct-dark-mode input[type="datetime"],
.ct-dark-mode input[type="datetime-local"],
.ct-dark-mode input[type="color"],
.ct-dark-mode textarea,
.ct-dark-mode .main-navigation ul ul,
.ct-dark-mode .main-navigation ul ul li {
    border-color: #333;
}

.ct-dark-mode .post-share a,
.ct-dark-mode .post-share a:visited,
.ct-dark-mode .post-share:before,
.ct-dark-mode .post-share:after,
.ct-dark-mode .candid-pagination .page-numbers,
.ct-dark-mode #comments .comment-list li .comment-body,
.ct-dark-mode .related-post-entries li {
    background-color: #333;
    border-color: #333;
}

.ct-dark-mode .slide-details {
    background: rgba(0, 0, 0, 0.6);
}

.related-post-entries .entry-meta,
.related-post-entries,
.related-post-entries a,
.related-post-entries a:visited {
    color: #444;
}

.ct-dark-mode .ct-post-list .nhuja-news-content-area {
    border: 1px solid #444;
    border-top: 0;
}

/* Featured Section */
.header-featured-slider ul.ct-post-carousel {
    margin: 0;
    padding: 0;
}

.nhuja-news-featured-block .posted-on {
    margin-right: 5px;
}

.nhuja-news-disable-prevnext .slick-arrow,
.hide-prev-next .slick-arrow,
.hover-prev-next .slick-arrow {
    display: none !important;
}

.nhuja-news-disable-prevnext:hover .slick-arrow,
.hover-prev-next:hover .slick-arrow {
    display: block !important;
}

/*---------------------------------------------------
# Top Menu
*   ----------------------------------------------------- */
.top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-menu li {
    display: inline-block;
    margin-left: 15px;
}

.top-menu li:first-child {
    margin-left: 0;
}

/*---------------------------------------------------
# Category links
*   ----------------------------------------------------- */
.cat-links a {
    display: inline-block;
    background: #00796b;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.cat-links a:before {
    content: '';
    width: 0.6em;
    height: 0.6em;
    background-color: #ffffff;
    border-radius: 20px;
    display: inline-flex;
    margin-right: 5px;

}

.cat-links a:last-child {
    margin-right: 0;
}

.cat-links a,
.cat-links a:visited,
.cat-links a:hover,
.cat-links a:visited:hover,
.widget .ct-post-overlay .post-content.post-relative .cat-links a,
.widget .ct-post-overlay .post-content.post-relative .cat-links a:visited {
    color: #fff;
}

.cat-links a:hover,
.cat-links a:focus {
    box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 20%);
}

#secondary .ct-sidebar-wrapper .cat-links a {
    font-size: 10px;
}


/*---------------------------------------------------
# Sticky Header
*   ----------------------------------------------------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.ct-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.logo-wrapper-block.ct-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ct-sticky .nhuja-news-menu-container {
    width: 100%;
}

.nhuja-news-header-left-logo-wrapper.ct-sticky .nhuja-news-logo-main-container,
.nhuja-news-header-left-logo-wrapper.ct-sticky .header-adv-section {
    display: none;
}

body.admin-bar .ct-sticky {
    top: 28px;
}

.nhuja-news-header-left-logo-wrapper.ct-sticky .ct-center-aligned .main-navigation {
    text-align: center;

}

.nhuja-news-header-left-logo-wrapper.ct-sticky .ct-left-aligned .main-navigation {
    text-align: left;

}

.nhuja-news-header-left-logo-wrapper.ct-sticky .site-branding .container-inner {
    padding: 0 10px;
}

/*---------------------------------------------------
# Footer Social Media
*   ----------------------------------------------------- */
.ct-footer-social {
    display: table;
    width: 100%;
}

.ct-footer-social .nhuja-news-menu-social {
    display: table-row;
}

.ct-footer-social .nhuja-news-menu-social li {
    display: table-cell;
    max-width: 0px;
    margin: 0;
}

.ct-footer-social .nhuja-news-menu-social li a {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    height: auto;
}

.ct-footer-social .nhuja-news-menu-social li a:before {
    font-size: 36px;
    line-height: 120px;
}

.ct-show-search {
    position: relative;
    padding-right: 30px;
}

.show-more {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    max-width: 100%;
    padding: 15px 40px;
    background: #00796b;
    color: #fff;
    margin: auto;
}

.show-more:hover {
    background: #000;
}

.show-more .fa {
    margin-right: 5px;
}

.ct-masonry {
    margin-left: -15px;
    margin-right: -15px;
}

.ct-masonry .two-columns,
.ct-masonry .three-columns {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .container-inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .ct-show-search {
        padding-right: 0;
    }

    .ct-footer-social .nhuja-news-menu-social li a:before {
        font-size: 20px;
        line-height: 48px;
    }
}

.ct-header-carousel-section,
.ct-below-featured-area.ct-grid-wrapper,
.ct-missed-block {
    padding-left: 0;
    padding-right: 0;
}

.ct-header-carousel .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}

.header-widget-wrapper .widget:last-child {
    margin-bottom: 0;
}