/*!
README - STYLEGUIDE BRIEFLY

Find the style by section component, using Find or CTRL + F
HEADER STYLE, BREADCRUMB STYLE, BANNER STYLE, CONTENT STYLE, LISTING STYLE, FOOTER STYLE

Make this stylesheet still readable and after using this file, dont forget to use beautify after development
Thankyou Whello Developer
*/

/* GENERAL SYLE */
.row-display-flex,
.vc_row.row-display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.vc_row.wpb_row.row-display-flex:before,
.vc_row.wpb_row.row-display-flex:after {
    display: none;
}

.vc_row.row-width-auto>.wpb_column {
    width: auto;
}

.justify-space-between,
.vc_row.justify-space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center,
.vc_row.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-flex-start,
.vc_row.justify-flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-flex-end,
.vc_row.justify-flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-space-around,
.vc_row.justify-space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-space-between,
.vc_row.align-items-space-between {
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -moz-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.align-items-center,
.vc_row.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-stretch,
.vc_row.align-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-items-flex-start,
.vc_row.align-items-flex-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-flex-end,
.vc_row.align-items-flex-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.col-flex-wrapper.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vc_row.row-z-index {
    position: relative;
    z-index: 1;
}

.col-auto.wpb_column {
    width: auto;
}

.col-auto.wpb_column:last-child {
    margin-left: auto;
}

.col-auto.wpb_column:first-child {
    margin-right: auto;
}

[class*=is__hidden] {
    display: none !important;
}

[class*=visibility__hidden] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.col-sticky.wpb_column>.vc_column-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 22%;
}

.vc_row[data-vc-full-width].overflow-visible {
    overflow: visible;
}

.vc_section.vc_section-has-fill {
    padding: 0;
}

.text-white *,
.text-column-title.text-white *,
.text-column-title.text-white .text-subtitle,
.wpb_text_column.text-white * {
    color: var(--white);
}

.hover-image-scale:hover .wpb_single_image img,
.listitem-wrapper:hover .thumbnail-item .image-wrapper img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.hover-image-scale .wpb_single_image img,
.listitem-wrapper .thumbnail-item .image-wrapper img {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}


/* GLOBAL STYLE */
.site-main {
    margin-top: 80px;
    margin-bottom: 80px;
}

i {
    display: inline-block;
    background: center/contain no-repeat;
}

.wpb_single_image.wpb_content_element .vc_single_image-wrapper.vc_box_rounded img {
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
}

.bbp-login-form div[id*="nsl-custom-login-form-"] {
    display: none;
}


/* BUTTON STYLE */
[class*="btn-fill-"],
[class*="btn-outline-"],
.bbp-form .button.submit {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 32px;
    border: 1px solid var(--transparent);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 14px;
    text-align: center;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.btn-fill-blue,
.bbp-form .button.submit {
    background-color: var(--blue);
    color: var(--white);
}

.btn-fill-blue:hover,
.bbp-form .button.submit:hover {
    background-color: var(--darkblue);
}

.btn-fill-white {
    background-color: var(--white);
    color: var(--blue);
}

.btn-fill-white:hover {
    background-color: var(--transparent);
    border-color: var(--white);
    color: var(--white);
}

.btn-outline-blue {
    border-color: var(--blue);
    color: var(--blue);
}

.btn-outline-blue:hover {
    background-color: var(--blue);
    color: var(--white);
}

.btn-full-width {
    width: 100%;
}

.btn-cancel {
    margin-left: 36px;
    font-size: 14px;
    line-height: 17px;
    color: #085875;
}

.btn-cancel:hover {
    color: var(--blue);
}

.btn-auth-google {
    margin-bottom: 14px;
}

.btn-auth-google:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/icon-google.svg) center/contain no-repeat;
    margin-right: 8px;
}

.btn-auth-facebook:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/icon-facebook.svg) center/contain no-repeat;
    margin-right: 8px;
}


