.post-content iframe,figure,img {
    max-width: 100%!important
}

a,body {
    color: #444
}

button.mode.icon-darkmode,button.mode.icon-lightmode {
    border: 0;
    filter: invert(59%) sepia(15%) saturate(5%) hue-rotate(359deg) brightness(100%) contrast(86%);
    outline: 0
}

.header-nav nav,body.overflow-hidden {
    overflow: hidden
}

.header-search,header.header {
    background: #fff;
    left: 0;
    right: 0
}

.breaking a,.breaking-title {
    text-align: left;
    font-weight: 700
}

.separator,.table:after {
    clear: both
}

.article-category,.breaking-container,.tags ul li a span {
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-title a,.author .author-inline a,.commentBodyFooter a,.header-nav ul li a,.tag-nav ul li.active a,.tags ul li a,a {
    text-decoration: none
}

:root {
    --primary: #ff3000;
    --secondary: #e85804;
    --widthparallaxmobile: 300px;
    --heightparallaxmobile: 600px
}

body {
    font: 400 14px/1.71em 'Inter',arial,helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #eee;
    overflow: hidden;
}

body.nooverflow {
    overflow: unset
}

* {
    box-sizing: border-box
}

a {
    background-color: transparent
}

img {
    height: auto
}

.table:after,.table:before {
    content: " ";
    display: table
}

.author .author-avatar a,.author .author-text,.author .time-modified.show,.billboard .widget img,.content,.header-search.show,.image-share:hover .imagebox-share,.search-transparent.show,.sidebar-menu-content .menu-item a,.widget>a img,.widget>img,.wp-image-box a,.wp-image-box img,button.bar {
    display: block
}

.content {
    background-color: #fff;
    max-width: 728px;
    margin: 0 auto
}

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

.widget-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
    color: #444
}

.billboard {
    margin: 0 auto;
    padding: 0 12px
}

.billboard .widget {
    text-align: center;
    padding: 10px 0
}

.billboard.parallax {
    width: 100%;
    height: var(--heightparallaxmobile);
    position: relative;
    max-width: 728px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #111316
}

.billboard.parallax.hide,.image-share:hover .btn-plus,.imagebox-share,.share.hea,.wp-block-gallery .blocks-gallery-item__caption {
    display: none
}

.billboard.parallax .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto)
}

.billboard.parallax .widget-parallax {
    width: var(--widthparallaxmobile);
    height: auto;
    position: fixed;
    top: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 728px;
    left: 0;
    right: 0
}

.billboard.parallax .widget-parallax img {
    width: 100%;
    height: var(--heightparallaxmobile)!important;
    object-fit: cover
}

header.header {
    position: sticky;
    height: 50px;
    z-index: 100;
    transition: transform .3s;
    top: 0
}

header.header.ontop {
    position: fixed
}

.header-box {
    height: 100%;
    color: #fff
}

.header-left {
    display: inline-block;
    height: 100%;
    width: 50px;
    float: left;
    margin-top: 1px
}

.header-brand {
    display: inline-block;
    width: calc(100% - 130px);
    position: absolute;
    z-index: 5
}

.header-brand a {
    display: block;
    width: 130px;
    margin: 0 auto;
    padding-top: 7px
}

.header-brand img {
    width: 100%;
    object-fit: scale-down;
    height: auto
}

.header-right {
    cursor: pointer;
    display: flex;
    height: 100%;
    float: right
}

button.bar {
    height: 100%;
    width: 50px;
    background: 0 0;
    border: 0;
    outline: 0;
    color: #999
}

.darkmode .header-nav ul li.current-menu-item a,.darkmode .notfound-message-button,.darkmode .post-content a,.media-link:hover,.post-content a,button.bar svg .primary {
    color: var(--primary)
}

button.icon-search {
    display: inline-block;
    height: 100%;
    width: 40px;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 489.713 489.713' style='enable-background:new 0 0 489.713 489.713;' xml:space='preserve' fill='%23979797'%3E%3Cg%3E%3Cpath d='M483.4,454.444l-121.3-121.4c28.7-35.2,46-80,46-128.9c0-112.5-91.5-204.1-204.1-204.1S0,91.644,0,204.144 s91.5,204,204.1,204c48.8,0,93.7-17.3,128.9-46l121.3,121.3c8.3,8.3,20.9,8.3,29.2,0S491.8,462.744,483.4,454.444z M40.7,204.144 c0-90.1,73.2-163.3,163.3-163.3s163.4,73.3,163.4,163.4s-73.3,163.4-163.4,163.4S40.7,294.244,40.7,204.144z'/%3E%3C/g%3E%3C/svg%3E%0A") center/20px no-repeat;
    border: 0;
    outline: 0
}

button.mode.icon-darkmode {
    display: inline-block;
    height: 100%;
    width: 40px;
    background: url("../icon/moon.svg") center/24px no-repeat
}

button.mode.icon-lightmode {
    display: inline-block;
    height: 100%;
    width: 40px;
    background: url("../icon/sun.svg") center/24px no-repeat
}

.main {
    position: relative;
    padding: 0 15px
}

input#author,input#email,textarea#comment {
    padding: 8px;
    white-space: pre-wrap;
    transition: .2s
}

.nav-container {
    background-color: #fff;
    font-size: 14px;
    line-height: 20px
}

.header-nav nav {
    width: 100%
}

.header-nav ul {
    list-style: none;
    margin: 0 0 -10px;
    padding: 0 0 10px;
    white-space: nowrap;
    overflow-x: auto;
    display: flex
}

.header-nav ul li {
    margin: 0;
    position: relative;
    white-space: nowrap
}

.header-nav ul li a {
    display: inline-block;
    color: #787878;
    height: 40px;
    padding: 10px
}

.commentsArea ul ul,.header-nav ul li a .menu-image-title {
    padding: 0
}

.header-nav ul li.current-menu-item a {
    color: #000;
    border-bottom: 2px solid var(--primary)
}

.archive.tag .header-nav ul {
    padding-left: 15px
}

.header-search-form {
    max-width: 620px;
    margin: 0 auto
}

.header-search {
    position: fixed;
    top: 49px;
    height: 50px;
    padding: 8px;
    z-index: 100;
    display: none
}

.header-input-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 34px;
    padding: 11px 9px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    display: block;
    outline: 0
}

.search-transparent {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: none;
    background-color: rgba(0,0,0,.6);
    left: 0;
    right: 0;
    top: 0
}

.breaking {
    background-color: #f4f4f4
}

