/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template:       neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
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:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

.hide {
    display: none !important;
}

.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* elementor custom config */

.elementor-section {
    overflow: hidden;
}


/* header custom design */
header.header {
    max-height: 400px;
}

@supports (display:contents) and (display:grid) {
    header.header {
        max-height: 100%;
    }
}

header .item--inner.builder-item--logo {
    transform: translateX(20px) scale(1);
}

header .header-social-media:not(:last-child) {
    padding-right: 20px !important;
}

header .header-social-media a {
    font-size: 22px;
}

header .header-social-media a:hover {
    text-decoration: none;
}

header .header-search-icon .nv-icon {
    transform: scale(1.2);
    color: #fff;
    margin: 0 auto;
}

header .builder-item--header_search input[type=search].search-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
}

header .builder-item--header_search input[type=search].search-field:focus {
    outline: none;
}

header .builder-item--header_search input[type=submit]:hover {
    background-color: transparent !important;
}

header .builder-item--header_search input[type=submit]:hover ~ .nv-search-icon-wrap {
    transform: scale(1.2);
    color: #fff;
    transition: all 200ms ease-out;
}

header .nv-top-bar ul#secondary-menu li a {
    padding: 0;
    text-decoration: none !important;
    font-size: 16px;
}

header .nv-top-bar ul#secondary-menu li a:hover {
    text-decoration: none !important;
}

header .nv-top-bar ul#secondary-menu li {
    padding: 0 10px;
}

header .nv-top-bar ul#secondary-menu li:last-child {
    padding-right: 0;
}

header button.navbar-toggle {
    background: #0f202f;
    padding: 5px;
    margin-left: -30px;
    margin-right: 5px;
    border-radius: 0;
    border: 0;
}

header button.navbar-toggle:hover {
    background: #0f202f;
}

header button.navbar-toggle .icon-bar {
    background: #fff;
    width: 26px;
    height: 3px;
    margin: 5px 0;
}

header .is-active button.navbar-toggle .icon-bar:nth-child(1),
header #header-menu-sidebar button.navbar-toggle .icon-bar:nth-child(1) {
    top: 8px;
}

header .is-active button.navbar-toggle .icon-bar:nth-child(3),
header #header-menu-sidebar button.navbar-toggle .icon-bar:nth-child(3) {
    bottom: 8px;
}

header .active a {
    border-bottom: 2px solid #fff;
}

header #header-grid .header--row.hide-on-desktop form.search-form {
    margin: 5px;
}

header #header-grid .header--row.hide-on-desktop form.search-form .nv-search-icon-wrap {
    width: 60px;
}

header #header-menu-sidebar {
    width: 88%;
    overflow: visible;
}

body.menu_sidebar_slide_left.is-menu-sidebar .header-menu-sidebar-overlay {
    background: #ccced0;
}

header #header-menu-sidebar #header-menu-sidebar-bg:before {
    background: #fff;
}

header #header-menu-sidebar #header-menu-sidebar-bg #header-menu-sidebar-inner {
    padding-top: 10px;
}

header #header-menu-sidebar #header-menu-sidebar-bg .close-sidebar-panel {
    position: fixed;
    left: 41px;
    padding: 0;
}

header #header-menu-sidebar .widget-search {
    margin: 0 !important;
}

header #header-menu-sidebar input[type=search].search-field, header .header--row.header-top.hide-on-desktop input[type=search].search-field {
    border: 1px solid #0f202f;
    color: #0f202f;
    border-radius: 0;
}

header #header-menu-sidebar .nv-search-icon-wrap, header .header--row.header-top.hide-on-desktop .nv-search-icon-wrap {
    background: #0f202f;
    color: #fff;
}

header #header-menu-sidebar ul#secondary-menu li {
    padding: 6px 10px;
    border-bottom: 1px solid #dedede;
}

header #header-menu-sidebar ul#secondary-menu li.menu-subitem {
    padding-left: 52px;
}

header #header-menu-sidebar ul#secondary-menu li a {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0f202f;
    font-weight: 600;
}

header #header-menu-sidebar ul#secondary-menu li a .icon {
    margin-right: 20px;
    font-size: 20px;
}

header #header-menu-sidebar ul#secondary-menu li.menu-item-has-children a {
    justify-content: space-between;
}