/* ALERT STYLE */
.postid-57 .alert,
.postid-59 .alert,
.postid-61 .alert {
    display: block;
}

.alert {
    display: none;
    padding: 24px;
    background-color: var(--transparent);
    border: 1px solid var(--transparent);
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}

.alert.alert-primary {
    background-color: rgba(8, 88, 117, 0.1);
    border-color: rgba(8, 88, 117, 0.5);
}

.alert-primary .alert-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
    color: var(--darkblue);
}

.alert-primary p {
    color: var(--darkblue);
}

.icon-info {
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-info-darkblue.svg);
    margin-right: 8px;
}


/* ICON TEXT */
.heading-default .col-content-icontext {
    font-size: var(--text-4xl);
    font-weight: 700;
}


/* BREADCRUMBS STYLE */
.site-breadcrumbs {
    margin-bottom: 24px;
}

.site-breadcrumbs {
    font-size: 14px;
}

.site-breadcrumbs .container {
    width: 100%;
    max-width: 100%;
}

.site-breadcrumbs a,
.site-breadcrumbs {
    font-weight: 700;
    line-height: 17px;
    color: var(--gray);
}

.site-breadcrumbs span>span,
.site-breadcrumbs span.current-item {
    font-weight: 400;
    color: var(--gray);
}