.breaking-container {
    width: 100%;
    height: 100%;
    color: #fff;
    margin-top: 0;
    padding: 7px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.breaking a {
    position: relative;
    overflow: hidden;
    display: inline;
    font-size: 14px;
    margin-right: 50px
}

.article-title a,.slider-title a {
    font-weight: 400;
    -webkit-line-clamp: 3
}

.breaking-title {
    font-family: 'Inter';
    font-size: 10px;
    color: #fff;
    background-image: linear-gradient(to right,var(--primary),var(--secondary));
    margin: 0 10px;
    border-radius: 50em;
    box-shadow: 0 11px 5px -5px rgba(61,61,61,.16);
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.breaking-content {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    position: relative
}

.breaking .breaking-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 40px;
    border-bottom-left-radius: 8px;
    background-color: #f4f4f4;
    top: 0
}

.media-image {
    background: #ddd;
    position: relative;
    overflow: hidden
}

.article-gallery .big-gallery:before,.article-gallery .small-gallery:before,.media-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    animation: 1s infinite shine
}

.article-gallery .big-gallery:after,.article-gallery .small-gallery:after,.media-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));
    -webkit-animation: 2s infinite shimmer;
    animation: 2s infinite shimmer;
    content: ""
}

.media-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%
}

.media-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    cursor: pointer
}

.sidebar-menu {
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
    overflow: scroll;
    z-index: 101;
    left: 0;
    right: 0
}

.sidebar-menu.show {
    opacity: 1;
    visibility: visible
}

.sidebar-menu-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
    border-bottom: 1px solid #eee
}

.headline,.headline-box,.list .big-list {
    position: relative
}

.sidebar-menu-title {
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

button.icon-close {
    height: 50px;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #999
}

.sidebar-menu-content {
    position: relative;
    padding: 50px 15px 20px
}

.sidebar-menu .widget-title {
    margin: 0;
    padding: 4px 0;
    font-size: 12px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    color: #333
}

.sidebar-menu-content .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sidebar-menu-content .menu-item a img {
    width: 26px;
    height: 26px;
    display: inline-block
}

.sidebar-menu-content .menu-item {
    display: block;
    padding: 10px;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    width: 50%;
}

.sidebar-menu-content .widget {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.headline {
    margin: 0 -15px
}

.headline-big,.latest-area,.post-detail {
    width: 100%
}

.headline-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%
}

.headline-text {
    position: absolute;
    font-weight: 200;
    text-shadow: 1px 3px 10px rgb(0 0 0 / 40%);
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,0) 100%);
    bottom: 0;
    z-index: 2;
    padding: 0 15px;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end
}

.headline-title {
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: .67em 0
}

.headline-time {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #fff
}

.headline-title a {
    font-size: 18px;
    line-height: 1.4em;
    color: #fff
}

.post-detail {
    padding: 15px 0
}

.post-detail h1,.post-detail h2,.post-detail h3,.post-detail h4,.post-detail h5,.post-detail h6 {
    line-height: 1.5
}

.article-item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-image,.article-text {
    display: inline-block;
    vertical-align: top
}

.article-image {
    margin-left: 10px;
    width: 85px;
    height: 85px;
    background: #ddd;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.article-text {
    width: calc(100% - 95px);
    margin-top: -6px;
    height: auto
}

.article-category {
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--primary);
    max-width: 100px;
    overflow: hidden;
    width: auto
}