header #header-menu-sidebar ul#secondary-menu li.menu-item-has-children.collapsed ~ li.menu-subitem {
    display: none;
}

header #header-menu-sidebar ul#secondary-menu li.menu-item-has-children.collapsed .fa-chevron-down:before {
    content: "\f077";
}

header #header-menu-sidebar ul#secondary-menu li.menu-subitem a {
    font-weight: normal;
}

header #header-menu-sidebar ul.primary-menu-ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 15px;
}

header #header-menu-sidebar ul.primary-menu-ul li {
    padding: 0 !important;
    width: fit-content;
    margin: 0 10px;
}

header #header-menu-sidebar ul.primary-menu-ul a {
    color: #fff;
    background: #0f202f;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
}

header #header-menu-sidebar ul.primary-menu-ul a i {
    font-size: 26px;
    margin: 0 auto;
    width: fit-content;
    padding-right: 1px;
}

/* end header custom design */

/* footer custom design */
footer .EN-copyright {
    color: #ffffff;
}

footer .nv-footer-content .hfg-item-left.hfg-item-last .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 5px 0 0;
    margin: 0 auto;
    width: 20px;
    max-width: 100%;
    white-space: nowrap;
}

footer .nv-footer-content .hfg-item-left.hfg-item-last .social-media a {
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

/* end footer custom design */

/* homepage custom design */
.header-topics .pciwgas-cat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner {
    margin-bottom: 0;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    transform: rotate(-45deg);
    overflow: hidden;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a:before {
    content: 'ZUR KATEGORIE';
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 500;
    z-index: 100;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner:hover > .pciwgas-img-wrapper a:before {
    opacity: 1;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper .pciwgas-cat-img {
    border-radius: 50%;
    border: 4px solid #fff;
    transform: rotate(45deg);
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a.active {
    background: linear-gradient(to right, #b1ef67, #62c8e9);
    border-radius: 50%;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a.active .pciwgas-cat-img {
    border-color: transparent;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title {
    padding: 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title a {
    color: #000000;
    font-weight: 500;
    word-break: break-all;
    font-size: 16px;
}

.header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title .pciwgas-cat-count {
    display: none;
}

.archive-container .posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3%;
}

.archive-container .posts-wrapper .post {
    max-width: 25%;
}

.archive-container .posts-wrapper .post .content {
    position: relative;
    padding-bottom: 10px;
    border: 0;
    display: block;
}

@supports (display:contents) and (display:grid) {
    .archive-container .posts-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .archive-container .posts-wrapper .post {
        max-width: 100%;
    }

    .archive-container .posts-wrapper .post .content {
        display: flex;
    }
}

.archive-container .nv-page-title-wrap .nv-page-title {
    border: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 14px;
}

.archive-container .posts-wrapper .post a {
    text-decoration: none;
}

.archive-container .posts-wrapper .post .content .nv-post-thumbnail-wrap {
    order: -2;
    position: relative;
}

.archive-container .posts-wrapper .post .content .blog-entry-title {
    line-height: 1.2;
    padding-bottom: 10px;
}

.archive-container .posts-wrapper .post .content .blog-entry-title a {
    font-size: 22px;
    color: #000;
}

.archive-container .posts-wrapper .post .content .nv-meta-list {
    order: -1;
    margin: 0;
    padding: 0;
}

.archive-container .posts-wrapper .post .content .nv-meta-list .date:after {
    content: '';
}

.archive-container .posts-wrapper .post .content .nv-meta-list .author,
.archive-container .posts-wrapper .post .content .nv-meta-list .comments {
    display: none;
}

.archive-container .posts-wrapper .post .content .excerpt-wrap .excerpt-more {
    display: block;
    color: #000;
    font-weight: bold;
}

.archive-container .posts-wrapper .post .content .post-footer .post-views-holder .post-views-icon {
    padding-right: 5px;
    height: auto;
    font-size: 16px;
    width: auto;
    position: relative;
    top: 3px;
}

.test-views {
    color: #000 !important;
}

.sidebar-social-media .elementor-social-icons-wrapper a {
    padding: 0 15px !important;
    text-decoration: none;
}

/* first post in 'display-posts plugin' custom design */
.display-posts-listing.grid.top-post-holder {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
}

.display-posts-listing.grid.top-post-holder .listing-item {
    width: 100%;
}

.display-posts-listing.grid.top-post-holder a {
    color: #000;
    text-decoration: none !important;
}

.display-posts-listing.grid.top-post-holder .title {
    position: absolute;
    bottom: 9vh;
    left: 4vw;
    color: #fff;
    font-weight: bold;
    font-size: 2.5vw;
}

.display-posts-listing.grid.top-post-holder .comments-link {
    background: #dedede;
    padding: 1px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8em;
    font-weight: 500;
}

.display-posts-listing.grid.top-post-holder .comments-link i {
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.display-posts-listing.grid button:hover,
.display-posts-listing.grid a:hover {
    opacity: .8 !important;
}

.display-posts-listing.grid.top-post-holder .post-footer {
    width: fit-content;
    position: absolute;
    bottom: 6vh;
    left: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.display-posts-listing.grid.top-post-holder .post-views-holder {
    padding-top: 2px;
}

.display-posts-listing.grid.top-post-holder .post-views-icon {
    top: 0 !important;
}

/* end first post in 'display-posts plugin' custom design */

/* generally post-footer & share-button-holder */
.post-footer,
.poll-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    white-space: nowrap;
}

.post-footer .share-button-holder,
.post-footer .comments-link,
.post-footer .post-views-holder,
.poll-footer .share-button-holder,
.poll-footer .comments-link,
.poll-footer .post-views-holder {
    margin-right: 10px;
    height: 25px;
}

.post-footer .comments-link,
.post-footer .post-views-holder,
.poll-footer .comments-link,
.poll-footer .post-views-holder {
    height: 24px;
    margin-top: 1px;
}

.post-footer .share-button-holder,
.poll-footer .share-button-holder {
    width: fit-content;
    position: relative;
}

.post-footer .share-button-holder .share-btn,
.poll-footer .share-button-holder .share-btn {
    padding: 1px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #0f202f;
    border: 1px solid #0f202f;
    font-weight: 500;
    text-transform: capitalize;
    vertical-align: top;
}

.post-footer .share-button-holder .share-btn .fa-share-alt:before,
.poll-footer .share-button-holder .share-btn .fa-share-alt:before {
    font-size: 16px;
    vertical-align: middle;
}

.post-footer .share-button-holder .share-btn:focus,
.post-footer .share-button-holder .share-btn:hover,
.poll-footer .share-button-holder .share-btn:focus,
.poll-footer .share-button-holder .share-btn:hover {
    outline: none;
    opacity: 1;
}

.post-footer .post-views-holder,
.poll-footer .post-views-holder {
    width: fit-content;
    background: #dedede;
    padding: 1px 10px;
    border-radius: 5px;
    color: #000;
    font-size: .8em;
    font-weight: 500;
}

.post-footer .post-views-holder .post-views.entry-meta,
.poll-footer .post-views-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-footer .post-views-holder .post-views.entry-meta .post-views-icon,
.poll-footer .post-views-holder .post-views-icon {
    padding-right: 5px;
    height: auto;
    font-size: 14px;
    width: auto;
    position: relative;
    top: -1px;
}

.post-footer .share-button-holder .social-media-holder,
.poll-footer .share-button-holder .social-media-holder {
    position: absolute;
    bottom: calc(100% + 8px);
    left: -20%;
    background: #fff;
    width: fit-content;
    min-width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #000;
    padding-left: 8px;
}

.post-footer .share-button-holder .social-media-holder::before,
.poll-footer .share-button-holder .social-media-holder::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 18%;
    background: #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.post-footer .share-button-holder .social-media-holder a,
.poll-footer .share-button-holder .social-media-holder a {
    color: #0f202f;
    font-size: 26px;
    padding-right: 8px;
}

/* end generally post-footer & share-button-holder */

/* template of 12 posts in 'display-posts plugin' custom design */
.display-posts-listing.grid.posts-holder .post-footer {
    padding-top: 15px;
}

.display-posts-listing.grid.posts-holder .post-footer a {
    font-weight: normal;
}

.display-posts-listing.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-posts-listing.grid.posts-holder .listing-item {
    max-width: 25%;
    padding: 8px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    word-break: break-word;
    hyphens: auto;
    hyphenate-lines: 3;
}

.display-posts-listing.grid .listing-item.doubled_post {
    max-width: 50%;
}

@supports (display:contents) and (display:grid) {
    .display-posts-listing.grid {
        display: grid;
        grid-gap: 16px;
    }

    .display-posts-listing.grid.posts-holder .listing-item {
        max-width: 100%;
        display: flex;
        padding: 0;
    }

    .display-posts-listing.grid .listing-item.doubled_post {
        max-width: 100%;
        grid-column: auto / span 2;
    }
}

@supports (display:contents) and (display:grid) {
    .display-posts-listing.grid.posts-holder .listing-item .image::before,
    .archive-container .posts-wrapper .post .content .nv-post-thumbnail-wrap a:before {
        content: 'ZUM ARTIKEL';
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        font-weight: 500;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .display-posts-listing.grid.posts-holder .listing-item:hover > .image::before {
        opacity: 1;
    }

    .archive-container .posts-wrapper .post .content:hover > .nv-post-thumbnail-wrap a:before {
        opacity: 1;
    }
}

.display-posts-listing.grid.posts-holder .listing-item .post-holder-anchor,
.archive-container .posts-wrapper .post .content .post-holder-anchor {
    position: absolute;
    width: 100%;
    height: 100%;
}

.display-posts-listing.grid.posts-holder .listing-item .comments-link,
.archive-container .posts-wrapper .post .content .post-footer .comments-link,
.poll-footer .comments-link {
    background: #dedede;
    color: #000;
    padding: 1px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8em;
    font-weight: 500;
    text-decoration: none !important;
}

.display-posts-listing.grid.posts-holder .listing-item .comments-link i,
.archive-container .posts-wrapper .post .content .post-footer .comments-link i,
.poll-footer .comments-link i {
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.display-posts-listing.grid.posts-holder span {
    display: block;
}

.display-posts-listing.grid.posts-holder a {
    color: #000;
    font-weight: bold;
    text-decoration: none !important;
}

.display-posts-listing.grid.posts-holder .date,
.archive-container .posts-wrapper .post .content .nv-meta-list .date {
    font-size: 10px;
    color: #9a9a9a;
    order: -5;
    padding: 15px 0 0 0;
}

.display-posts-listing.grid .image {
    order: -10;
}

.display-posts-listing.grid.posts-holder .image {
    position: relative;
}

.display-posts-listing.grid .title {
    display: block;
    font-size: 22px;
    padding: 5px 0;
}

.display-posts-listing.grid .excerpt,
.archive-container .posts-wrapper .post .content .excerpt-wrap {
    font-size: 14px;
}

.display-posts-listing.grid .excerpt-more {
    display: block;
}

.display-posts-listing.grid img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: inherit !important;
}

/* end template of 12 posts in 'display-posts plugin' custom design */

/* Comments Section */
#comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#comments a {
    color: #757272;
    text-decoration: underline;
}

#comments .nv-comments-title-wrap,
#comments .nv-comments-list,
#comments #respond {
    width: 80%;
}

#comments .nv-comments-title-wrap {
    text-align: center;
}

#comments .nv-comments-title-wrap .comments-title {
    text-transform: capitalize;
}

#comments .nv-comments-list .nv-comment-article .nv-comment-content {
    padding: 0 3%;
    font-size: 14px;
}

#comments .nv-comments-list .nv-comment-article .nv-comment-content .edit-reply {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

#comments .nv-comments-list .nv-comment-article .nv-comment-content .edit-reply .comment-edit-link {
    padding: 2px 10px;
    background: #0f202f;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: 600;
}

#comments .nv-comments-list .nv-comment-article .nv-comment-content .edit-reply .comment-edit-link:after {
    content: 'Edit';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f202f;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#comments .nv-comments-list .nv-comment-article .nv-comment-content .edit-reply .nv-reply-link {
    margin-left: 3% !important;
}

#comments .nv-comments-list .nv-comment-article .nv-comment-content .edit-reply .nv-reply-link a {
    padding: 5px 10px;
    background: #0f202f;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

#comments #respond #reply-title {
    text-align: center;
}

#comments #respond #reply-title #cancel-comment-reply-link {
    padding: 5px 10px;
    background: #0f202f;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

#comments #respond #commentform .logged-in-as a:last-child {
    color: #ca2d2d;
    font-weight: 600;
}

#comments #respond #commentform textarea:focus,
#comments #respond #commentform input:focus {
    outline: none;
    border: 1px solid #68beda;
}