.site-breadcrumbs a:hover {
    color: var(--blue);
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span {
    font-size: 0;
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span:after {
    content: '...';
    font-size: 14px;
}

.site-breadcrumbs i {
    display: inline-block;
    margin: 0 5px;
}

.site-breadcrumbs .breadcrumb-wrapper>i:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not(:nth-last-of-type(3)) {
    display: none;
}


/* RESET VC_ROW STYLE */
.vc_row.row-reset-block,
.vc_row.row-reset-block .vc_inner {
    margin: 0;
}

.vc_row.row-reset-block:before,
.vc_row.row-reset-block:after,
.vc_row.row-reset-block .vc_column-inner:before,
.vc_row.row-reset-block .vc_column-inner:after,
.vc_row.row-reset-block .vc_inner:before,
.vc_row.row-reset-block .vc_inner:after {
    display: none;
}

.vc_row.row-reset-block .wpb_column {
    float: none;
}

.vc_row.row-reset-block .wpb_column>.vc_column-inner {
    padding: 0;
}

.vc_row.row-reset-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


/* SIDEBAR STYLE */
.widget,
.sidebar-content--wrapper {
    padding: 20px;
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.widget.widget_media_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-border-radius: var(--rounded);
    -moz-border-radius: var(--rounded);
    border-radius: var(--rounded);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.widget.widget_media_image a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.widget:not(:last-child),
.bbpress-sidebar .bbpress-sidebar--item:not(:last-child) {
    margin-bottom: 20px;
}

.widget .widget-title,
.bbpress-sidebar h3 {
    line-height: 20px;
    margin-bottom: 24px;
}

.widget_text li a {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #414658;
}

.widget_text li a:hover {
    color: var(--blue);
}


/* SIDEBAR STYLE - THREAD META */
.thread-meta .thread-meta--item:not(:last-child) {
    margin-bottom: 16px;
}

.thread-meta .thread-meta--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thread-meta .thread-meta--item i {
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F4F6F8 center/18px no-repeat;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-right: 15px;
}

.thread-meta .thread-meta--item i.icon-total-replies {
    background-image: url(../images/icon-total-replies.svg);
}

.thread-meta .thread-meta--item i.icon-total-participants {
    background-image: url(../images/icon-total-participants.svg);
}

.thread-meta .thread-meta--item i.icon-last-reply {
    background-image: url(../images/icon-last-reply.svg);
}

.thread-meta .thread-meta--item i.icon-last-activity {
    background-image: url(../images/icon-last-activity.svg);
}

.thread-meta .thread-meta--content h4 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: var(--darkgray);
}

.thread-meta .thread-meta--content p {
    font-size: 10px;
    color: var(--gray);
    margin-top: 7px;
}

.thread-meta .thread-meta--content a {
    color: var(--gray);
}

.thread-meta .thread-meta--content a:hover {
    color: var(--blue);
}

.thread-meta .thread-meta--last-reply a {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--blue);
}


/* SIDEBAR STYLE - NEW THREAD */
.postid-57 .widget.widget_widget_new_thread,
.postid-59 .widget.widget_widget_new_thread,
.postid-61 .widget.widget_widget_new_thread,
.bbp-user-page .widget.widget_widget_new_thread {
    display: block;
}

.widget.widget_widget_new_thread {
    display: none;
    background: var(--blue);
    color: var(--white);
}

.widget_widget_new_thread h3 {
    margin-bottom: 16px;
}

.widget_widget_new_thread p {
    font-size: 12px;
    line-height: 18px;
}

.widget_widget_new_thread .btn-new-thread {
    margin-top: 24px;
}


/* SIDEBAR STYLE - EXPLORE THREAD */
.explore-thread .explore-thread__item:not(:last-child) {
    margin-bottom: 24px;
}

.explore-thread .explore-thread-wrapper,
.popular-category .popular-category-wrapper,
.popular-tags .popular-tags-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.explore-thread .explore-thread-wrapper i {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F4F6F8 center/20px no-repeat;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-right: 8px;
}

.explore-thread .explore-thread-wrapper .icon-newest {
    background-image: url(../images/icon-newest.svg);
}

.explore-thread .explore-thread-wrapper .icon-popular {
    background-image: url(../images/icon-popular.svg);
}

.explore-thread .explore-thread-wrapper .icon-likes {
    background-image: url(../images/icon-likes.svg);
}

.explore-thread h6,
.popular-category h6,
.popular-tags h6 {
    font-size: 12px;
    line-height: 12px;
    color: #414658;
    margin-bottom: 5px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.explore-thread p,
.popular-category p,
.popular-tags p {
    font-size: 9px;
    line-height: 9px;
    color: var(--gray);
}


/* SIDEBAR STYLE - POPULAR CATEGORY */
.popular-category,
.popular-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popular-category .popular-category__item:not(:last-child),
.popular-tags .popular-tags__item:not(:last-child) {
    margin-bottom: 11px;
}

.popular-category .popular-category-wrapper i,
.popular-tags .popular-tags-wrapper i {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F4F6F8 url(../images/icon-popular-category.svg) center/20px no-repeat;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-right: 10px;
}

.explore-thread .explore-thread-wrapper:hover h6,
.popular-category .popular-category-wrapper:hover h6,
.popular-tags .popular-tags-wrapper:hover h6 {
    color: var(--blue);
}


/* SIDEBAR STYLE - POPULAR TAGS */
.popular-tags .popular-tags-wrapper i {
    background-image: url(../images/icon-popular-tags.svg);
}

.popular-tags h6 {
    text-transform: lowercase;
}

.popular-tags h6:before {
    content: "#";
}


/* SIDEBAR STYLE - FORUM STATISTICS */
.forum-statistics .forum-statistics__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.forum-statistics .forum-statistics__item.visitor-country {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.forum-statistics .forum-statistics__item:not(:last-child) {
    margin-bottom: 16px;
}

.forum-statistics__item i {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F4F6F8 center/20px no-repeat;
    -webkit-box-shadow: var(--shadow);
    -moz-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    margin-right: 10px;
}

.forum-statistics__item .icon-total-members {
    background-image: url(../images/icon-total-members.svg);
}

.forum-statistics__item .icon-total-threads {
    background-image: url(../images/icon-total-threads.svg);
}

.forum-statistics__item .icon-website {
    background-image: url(../images/icon-website-green.svg);
}

.forum-statistics .forum-statistics__item>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

section#text-4 .textwidget p,
section#text-4 .textwidget p a {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #414658;
}

section#text-4 .textwidget p a:hover {
    color: var(--blue);
}


/* WH VISITOR COUNTER */
.wh-visitor-counter {
    margin-top: 8px;
}

.wh-visitor-counter .wh-visitor-country-lists {
    list-style: none;
    padding-left: 0;
}

.wh-visitor-counter .wh-visitor-country-list:not(:last-child) {
    margin-bottom: 6px;
}

.wh-visitor-counter .wh-visitor-country-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wh-visitor-counter .country-flag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.wh-visitor-counter .country-flag img {
    width: 100%;
    height: 100%;
}

.wh-visitor-counter .country-count {
    margin-left: 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 9px;
    color: var(--gray);
}


/* ROW TRENDING THREADS */
.vc_row.row-trending-threads .bbpress-wrapper>.bbp-pagination:first-child {
    display: none;
}


/* LISTING THREAD */
.listing-thread .listing-item {
    width: 100%;
}

.listing-thread .listing-item:not(:last-child) {
    margin-bottom: 16px;
}

.listing-thread .title-listing {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.listing-thread .title-listing:hover {
    color: var(--blue);
}

.listing-thread .content-meta {
    font-size: 9px;
    line-height: 9px;
    color: var(--gray);
    margin-top: 6px;
}

.listing-thread .content-meta .total-views {
    margin-right: 14px;
}


/* WP SITEMAP PAGE */
.wsp-container h2:not(:first-child) {
    margin-top: 40px;
}

.wsp-category-title {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
}

table.tabel-contet-artikel,
table.tabel-contet-artikel tr,
table.tabel-contet-artikel th,
table.tabel-contet-artikel td {
    border: 1px solid;
}

table.tabel-contet-artikel td,
table.tabel-contet-artikel th {
    padding: 5px;
}


/* LISTING BLOG */
.listing.listing-blog {
    margin: -12px -15px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.listing.listing-blog .listing-item {
    padding: 12px 15px;
    min-height: 100%;
}

.listing.listing-blog .listitem-wrapper {
    position: relative;
    -webkit-box-shadow: var(--shadow);
       -moz-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
    -webkit-border-radius: var(--rounded);
       -moz-border-radius: var(--rounded);
            border-radius: var(--rounded);
    height: 100%;
    background-color: var(--white);
}

.listing.listing-blog .listitem-wrapper .link-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.listing.listing-blog .thumbnail-item {
    height: 208px;
    -webkit-border-top-left-radius: var(--rounded);
       -moz-border-radius-topleft: var(--rounded);
            border-top-left-radius: var(--rounded);
    -webkit-border-top-right-radius: var(--rounded);
       -moz-border-radius-topright: var(--rounded);
            border-top-right-radius: var(--rounded);
}

.listing.listing-blog .content-item {
    padding: 24px;
}

.listing.listing-blog .image-wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--gray-second);
    z-index: 1;
}

.listing.listing-blog .image-wrapper img {
    height: 100%;
}

.listing.listing-blog .title-listing {
    --text-2xl: 18px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    line-height: 1.389;
    font-size: var(--text-2xl);
    margin-bottom: 8px;
    min-height: 50px;
    color: var(--darkgray);
    transition: var(--transition);
}

.listing.listing-blog .excerpt-listing p {
    -webkit-line-clamp: 3;
    color: var(--gray);
    font-size: var(--text-sm);
    line-height: 1.5;
}

.listing-blog .category-label a {
    font-size: var(--text-xs);
    line-height: 1;
    transition: var(--transition);
}

.listing-blog .category-label {
    display: inline-block;
    margin-bottom: 8px;
    z-index: 2;
    position: relative;
}

/* hover */

.listing.listing-blog .listitem-wrapper:hover .category-label a {
    color: var(--darkgray);
}

.listing.listing-blog .listitem-wrapper:hover .title-listing {
    color: var(--blue);
}

.listing-col-link {
    cursor: pointer;
}


/* ------------------------------------------------
            Archive Post Blog
--------------------------------------------------*/
.page-id-5984 .site-breadcrumbs a.home {
    font-size: 0;
} 

.page-id-5984 .site-breadcrumbs a.home::after {
    content: '...';
    font-size: var(--text-base);
}

.page-id-5984 .site-main .entry-content,
.blog .site-main .entry-content {
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background: none;
}

.vc_row.row-heading-archive-blog>.wpb_column>.vc_column-inner>.wpb_wrapper {
    padding: 33px 32px;
    -webkit-border-radius: var(--rounded);
       -moz-border-radius: var(--rounded);
            border-radius: var(--rounded);
    background-color: var(--white);
}

.whbutton-wrapper.button-all-blog {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
}

/* pagination */
.pagination {
    width: 100%;
    padding: 22px 24px 23px;
    background-color: var(--white);
    -webkit-box-shadow: var(--shadow);
       -moz-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
    -webkit-border-radius: var(--rounded);
       -moz-border-radius: var(--rounded);
            border-radius: var(--rounded);
    margin-top: 40px;
}

.pagination .wrapp-pagination-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.pagination .wrapp-pagination-info {
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
}

.pagination .wrapp-pagination-info {
    color: var(--gray);
}


/* -----------------------------------------------
            Single Post Blog
-------------------------------------------------*/
/* info blog */
.listing-blog .category-label a,
.single-post .info-category-blog a {
    display: inline-block;
    color: var(--blue);
    text-transform: capitalize;
    font-weight: 600;
}

.single-post .info-post-blog {
    margin-bottom: 24px;
}

.single-post .info-post-blog > div:not(:last-child) {
    position: relative;
}

.single-post .info-post-blog > div:not(:last-child)::after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 9px;
    right: 0;
    width: 3px;
    height: 3px;
    background-color: var(--gray);
    -webkit-border-radius: var(--rounded-full);
       -moz-border-radius: var(--rounded-full);
            border-radius: var(--rounded-full);
}