.breadcrumbs ul li a,.post-title,.wp-block-image figcaption {
    font-family: 'Inter';
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

.article-time time {
    color: #787878;
    font-size: 10px
}

.article-time {
    display: flex;
    align-items: center
}

.article-title a,.summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.article-title {
    margin-top: 0;
    margin-bottom: 0
}

.article-title a {
    color: #000;
    font-size: 16px;
    line-height: 1.4
}

.summary {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 2
}

.popularpos .popularpos-title,.post-content figure,.summary p {
    margin: 0
}

.article-text-gallery {
    display: block;
    margin-top: 5px;
    width: 100%
}

.article-gallery {
    border-radius: 8px;
    overflow: hidden;
    height: 0;
    width: 100%;
    display: flex;
    padding-bottom: 56%
}

.article-gallery .big-gallery {
    position: relative;
    width: 70%;
    left: 0;
    top: 0;
    height: 0;
    padding-bottom: 56%
}

.article-gallery img {
    display: block;
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2
}

.article-gallery .gallery-box {
    position: relative;
    right: 0;
    top: 0;
    width: 40%;
    height: 0;
    margin-left: 2px;
    padding-bottom: 56%
}

.article-gallery .small-gallery {
    height: 0;
    position: relative;
    padding-bottom: 77%
}

.article-gallery .small-gallery:first-child {
    margin-bottom: 2px
}

.article-gallery .small-gallery:nth-child(2) {
    margin-top: 2px
}

.article-gallery .small-gallery .counter {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 3
}

.article-gallery .small-gallery .counter span {
    font-size: 16px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-text-gallery .article-title a:before {
    z-index: 4
}

.article-text-video {
    display: block;
    margin-top: 10px;
    width: 100%
}

.article-video.media-image {
    height: 0;
    padding-bottom: 56%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%
}

.foto-counter,.video-time {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    z-index: 3;
    flex-wrap: wrap;
    align-items: center
}

.video-time:before {
    content: "";
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EIcon_arrow_right%403x%3C%2Ftitle%3E%3Cpath%20d%3D%22M6.916%204.822L.266.03A.151.151%200%200%200%20.089.027.218.218%200%200%200%200%20.209v9.583c0%20.075.034.144.089.18A.155.155%200%200%200%20.175%2010c.031%200%20.063-.01.091-.03l6.65-4.792A.219.219%200%200%200%207%205a.22.22%200%200%200-.084-.178%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    height: 13px;
    width: 12px;
    display: block;
    background-repeat: no-repeat
}

.foto-counter:before {
    content: "";
    height: 15px;
    width: 16px;
    display: block;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EBFA0EE11-89A9-41E2-966A-2CF438D32464%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0-1h20v18H0z%22%2F%3E%3Cpath%20d%3D%22M13.96%201.865L12.61.47a.5.5%200%200%200-.36-.152h-4.5a.5.5%200%200%200-.366.16L6.09%201.872l.366-.16H1.225a.5.5%200%200%200-.5.5v12.08a.5.5%200%200%200%20.5.5h17.55a.5.5%200%200%200%20.5-.5V2.212a.5.5%200%200%200-.5-.5H13.6l.36.153zm-.72.695a.5.5%200%200%200%20.36.153h5.175l-.5-.5v12.08l.5-.5H1.225l.5.5V2.212l-.5.5h5.231a.5.5%200%200%200%20.367-.16l1.293-1.394-.366.16h4.5l-.36-.152%201.35%201.393z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M12.8%208.252c0%201.61-1.257%202.908-2.8%202.908S7.2%209.86%207.2%208.252%208.457%205.345%2010%205.345s2.8%201.298%202.8%202.907zm1%200c0-2.154-1.698-3.907-3.8-3.907S6.2%206.098%206.2%208.252c0%202.155%201.698%203.908%203.8%203.908s3.8-1.753%203.8-3.908z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: center;
    margin-right: 5px;
    background-size: 16px
}

.play-box {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0)
}

.play-box i {
    display: block;
    width: 64px;
    height: 64px
}

.latest-area .widget.slider-inline {
    padding-bottom: 15px;
    margin-bottom: 0;
    padding-top: 15px;
}

.post-featured,.slider-inline .widget-content {
    margin: 0 -15px
}

.slider-item {
    position: relative;
    vertical-align: top;
    padding: 0 10px
}

.slider-inline .widget-content .slick-list {
    padding-left: 5px;
    padding-right: 5px
}

.slider-image {
    width: 100%;
    height: 0;
    padding-bottom: 58%;
    border-radius: 8px
}

.slider-text {
    padding-top: 5px
}

.slider-time {
    font-size: 10px;
    line-height: 1.6;
    color: #787878;
    vertical-align: middle;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.slider-time svg {
    margin-right: 5px;
    height: 22px;
    color: var(--primary)
}

.slider-title {
    margin: 3px 0 0
}

.slider-title a {
    font-size: 14px;
    line-height: 1.43;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.btn-next,.btn-prev {
    position: absolute;
    background-size: 36px 36px;
    height: 36px;
    width: 36px;
    top: 20%;
    cursor: pointer;
    z-index: 3
}

.btn-prev {
    left: -20px
}

.btn-next {
    right: -20px
}

.icon-data {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px
}

.latest-area .widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.latest-area .widget.headline {
    border-bottom: unset
}

.sidebar {
    position: relative;
    width: 100%;
    padding: 20px 0
}

.sidebar-box {
    padding-top: 20px;
    padding-bottom: 30px
}

.sidebar .widget {
    margin-bottom: 20px;
    margin-top: 20px
}

.populartag .populartag-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px
}

.populartag .hastag {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    width: 20px;
    vertical-align: top;
    text-align: center;
    margin-right: 10px
}

.icon-nomore,.populartag .icon-tag {
    vertical-align: text-top;
    background-size: cover
}

.populartag .populartag-item .popular-title {
    display: flex;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    flex: 1
}

.populartag .icon-tag {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 4px
}

.populartag .populartag-item .popular-title svg {
    color: #4caf50;
    margin-left: 5px
}

.breadcrumbs ul li,.populartag .populartag-item .popular-title a,ul.menu li.facebook a,ul.menu li.instagram a,ul.menu li.telegram a,ul.menu li.tiktok a,ul.menu li.twitter a,ul.menu li.youtube a {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.list .list-item {
    border-bottom: 1px solid #eee;
}

.list .big-image,.sidebar-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    border-radius: 8px
}

.list .big-text {
    padding: 12px 0
}

.list .big-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0
}

.list .small-list {
    position: relative;
    padding: 10px 0 12px;
    display: flex;
    align-items: center
}

.list .small-image {
    width: 85px;
    height: 85px;
    border-radius: 8px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: #ddd;
    overflow: hidden
}

.btn-image-share i,.btn-plus i,.btn-share .icon-share {
    background-position: center
}

.list .small-text {
    -ms-flex: 1;
    flex: 1
}

.list .small-title {
    position: relative;
    margin: 0;
    padding: 0
}

.list .small-title a,.popularpos .popularpos-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.popularpos .popularpos-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #eee;
    position: relative;
    margin-top: -1px;
}

.popularpos .popularpos-item:first-child {
    background-color: #f6f6f6;
    border-radius: 8px 8px 0 0
}

.popularpos .popularpos-item:last-child {
    border-radius: 0 0 8px 8px
}

.popularpos-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-bottom: 5px;
    border-radius: 8px 8px 0 0
}

.popularpos .popularpos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start
}

.popularpos .popularpos-number {
    display: inline-block;
    letter-spacing: -4.3px;
    text-align: center;
    color: #ddd;
    font-size: 60px;
    font-weight: 600;
    width: 45px;
    margin: 5px 15px;
    padding-top: 22px
}

.popularpos .popularpos-text {
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px
}

.popularpos .popularpos-category {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 10px;
    font-weight: 600
}

.comment-reply-title,.comments_title,.indeks-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
    color: #444
}

#startCategory,#startDate {
    width: 100%;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: inherit;
    outline: 0
}

.indeks-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 15px;
    justify-content: space-between
}

#boxDate,.subcategory {
    margin-right: 5px;
    width: 100%;
    flex: 1
}

.btn-form-indeks {
    padding: 3px 10px;
    border-radius: 2px;
    border: none;
    background-color: var(--primary);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pagination a,.paginationpost a:last-child,.trigger {
    padding: 10px 20px;
    text-transform: uppercase;
    max-width: 140px
}

.no-more,.pagination,.pagination a,.trigger {
    margin: 20px auto;
    display: none
}

.info {
    text-align: center
}

.no-more {
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 20px
}

.pagination a,.trigger {
    font-size: 12px;
    text-align: center;
    color: var(--primary);
    line-height: 1;
    border: solid 1px var(--primary);
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer
}

.icon-nomore {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 4px
}

.breadcrumbs,.post-header,.share {
    margin: 15px 0
}

.breadcrumbs ul {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.breadcrumbs ul li a {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: var(--primary)
}

.breadcrumbs ul li:first-child a {
    padding: 0 5px 0 0;
    color: #787878
}

.breadcrumbs svg {
    color: var(--primary);
    height: 12px
}

.post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin: 0 0 5px
}

.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.author .author-avatar {
    margin-right: 10px
}

.author .author-avatar img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px
}

.author .author-inline {
    font-size: 12px;
    color: #787878;
    display: inline-block
}

.author .author-inline a {
    color: var(--primary)
}

.author .author-name a {
    color: #000;
    font-size: 12px;
    line-height: 15px
}