#comments #respond #commentform #submit {
    background: #0f202f;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

#comments #commentform .comment-form-url {
    display: none !important;
}

/* end Comments Section */

.sm-articles-wrapper {
    display: grid;
    grid-gap: 0 5%;
    grid-template-columns: repeat(4, 1fr);
}

.sm-articles-wrapper .sm-article {
    grid-column-end: span 2;
    max-width: 100%;
}

.sm-articles-wrapper .sm-article:nth-child(3):last-child,
.sm-articles-wrapper .sm-article:first-child:last-child {
    grid-column-start: 2;
}

.sm-articles-wrapper .sm-article.highlighted {
    grid-column-end: span 4;
    grid-column-start: 1 !important;
}

/* sm-poll styles */
.sm-poll p {
    margin: 0;
}

.sm-poll .poll-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sm-poll .poll-question {
    margin: 5px 0 15px;
    font-size: 34px;
    line-height: 1.1;
}

.sm-poll .wp-polls-ans {
    padding-top: 2%;
    color: #404248;
}

.sm-poll .sm-polls-progressbar,
.sm-poll .sm-polls-progressbar li {
    padding: 0;
    margin: 0;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value {
    height: 50px;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value input[type="checkbox"],
.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value input[type="radio"] {
    display: none;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value label {
    position: relative;
    width: 100%;
    height: 100%;
    ddisplay: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value label small {
    position: absolute;
    right: 0;
    top: auto;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value label:before {
    content: "";
    border: 1px solid #0f202f;
    border-radius: 4px;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-bottom;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value label:after {
    content: "✓";
    font-size: 14px;
    font-weight: bold;
    color: transparent;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 2.5px;
    top: 13px;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value label:hover:after {
    color: #cccccc;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value input:disabled + label {
    cursor: not-allowed;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value input:disabled + label:before {
    background: #0f202f;
}

.sm-poll .sm-polls-progressbar .sm-polls-progressbar-value input:disabled + label:after {
    color: #fff;;
}

.sm-poll .sm-poll-progress-bar-container .sm-poll-progress-bar-value .vue-simple-progress,
.sm-poll .sm-poll-progress-bar-container .sm-poll-progress-bar-value .vue-simple-progress-bar {
    height: 100% !important;
}

.sm-poll .sm-poll-progress-bar-container .sm-poll-progress-bar-value .vue-simple-progress {
    background: transparent !important;
}

.sm-poll .sm-poll-progress-bar-container .sm-poll-progress-bar-value .vue-simple-progress-bar {
    background: #eef2f5 !important;
}

.container.single-post-container .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
}

/* media query */
@media (max-width: 960px) {
    .hidden-mobile {
        display: none !important;
    }

    footer .footer--row .builder-item {
        max-width: 50% !important;
        margin-bottom: 10px !important;
    }

    footer .EN-copyright {
        padding-top: 5px;
    }

    .header-topics .pciwgas-cat-wrap {
        width: auto;
        display: block;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -10px;
        white-space: nowrap;
        text-align: center;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-columns {
        padding: 10px 0 12px 5px;
        width: 21.5vw;
        float: none;
        display: inline-block;
        overflow: hidden;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-columns:last-child {
        margin-right: 7px;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title {
        padding: 10px 0 5px 0;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title a {
        font-size: 14px;
    }

    .sidebar-social-media .elementor-social-icons-wrapper a {
        padding: 0 10px !important;
    }

    #top-post-share-btn {
        padding: 4px 8px !important;
    }

    .display-posts-listing.grid.top-post-holder .title {
        bottom: 7vh !important;
    }

    .display-posts-listing.grid.top-post-holder .post-footer {
        bottom: 4vh;
    }
}

@media (max-width: 767px) {
    .header-topics .pciwgas-cat-wrap {
        margin-top: -10px;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title a {
        font-size: 2vw;
    }

    #top-post-share-btn {
        padding: 4px 6px !important;
        font-size: 11px !important;
    }

    .display-posts-listing.grid.top-post-holder .title {
        font-size: 3.5vw !important;
    }
}

@media (max-width: 500px) {
    header #header-grid .header--row.hide-on-desktop form.search-form {
        margin: 2px;
    }

    header #header-grid .header--row.hide-on-desktop form.search-form .nv-search-icon-wrap {
        width: 50px;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-columns {
        width: 26.5vw;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a:before {
        content: '';
        border: 0;
        background: transparent;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper .pciwgas-cat-img {
        border-width: 3px;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title {
        padding: 5px 0;
        line-height: 0;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title a {
        font-size: 3vw;
    }

    #top-post-share-btn {
        padding: 4px 5px !important;
        font-size: 8px !important;
    }

    .display-posts-listing.grid.top-post-holder .title {
        bottom: 5vh !important;
        font-size: 5vw !important;
    }

    .display-posts-listing.grid.top-post-holder .post-footer {
        bottom: 2vh;
    }

    .display-posts-listing.grid .excerpt,
    .archive-container .posts-wrapper .post .content .excerpt-wrap {
        font-size: 12px !important;
    }

    footer .EN-copyright {
        font-size: 12px;
    }
}

@media screen and (min-width: 400px) {
    header .item--inner.builder-item--logo {
        transform: translateX(0) scale(1.2);
    }
}

@media screen and (min-width: 500px) {
    header .item--inner.builder-item--logo {
        transform: translateX(-10px) scale(1.2);
    }

    .sm-poll .poll-question {
        margin-bottom: 0;
    }
}

@media (min-width: 600px) {
    header .item--inner.builder-item--logo {
        transform: translateX(-40px) scale(1.2);
    }

    .archive-container .nv-page-title-wrap .nv-page-title {
        font-size: 16px;
    }

    .archive-container .posts-wrapper {
        padding: 0 2%;
    }

    @supports (display:contents) and (display:grid) {
        .archive-container .posts-wrapper {
            grid-template-columns: repeat(3, 1fr);
        }

        .display-posts-listing.grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
}

@media screen and (min-width: 768px) {
    header .item--inner.builder-item--logo {
        transform: translateX(-60px) scale(1.3);
    }

    .sm-articles-wrapper {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }

    .sm-articles-wrapper .sm-article:nth-child(3):last-child {
        grid-column-start: auto;
    }

    .sm-articles-wrapper .sm-article:first-child:last-child {
        grid-column-start: 4;
    }

    .sm-articles-wrapper .sm-article:first-child:nth-last-child(2) {
        grid-column-start: 3;
    }

    .sm-articles-wrapper .sm-article:first-child:nth-last-child(3) {
        grid-column-start: 2;
    }

    .sm-articles-wrapper .sm-article.highlighted {
        grid-column-end: span 8;
    }

    .sm-poll .poll-question {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 960px) {
    .hidden-desktop {
        display: none !important;
    }

    header .item--inner.builder-item--logo {
        transform: translateX(90px) scale(1.2);
    }

    header #header-grid .item--inner.builder-item--header_search {
        width: 87%;
        float: right;
    }
}

@media (min-width: 1024px) {
    header .builder-item--header_search {
        margin-right: -40px;
    }

    header .header-social-media a {
        font-size: 26px;
    }

    @supports (display:contents) and (display:grid) {
        .display-posts-listing.grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    header .nv-top-bar ul#secondary-menu li {
        padding: 0 13px;
    }
}

@media screen and (max-width: 1023px) {
    @supports (display:contents) and (display:grid) {
        .display-posts-listing.grid .listing-item.doubled_post {
            grid-column-end: span 1;
        }
    }
}

@media screen and (min-width: 1200px) {
    header .item--inner.builder-item--logo {
        transform: translateX(60px) scale(1.3);
    }

    header .builder-item--header_search {
        margin-right: -55px;
    }

    header .nv-top-bar ul#secondary-menu {
        padding-left: 30px;
    }

    header .nv-top-bar ul#secondary-menu li {
        padding: 0 20px;
    }

    @supports (display:contents) and (display:grid) {
        .archive-container .posts-wrapper {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .header-topics .pciwgas-cat-wrap {
        width: 60%;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-title a {
        font-size: 18px;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a:before {
        font-size: 14px;
    }
}

@media screen and (min-width: 1600px) {
    header .header-social-media:not(:last-child) {
        padding-right: 30px !important;
    }

    header .header-social-media a {
        font-size: 30px;
    }

    header .nv-top-bar ul#secondary-menu li {
        padding: 0 30px;
    }

    header .nv-top-bar ul#secondary-menu li a {
        font-size: 18px;
    }

    .header-topics .pciwgas-cat-wrap .pciwgas-post-cat-inner .pciwgas-img-wrapper a:before {
        font-size: 16px;
    }
}