.single-post .info-share-post a,
.single-post .info-post-blog span {
    color: var(--gray);
    text-transform: capitalize;
}

.single-post .info-share-post> a {
    position: relative;
    padding-right: 17px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
    font-weight: 400;
}

.single-post .info-share-post> a:hover {
    font-weight: 500;
}

.single-post .info-share-post> a::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 4px;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../icons/share-post-blog-icon.svg) center/cover no-repeat;
}

.single-post .info-share-post> a:hover::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
}

.single-post .share-post {
    list-style-type: none;
    padding-left: 0;
}

.single-post .info-share-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-post .share-post li:not(:last-child) {
    margin-right: 10px;
}

.single-post .info-share-post .popup-share-post {
    opacity: 0%;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.single-post .info-share-post.popup-active-share .popup-share-post {
    opacity: 100%;
    -webkit-transform: translateX(12px);
       -moz-transform: translateX(12px);
        -ms-transform: translateX(12px);
         -o-transform: translateX(12px);
            transform: translateX(12px);
}

.single-post .share-post .share-item img {
    width: 20px;
    height: 20px;
}



/* post thumbnail */
.single-post .post-thumbnail {
    width: 100%;
    margin-bottom: 24px;
}

.single-post .post-thumbnail img {
    height: 100%;
    -webkit-border-radius: var(--rounded);
       -moz-border-radius: var(--rounded);
            border-radius: var(--rounded);
}


/* sidebar post cta thumbnail */
.row-cta-sidebar-blog>.wpb_column>.vc_column-inner>.wpb_wrapper {
    background-color: var(--blue);
    padding: 20px;
    -webkit-border-radius: var(--rounded);
       -moz-border-radius: var(--rounded);
            border-radius: var(--rounded);
    margin-bottom: 20px;
}


.single-post .comments-area .required {
    color: var(--red);
}

.single-post .comments-area .submit {
    background: var(--blue);
    color: var(--white);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* comments-area */
.single-post #disqus_thread,
.single-post .comments-area {
    margin-top: 40px;
}