.author .pub-time time,.author .time-modified {
    line-height: 1;
    color: #999;
    vertical-align: top;
    cursor: pointer;
    font-size: 12px
}

.author .pub-time {
    margin: 0 0 5px;
    display: inline-block
}

.author .pub-time time {
    flex-wrap: wrap;
    align-items: center;
    display: flex
}

.author .btn-modif {
    padding: 0;
    margin: 0 0 0 3px;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.author .icon-arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0 6px;
    transition-duration: .25s;
    transition-property: transform,-webkit-transform
}

.author .btn-modif svg {
    height: 14px;
    color: var(--primary)
}

.author .btn-modif.up svg {
    transform: rotate(180deg)
}

.author .time-modified {
    display: none;
    margin-bottom: 7px
}

.author .time-modified span {
    font-weight: 600
}

.author-bio {
    display: -webkit-box;
    white-space: pre-wrap;
    padding: 15px 0
}

.share .share-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap
}

.share .btn-share {
    width: 20%;
    height: 40px;
    border-radius: 15px;
    border: 0;
    margin: 0 5px;
    color: #fff;
    cursor: pointer
}
.share .btn-share.telegram {
    background-color: #08c;
}
.share .share-content>:first-child {
    margin-left: 0
}

.share .share-content>:last-child {
    margin-right: 0
}

.share .btn-share.facebook {
    background-color: #4a6db4
}

.share .btn-share.twitter {
    background-color: #000
}

.share .btn-share.email {
    background-color: #424242
}

.share .btn-share.whatsapp {
    background-color: #25d366
}

.share .btn-share.copylink {
    background-color: var(--primary);
    font-size: 9px;
    font-weight: 600
}

.btn-share .icon-share {
    display: block;
    height: 40px;
    width: 100%;
    background-size: 20px;
}

.btn-share.copylink.copied {
    transition: 2s;
    background-color: #fff;
    border: solid 1px var(--primary);
    color: var(--primary)
}

.darkmode .tags ul li a:hover,.tags ul li a:hover,.wp-image-box:hover .btn-biew {
    background-color: var(--primary)
}
.i-telegram {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg height='24' version='1.1' viewBox='0 0 512 512' width='24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_x33_35-telegram'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.689,98.231l-69.417,327.37c-5.237,23.105-18.895,28.854-38.304,17.972L271.2,365.631 l-51.034,49.086c-5.646,5.647-10.371,10.372-21.256,10.372l7.598-107.722L402.539,140.23c8.523-7.598-1.848-11.809-13.247-4.21 L146.95,288.614L42.619,255.96c-22.694-7.086-23.104-22.695,4.723-33.579L455.423,65.166 C474.316,58.081,490.85,69.375,484.689,98.231z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.i-gallery-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.893 11.892-1.99-.001-3.951-.5-5.688-1.448l-6.305 1.654zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px
}

.share.fixed {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    margin: 0;
    padding: 10px 15px;
    box-shadow: 0 0 3px 4px rgb(52 52 52 / 18%);
    display: flex;
    align-items: center
}

.share .share-label {
    color: #333;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    font-weight: 700;
    margin-right: 15px
}

.share .share-content {
    flex: 1
}

.share.fixed .btn-share {
    border-radius: 50em;
    height: 30px
}

.share.fixed .btn-share .icon-share {
    height: 30px
}

.post-featured img {
    width: 100%;
    height: auto
}

.wp-image-box {
    position: relative;
    overflow: hidden
}

.wp-block-image {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%)
}

.post-featured .wp-block-image {
    box-shadow: none
}

.post-content img,.wp-block-image img {
    max-width: 100%;
    height: auto
}

.wp-block-image figcaption {
    border-bottom: 1px solid #eee;
    font-weight: 400;
    text-align: left;
    display: block;
    padding: 10px 15px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.31;
    overflow-wrap: break-word
}

.post-featured .wp-block-image figcaption {
    border: 0;
    margin: 0
}

.btn-biew {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    right: 10px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.6);
    padding: 10px 17px;
    transition: background-color .3s;
    border: 0;
    color: #fff;
    line-height: 1;
    cursor: pointer
}

.btn-plus,.imagebox-share a,.imagebox-share button {
    background-color: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.btn-biew .icon-expand {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7.326%207.326a.54.54%200%200%201%20.74%200l2.89%202.891V8.37a.53.53%200%200%201%20.522-.522c.283%200%20.522.239.522.522v3.108a.53.53%200%200%201-.522.522H8.37a.53.53%200%200%201-.522-.522c0-.282.239-.521.522-.521h1.847l-2.89-2.892a.536.536%200%200%201%200-.739zm-3.37%200a.477.477%200%200%201%20.718%200%20.54.54%200%200%201%200%20.74l-2.891%202.89H3.63a.53.53%200%200%201%20.522.522.529.529%200%200%201-.522.522H.522A.53.53%200%200%201%200%2011.478V8.37a.53.53%200%200%201%20.522-.522c.282%200%20.521.239.521.522v1.847zM3.653.022c.283%200%20.522.239.522.521a.53.53%200%200%201-.522.522H1.804l2.979%203a.541.541%200%200%201%200%20.74c-.11.108-.24.152-.37.152s-.26-.044-.37-.153l-3-3v1.848a.529.529%200%200%201-.521.522A.53.53%200%200%201%200%203.652V.543A.53.53%200%200%201%20.522.022zM11.478%200A.53.53%200%200%201%2012%20.522v3.13a.53.53%200%200%201-.522.522.53.53%200%200%201-.521-.522V1.804l-3%202.979c-.11.108-.24.152-.37.152s-.26-.044-.37-.152a.541.541%200%200%201%200-.74l3-3H8.37a.529.529%200%200%201-.522-.521c0-.283.239-.522.522-.522z%22%2F%3E%3C%2Fsvg%3E');
    content: "";
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat
}

.btn-biew .text-view {
    line-height: 1;
    margin-left: 5px;
    color: #fff;
    font-size: 12px
}

.btn-plus {
    display: block;
    border-radius: 0 8px;
    padding: 0;
    margin: 0;
    border: 0
}

.btn-plus i {
    width: 40px;
    height: 40px;
    display: block
}

.image-share {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    background: rgba(0,0,0,.6);
    border-radius: 0 8px
}

.loading,.paginationpost {
    margin: 20px auto;
    display: none
}

.imagebox-share a,.imagebox-share button {
    text-decoration: none;
    float: left;
    color: #5c5c5c;
    padding: 0;
    border: 0
}

.commentsArea ol,.tag-header {
    border-bottom: 1px solid #eee
}

.btn-image-share i {
    display: block;
    width: 40px;
    height: 40px;
    text-transform: none;
    margin: 0 auto
}

.post-content {
    font-size: 17px;
    color: #222;
    line-height: 1.8;
    font-weight: 400
}

.loading {
    text-align: center
}

.paginationpost a:last-child {
    font-size: 12px;
    display: block;
    text-align: center;
    color: var(--primary);
    line-height: 1;
    border: solid 1px var(--primary);
    border-radius: 2px;
    margin: auto
}

.paginationpost a:last-child:hover {
    background: var(--primary);
    color: #fff
}

.credits-label,.tags-title {
    color: #333;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.credits-content a {
    display: inline-block
}

.credits-content img {
    width: 40px;
    height: 40px;
    border-radius: 20px
}

.separator {
    position: relative
}

.separator-title {
    position: absolute;
    display: block;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    height: 1.3em;
    background-color: #fff;
    text-align: center;
    font-weight: 400;
    line-height: 1.29;
    color: #606060;
    font-size: 14px
}

.separator:after {
    content: "";
    margin-top: 40px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #e7e7e7;
    display: block
}


.next-icon,.tags .icon-tags {
    width: 12px;
    height: 12px;
    vertical-align: text-top
}

.commentsArea,.post-footer {
    margin-top: 30px
}

.post-footer .widget {
    margin-top: 20px
}

.tags ul {
    padding: 0;
    margin: 0 0 30px
}

.tags ul li {
    display: inline-block;
    margin: 5px 10px 5px 0;
    list-style: none;
    border-radius: 2px;
    position: relative;
    border: 1px solid #ccc
}

.tags ul li a {
    color: #666;
    font-size: 14px;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.tags ul li a:hover {
    color: #fff
}

.tags .icon-tags {
    display: inline-block;
    margin-left: 4px;
    background-size: cover;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Esmarttopic%3C%2Ftitle%3E%3Cg%20stroke%3D%22%2377B54A%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cellipse%20cx%3D%226%22%20cy%3D%226%22%20rx%3D%225%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M3.903%205.9l1.403%201.656%203.03-3.062%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}

.tags ul li a:hover .icon-tags {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%20transform%3D%22translate%281%201%29%22%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%225%22%2F%3E%3Cpath%20d%3D%22M2.903%204.9l1.403%201.656%203.03-3.062%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}

.tags ul li a svg {
    height: 14px;
    margin-left: 5px;
    color: #4caf50
}

.tags ul li a span {
    max-width: 150px;
    overflow: hidden;
    display: block;
    position: relative
}

.tags ul li a:hover svg {
    color: #fff
}

.tags ul li a:hover .tag-desc {
    display: block;
    color: #444
}

.tags .tag-desc:before {
    position: absolute;
    content: "";
    border: 3px solid;
    right: 50%;
    margin: 0 -7px 0 0;
    top: 100%;
    border-top: 8px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: none
}

.grid .related-row {
    margin-top: 8px;
    margin-bottom: 0
}

.grid .related-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 19px 0 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.08),0 6px 20px 0 rgba(0,0,0,.08)
}

.grid .related-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    border-radius: 8px 8px 0 0
}

.grid .related-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.43;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.grid .related-text {
    padding: 15px
}

.tag-header {
    margin-bottom: 15px
}

.tag-wrapper {
    margin: 0 auto;
    padding-top: 20px
}

.sidebar-desc,.tag-nav ul {
    padding: 0 15px
}

.tag-title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 30px 15px 5px
}

.tag-nav ul {
    list-style: none;
    margin: 10px 0 0
}

.tag-nav ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    max-height: 40px
}

.tag-nav ul li a {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    text-transform: capitalize;
    display: block;
    text-align: center
}

.tag-nav ul li.active a {
    border-bottom: solid 2px var(--primary)
}

.sidebar-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 8px -9px 0
}

.sidebar-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative
}

.comment-respond,.commentBox,.footer .footer-left .widget,.footer .footer-right .widget {
    padding-bottom: 20px
}

.column6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    padding-left: 9px;
    padding-right: 9px;
    -ms-flex: 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.sidebar-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 0
}

.search-results-data {
    margin-top: 20px;
    display: block;
    margin-bottom: 15px
}

.next-icon {
    display: inline-block;
    margin-left: 5px
}

.avatar-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px
}

.avatar-image {
    border-radius: 50em;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.commentBodyText,input#author,input#email,textarea#comment {
    word-break: break-word;
    overflow-wrap: break-word
}

.avatar-image img {
    width: 40px;
    height: 40px;
    display: block
}

.footer .footer-left ul,.footer .footer-row,.footer-right ul {
    display: -webkit-box;
    display: -ms-flexbox
}

.avatar-box h1 {
    margin: 0;
    font-size: 18px
}

.lds-ellipsis {
    display: inline-block;
    position: relative
}

.lds-ellipsis div {
    position: absolute;
    top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:first-child {
    left: -10px;
    animation: .6s infinite lds-ellipsis1
}

.lds-ellipsis div:nth-child(2) {
    left: -5px;
    animation: .6s infinite lds-ellipsis2
}

.lds-ellipsis div:nth-child(3) {
    left: -20px;
    animation: .6s infinite lds-ellipsis2
}

.lds-ellipsis div:nth-child(4) {
    left: -21px;
    animation: .6s infinite lds-ellipsis3
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}

footer.footer {
    margin-top: 40px;
    background-color: #f5f5f5;
    position: relative
}

.footer .footer-container {
    margin: 0 auto;
    padding: 30px 15px 0
}

.footer .footer-row {
    border-bottom: 2px solid #eee;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer-left,.footer .footer-right {
    position: relative;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.footer .footer-left .widget>a img,.footer .footer-left .widget>img {
    margin-bottom: 0;
    width: 173px;
    height: auto
}

.footer .footer-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer-left ul li,.footer-right ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.footer-left ul li a,.footer-right ul li a {
    font-size: 14px;
    line-height: 30px
}

.footer-right ul {
    list-style: none;
    margin: 0;
    padding: 12px 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-bottom a,.footer-bottom p {
    font-size: 12px;
    line-height: 15px;
    color: #b4b4b4;
    margin: 0;
    padding: 15px 0;
    text-align: center
}

.footer .menu-image.menu-image-title-after {
    width: 15px;
    height: 15px;
    padding: 0
}

.btn-top {
    transition: opacity .3s,visibility 0s .3s;
    position: fixed;
    bottom: 120px;
    right: 14px;
    border: 0;
    cursor: pointer;
    z-index: 999;
    background-color: rgba(153,153,153,.8);
    border-radius: 3px;
    height: 38px;
    width: 38px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: none
}

.btn-top.show {
    display: flex
}

.btn-top .icon-top {
    width: 22px;
    height: 22px;
    display: block;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EBack%20to%20top%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24.5%202.5v22.123H2.377V2.5z%22%2F%3E%3Cpath%20d%3D%22M14.36%209.69l5.162%205.162%201.29-1.29-7.374-7.375-7.374%207.375%201.29%201.29%205.162-5.162v11.246h1.844V9.69z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 22px
}

.comment-reply-title a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--primary);
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize
}

.commentReplyTo:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23444'%3E%3Cpath d='M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z'/%3E%3C/svg%3E");
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 3px
}

.logged-in-as a {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    color: var(--primary);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.comment-form {
    flex: 1 1 0%;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0
}

input#author,input#email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    outline: 0;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%
}

textarea#comment {
    display: flex;
    margin-right: 12px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 58px;
    position: relative;
    outline: 0;
    resize: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px
}

.form-submit {
    position: relative;
    margin-top: 0;
    min-height: 40px;
    width: 100%;
    height: 40px;
    margin-bottom: 0
}

.form-submit .submit {
    position: absolute;
    right: 0;
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-left: 5px;
    background-image: linear-gradient(to right,var(--primary),var(--secondary));
    font-weight: 700;
    font-size: 12px;
    width: auto;
    height: 30px;
    line-height: 20px;
    padding: 6px 12px;
    cursor: pointer
}

.commentsArea ol {
    margin: 0;
    list-style: none;
    padding: 0 0 20px
}

.comment-respond {
    margin-top: 30px
}

.commentsArea ul {
    list-style: none
}

.comment-notes, .darkmode .article-time time, .darkmode .breadcrumbs ul li:first-child a, .darkmode .commentBodyText p, .darkmode .latest-area .slider-inline .slider-time, .darkmode .no-more, .darkmode .separator-title, .darkmode .summary, .darkmode .tags ul li a, .darkmode .wp-block-image figcaption, .darkmode .comment-form-cookies-consent label {
    color: #999
}

.commentBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.commentAvatar {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    background: #eee
}

.i-arrow,.i-checklist,.i-gallery-copy-link,.i-gallery-email,.i-gallery-facebook,.i-gallery-plus,.i-gallery-twitter {
    background-repeat: no-repeat
}

.commentAvatar img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.commentBody {
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    -ms-flex: 1;
    flex: 1
}

.commentAuthorName,.commentAuthorName a {
    -webkit-font-smoothing: antialiased;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.commentBodyText {
    font-size: 14px;
    position: relative;
    line-height: 1.25;
    margin: 0 0 5px
}

.commentBodyFooter,.commentBodyFooter a {
    -webkit-font-smoothing: antialiased;
    color: #999;
    font-size: 12px;
    line-height: 16px
}

.commentBodyModeration {
    background-color: #eee;
    padding: 5px;
    border-radius: 6px;
    color: #999
}

.commentBodyText p {
    margin: 0 0 5px
}

.commentReplyTo {
    float: left;
    margin-right: 5px;
    font-weight: 600
}

.commentBodyFooter {
    font-weight: 400
}

.commentBodyFooter a {
    font-weight: 600
}

.bacajuga .bacajuga-item a,.bacajuga b {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 1.5
}

.commentBodyFooter a::after,.commentBodyFooter time::after {
    content: "\00B7";
    margin: 0 4px;
    font-weight: 400
}

.commentBodyFooter a:last-child::after {
    content: ""
}

.navigation.comments-pagination {
    text-align: center;
    border-top: 1px solid #e6e8ea;
    padding-top: 10px
}

.next.page-numbers,.prev.page-numbers {
    display: inline-flex;
    padding: 7px 10px;
    width: auto;
    height: 30px;
    text-transform: uppercase
}

.notfound-wrap {
    text-align: center;
    margin-bottom: 100px
}

.notfound-message-image {
    display: block;
    margin: 101px auto 36px
}

.notfound-message-caption {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    color: #979797;
    text-align: center
}

.notfound-message-sub-caption {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 28px;
    color: #979797;
    text-align: center
}

.next.page-numbers,.notfound-message-button,.prev.page-numbers {
    font-size: 12px;
    color: var(--primary)
}

.notfound-message-button {
    margin: auto;
    font-weight: 700;
    line-height: 14px;
    padding: 10px 23px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    border-radius: 1px
}

.comments-pagination {
    padding-top: 12px;
    padding-bottom: 12px;
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0;
    transition: .2s;
    position: relative;
    cursor: not-allowed;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center
}

.commenticon,.page-numbers {
    display: inline-block;
    vertical-align: middle
}

.page-numbers {
    border: 1px solid #eee;
    padding: 8px 12px 7px;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #444;
    height: 30px;
    text-transform: uppercase;
    margin-top: 10px
}

.prev.page-numbers {
    border: 1px solid var(--primary);
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.next.page-numbers {
    border: 1px solid var(--primary);
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.page-numbers svg {
    height: 12px
}

span.page-numbers.current {
    color: #fff;
    border-width: 1px 0;
    background: var(--primary);
    border: 1px solid var(--primary)
}

.commenticon {
    background-size: cover;
    width: 8px;
    height: 12px
}

.i-arrow-reverse {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%3C%2Ftitle%3E%3Ctitle%3Ebackground%3C%2Ftitle%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M-1-1h582v402H-1z%22%2F%3E%3Cg%3E%3Ctitle%3ELayer%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M2.521%206.014l4.484%204.483a.306.306%200%200%200%20.221.097.305.305%200%200%200%20.222-.097l.48-.48a.305.305%200%200%200%200-.443l-3.78-3.782%203.78-3.781a.305.305%200%200%200%20.097-.222.307.307%200%200%200-.096-.221l-.481-.481a.304.304%200%200%200-.443%200L2.52%205.57a.304.304%200%200%200%200%20.443z%22%20fill%3D%22%23FF5722%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    margin-right: 5px
}

.i-checklist {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Esmarttopic%3C%2Ftitle%3E%3Cg%20stroke%3D%22%2377B54A%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cellipse%20cx%3D%226%22%20cy%3D%226%22%20rx%3D%225%22%20ry%3D%225%22%2F%3E%3Cpath%20d%3D%22M3.903%205.9l1.403%201.656%203.03-3.062%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}

.i-gallery-plus {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EGroup%2017%3C%2Ftitle%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7%200h1v14H7z%22%2F%3E%3Cpath%20d%3D%22M.5%207.5v-1h14v1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}

.i-gallery-facebook {
    background-image: url("data:image/svg+xml,%3Csvg height='24' fill='%23fff' viewBox='0 0 512 512' width='24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M374.245,285.825l14.104,-91.961l-88.233,0l0,-59.677c0,-25.159 12.325,-49.682 51.845,-49.682l40.117,0l0,-78.291c0,0 -36.408,-6.214 -71.214,-6.214c-72.67,0 -120.165,44.042 -120.165,123.775l0,70.089l-80.777,0l0,91.961l80.777,0l0,222.31c16.197,2.542 32.798,3.865 49.709,3.865c16.911,0 33.512,-1.323 49.708,-3.865l0,-222.31l74.129,0Z'%3E%3C/path%3E%3C/svg%3E");
}

.i-gallery-twitter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M0.0551897 0L5.97805 8.73568L0 16H1.60552L6.70304 9.80469L10.9025 16H16L9.49765 6.40885L14.7708 0H13.1653L8.77266 5.33984L5.15271 0H0.0551897ZM2.51364 1.33333H4.48166L13.5415 14.6667H11.5735L2.51364 1.33333Z' fill='%23fff'/%3E%3C/svg%3E");
}

.i-gallery-email {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EEmail%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M-2-5h20v20H-2z%22%2F%3E%3Cpath%20d%3D%22M15.962%201.285c0-.442-.228-.834-.573-1.065a1.3%201.3%200%200%200-.726-.22H1.3C.583%200%200%20.576%200%201.285v8.43C0%2010.424.583%2011%201.299%2011h13.364c.716%200%201.298-.576%201.298-1.285V2.198h.001v-.913zM1.353%201.34H14.61v.156L7.978%206.033%201.353%201.58v-.24zM14.61%209.661H1.353V3.197l6.631%204.46%206.625-4.534v6.538z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}

.i-arrow {
    margin-left: 5px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2212%22%20viewBox%3D%220%200%2010%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M7.928%205.57L3.445%201.088a.306.306%200%200%200-.221-.096.305.305%200%200%200-.222.096l-.48.481a.305.305%200%200%200%200%20.443l3.78%203.781-3.78%203.782a.305.305%200%200%200-.097.222c0%20.083.032.156.096.221l.481.48a.304.304%200%200%200%20.443%200l4.483-4.483a.304.304%200%200%200%200-.443z%22%20fill%3D%22%23FF5722%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E')
}

.i-gallery-copy-link {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ECopy%20Link%3C%2Ftitle%3E%3Cpath%20d%3D%22M12.258%207.814l-1.647-1.632a2.21%202.21%200%200%200-1.615-.659c-.644%200-1.193.23-1.647.69l-.697-.69c.464-.45.697-.996.697-1.64%200-.627-.22-1.158-.658-1.592L5.06.667A2.18%202.18%200%200%200%203.445%200c-.634%200-1.17.217-1.608.651L.673%201.797A2.132%202.132%200%200%200%200%203.389c0%20.628.222%201.161.665%201.6l1.647%201.633c.444.439.982.659%201.616.659a2.23%202.23%200%200%200%201.647-.69l.697.69c-.465.45-.697.996-.697%201.64%200%20.627.219%201.158.657%201.592l1.632%201.624c.438.444.976.667%201.615.667.634%200%201.169-.217%201.607-.651l1.165-1.146c.448-.434.673-.965.673-1.592%200-.628-.222-1.161-.666-1.6zM5.575%204.456a25.515%2025.515%200%200%201-.147-.149%205.028%205.028%200%200%200-.17-.168%201.995%201.995%200%200%200-.15-.118.641.641%200%200%200-.42-.13.735.735%200%200%200-.538.22.722.722%200%200%200-.222.534.622.622%200%200%200%20.131.416%201.744%201.744%200%200%200%20.288.317l.151.145a.77.77%200%200%201-.57.243.733.733%200%200%201-.539-.211L1.742%203.923a.724.724%200%200%201-.221-.534c0-.203.073-.379.221-.525l1.164-1.146a.769.769%200%200%201%20.539-.212c.21%200%20.39.074.538.22L5.614%203.35a.758.758%200%200%201-.04%201.106h.001zm5.607%205.484l-1.164%201.146a.768.768%200%200%201-.539.203.733.733%200%200%201-.538-.211L7.31%209.454a.759.759%200%200%201%20.04-1.106l.146.149a1.825%201.825%200%200%200%20.32.286.631.631%200%200%200%20.42.13c.211%200%20.39-.074.539-.22a.723.723%200%200%200%20.221-.533c0-.079-.01-.15-.027-.216a.64.64%200%200%200-.104-.2%201.988%201.988%200%200%200-.118-.15%205.393%205.393%200%200%200-.17-.168l-.151-.145a.757.757%200%200%201%20.57-.251c.211%200%20.391.073.539.22L11.18%208.88a.723.723%200%200%201%20.222.534c0%20.204-.074.38-.221.525z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E')
}
.post-content figure {
    max-width: 100% !important;
    height: auto;
}
.bacajuga {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.13);
    border-radius: 8px;
    width: 100%;
    padding: 15px
}

.bacajuga b {
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.bacajuga .bacajuga-item {
    padding-top: 0;
    padding-bottom: 15px
}

.bacajuga .bacajuga-item a {
    font-weight: 700;
    color: #333;
    display: block
}

ul.menu li.facebook a:before,ul.menu li.instagram a:before,ul.menu li.telegram a:before,ul.menu li.tiktok a:before,ul.menu li.twitter a:before,ul.menu li.youtube a:before {
    content: "";
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    width: 16px;
    margin-right: 5px;
    background-size: 14px;
    background-position: center;
}

ul.menu li.facebook a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23444'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'/%3E%3C/svg%3E")
}

ul.menu li.twitter a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M0.0551897 0L5.97805 8.73568L0 16H1.60552L6.70304 9.80469L10.9025 16H16L9.49765 6.40885L14.7708 0H13.1653L8.77266 5.33984L5.15271 0H0.0551897ZM2.51364 1.33333H4.48166L13.5415 14.6667H11.5735L2.51364 1.33333Z' fill='%23444'/%3E%3C/svg%3E");
}

ul.menu li.telegram a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512' fill='%23444'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z'/%3E%3C/svg%3E")
}

ul.menu li.instagram a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23444'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E")
}

ul.menu li.youtube a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23444'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E")
}

ul.menu li.tiktok a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23444'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E")
}

.no-comments {
    text-align: center;
    font-weight: 700
}

.widget.video .video-item {
    position: relative;
}

.widget.video {
    background: #232323;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
}

.widget.video .small-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.53;
    text-align: left;
    margin: 0 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget.video .small-title a {
    color: #fff;
}

.widget.video .small-image {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 85px;
    margin-right: 15px;
    border-radius: 8px;
    width: 125px;
}

.widget.video .video-item.small-video {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.widget.video .small-text {
    flex: 1;
}

.widget.video .big-title {
    text-align: left;
    margin: 0 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31;
}

.widget.video .big-title a {
    color: #fff;
}

.widget.video .big-image {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    margin-right: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.widget.video .widget-title {
    color: #fff;
    margin-bottom: 10px;
}

.widget.video .article-category {
    color: #fff;
}

.widget.video .article-time time {
    color: #fff;
}

.widget.video .article-time {
    margin-bottom: 5px;
}
.widget.video .big-image:before, .widget.video .small-image:before {
    background: #222;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: 1s infinite shine;
}

.widget.video .big-image:after, .widget.video .small-image:after {
    background-image: linear-gradient(90deg,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 20%) 20%,rgb(0 0 0 / 50%) 60%,rgb(0 0 0 / 0%));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    animation: 2s infinite shimmer;
    content: "";
}

.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 35px;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-top: 0;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dfdfdf;
    display: block;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}

.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::before {
    content: "";
    background: var(--primary);
}

.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::after {
    left: 10px;
    top: 6px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 7px;
    left: 9px;
}
.bacajuga2 {
    position: relative;
    border-left: 5px solid var(--primary);
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-block-start:1em;
    margin-block-end:1em;
    }

.bacajuga2 strong {
    display: block;
    text-transform: uppercase;
}

.bacajuga2 a {
    color: var(--primary);
}
.darkmode .btn-share.copylink.copied,.darkmode .content,.darkmode .grid .related-item,.darkmode .header-nav,.darkmode .header-nav .nav-container ul>li .sub-menu,.darkmode .header-search,.darkmode .header-wrap,.darkmode .nav-container,.darkmode .nav-submenu,.darkmode .notfound-message-button,.darkmode .separator-title,.darkmode .share.fixed,.darkmode .sidebar-menu,.darkmode .tags .tag-desc,.darkmode .tags ul li a,.darkmode header.header,.darkmode input#author,.darkmode input#email,.darkmode textarea#comment {
    background-color: #222
}

.darkmode,.darkmode #startCategory::placeholder,.darkmode #startDate::placeholder,.darkmode .author .author-name a,.darkmode .bacajuga .bacajuga-item a,.darkmode .breaking-content,.darkmode .comment-reply-title,.darkmode .comments_title,.darkmode .credits-label,.darkmode .header-input-search,.darkmode .header-nav a,.darkmode .indeks-title,.darkmode .notfound-message-caption,.darkmode .post-content,.darkmode .post-title,.darkmode .share .share-label,.darkmode .sidebar-menu,.darkmode .sidebar-menu-title,.darkmode .tag-title,.darkmode .tags ul li a:hover,.darkmode .tags ul li a:hover .tag-desc,.darkmode .tags-title,.darkmode .widget-title,.darkmode a,.darkmode input#author,.darkmode input#author::placeholder,.darkmode input#email,.darkmode input#email::placeholder,.darkmode textarea#comment,.darkmode textarea#comment::placeholder {
    color: #fff
}

.darkmode #startCategory, .darkmode #startDate, .darkmode .article-item, .darkmode .commentsArea ol, .darkmode .footer .footer-row, .darkmode .header-input-search, .darkmode .headline, .darkmode .headline-content, .darkmode .latest-area .widget, .darkmode .list .list-item, .darkmode .nav-submenu, .darkmode .nav-title, .darkmode .notfound-message-button, .darkmode .page-numbers, .darkmode .popularpos .popularpos-item, .darkmode .populartag .populartag-item h3, .darkmode .separator:after, .darkmode .sidebar-menu-content .widget, .darkmode .sidebar-menu-header, .darkmode .tag-header, .darkmode .tags .tag-desc, .darkmode .tags ul li, .darkmode .wp-block-image figcaption, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode .slick-dots {
    border-color: #2c2c2c
}

.darkmode .tags .tag-desc:before {
    border-top: 8px solid #393e46;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: none
}

.darkmode #startCategory,.darkmode #startDate,.darkmode .bacajuga,.darkmode .breaking,.darkmode .breaking .breaking-container:after,.darkmode .breaking a:after,.darkmode .commentAvatar,.darkmode .header-input-search,.darkmode .popularpos .popularpos-item:first-child,.darkmode footer.footer {
    background-color: #282828
}

.darkmode .submenu a:hover {
    color: var(--secondary)
}

.darkmode .article-gallery .big-gallery:before,.darkmode .article-gallery .small-gallery:before,.darkmode .media-image:before,body.darkmode {
    background: #1e1e1e
}

.darkmode .article-gallery .big-gallery:after,.darkmode .article-gallery .small-gallery:after,.darkmode .media-image:after {
    background-image: linear-gradient(90deg,rgb(0 0 0 / 0%) 0,rgb(0 0 0 / 20%) 20%,rgb(0 0 0 / 50%) 60%,rgb(0 0 0 / 0%))
}

.darkmode .header-nav {
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 10%)
}

.darkmode ul.menu li.facebook a:before,.darkmode ul.menu li.instagram a:before,.darkmode ul.menu li.telegram a:before,.darkmode ul.menu li.tiktok a:before,.darkmode ul.menu li.twitter a:before,.darkmode ul.menu li.youtube a:before {
    filter: brightness(0) invert(1)
}

.paginationPostNum {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

.paginationPostLink .post-page-numbers {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationPostLink {
    display: flex;
    flex-wrap: wrap;
}
.paginationPostNav .btn-next {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
}

.paginationPostNav .btn-next svg {
    height: 13px;
    color: #fff;
}
.paginationPostLink .post-page-numbers.current {
    background: #323131;
}
.showall-page a {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    margin-right: 10px;
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}