:root {
  --color1: #035d53;
  --color2: #00CE97;
  --color3: #ed3833;
  --color4: #164840;
  --color5: #31824A;
  --color6: #57CB7A;
  --color7: #D1DB00;
  --color8: #2D8348;
}
body {
    background-color: #FFF;
    font-family: HelveticaNeue,arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    color: #444;
}
* {
    box-sizing: border-box;
}
a {
    background-color: transparent;
    color: #2E2E2E;
    text-decoration: none;
}
.table:after, .table:before {
    content: " ";
    display: table;
}
.table:after {
    clear: both;
}
.content {
    background-color: #FFF;
    display: block;
}

@-webkit-keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
@keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
.widget-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
    color: #444;
    font-family: Gotham,arial,helvetica,sans-serif;
    line-height: 1.4;
}



header.header {
    background-color: var(--color1);
    z-index: 999;
    top: 0;
    margin-left: 0;
    width: 100%;
    left: 0;
}
.header-wrap {
    padding: 15px 0 0;
}
.header-box {
    margin: 0 auto;
    width: 1000px;
    height: 45px;
    padding-top: 8px;
}
.header-brand {
    float: left;
    padding: 0 0 0 12px;
    margin: 0;
    margin-right: 45px;
}
.header-brand a {
    float: left;
    overflow: hidden;
    width: 173px;
    height: auto;
    margin-top: 4px;
}
.header-brand img {
    float: left;
    width: 100%;
    height: auto;
}
.header-search {
    float: left;
    width: 640px;
    margin-left: 80px;
}
.header-search-form {
    width: auto;
    height: 34px;
    margin: 0;
    position: relative;
}
.header-input-search {
    -webkit-appearance: none;
    border: 1px solid #ADADAD;
    border-radius: 16px;
    padding: 0px 10px 0 45px;
    font-size: 12px;
    line-height: 20px;
    width: 395px;
    height: 32px;
    float: left;
}
.search-ico {
    position: absolute;
    left: 8px;
    top: 0;
    width: 30px;
    height: 30px;
    background-position: center;
}
.header-input-search:focus {
    outline:none;
}
.btn-search {
    background-color: var(--color3);
    color: #FFF;
    border: none;
    border-radius: 16px;
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 20px;
    cursor: pointer;
    font-family: Gotham, arial, helvetica, sans-serif;
}


.header-nav {
    font-size: 14px;
    line-height: 24px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    position: relative;
}
.nav-container {
    width: 1000px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    position: relative;
    padding: 0;
    overflow: visible;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-nav .nav-container nav > ul {
    padding: 0px 12px;
    display: flex;
    margin: 0;
    list-style: none;
}
.nav-container .slim {
    width: 930px;
}
.header-nav .nav-container  ul > li {
    border: none;
    max-height: 50px;
    position: relative;
}
.header-nav a {
    font-size: 11px;
    font-weight: 700;
    display: block;
    color: #ffffff;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 50px;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.header-nav .nav-container  a .menu-image-title {
    padding: 0;
}
.header-nav .nav-container  ul > li:first-child a {
    padding-left: 0;
}
.header-nav .nav-container  ul > li.logo img {
    display: none;
    padding: 0;
    width: 30px;
    height: 30px;
}
.header-nav .nav-container  ul > li.current-menu-item a {
    color: var(--color2);
}
.header-nav .nav-container  a:hover {
    color: var(--color2);
}
.header-nav .nav-container  ul > li .sub-menu {
    display: none;
    background-color: #FFF;
    position: absolute;
    left: 0;
    min-width: 125px;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    z-index: 10;
    border: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
}
.header-nav .nav-container  ul > li:hover .sub-menu {
    display: block;
}
.header-nav .nav-container  ul > li .sub-menu li {
    display: block;
    border: none;
    max-height: 50px;
}
.header-nav .nav-container  ul > li .sub-menu li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 1.5;
}
 .nav-container .menu-item-has-children > a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #787878;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
    margin-left: 4px;
}


.mode {
    height: 25px;
    margin: 4px 0 0 0;
    float: right;
    width: 25px;
    background-color: transparent;
    border: 0;
    outline: none;
    background-size: 25px;
    display: block;
    cursor: pointer;
}
.mode.icon-darkmode {
    background-image: url("../icon/moon.svg");
    filter: brightness(0) invert(1);
}
.mode.icon-lightmode {
    background-image: url("../icon/sun.svg");
    filter: brightness(0) invert(1);
}


.header.fixed {
    position: fixed;
}
.header.fixed .header-wrap{
    display: none;
}
.header.fixed .header-nav .nav-container nav > ul > li.logo img {
    display: inline;
}
.header.fixed .header-nav .nav-container nav > ul > li.logo a .menu-image-title {
    display: none;
}
.header.fixed .header-nav .nav-container nav > ul > li > a {
    padding: 0 6px 0 6px;
}
.fixed-search {
    width: 50px;
    position: relative;
    display: none;
}
.fixed-form {
    position: absolute;
    top: 45px;
    background-color: #FFF;
    right: -60px;
    padding: 10px;
    border: none;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    z-index: 101;
    border-radius: 3px;
    display: none;
}
.fixed-form.show {
    display: block;
}
.fixed-input-search {
    font-size: 12px;
    line-height: 20px;
    width: 380px;
    height: 32px;
    padding: 11px 10px 9px 10px;
    border: 1px solid #CDCDCD;
    float: left;
    outline: none;
}
.btn-fixed-search {
    padding: 10px 15px;
    margin-top: 4px;
    height: 42px;
    line-height: 50px;
    background-color: rgba(0,0,0,0);
    border: none;
    float: right;
    display: block;
    cursor: pointer;
}
.icon-search {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    filter: brightness(0) invert(1);
}

.nav-submenu {
    position: relative;
    border-top: 1px solid #EDEDED;
    overflow: hidden;
    background-color: #FFF;
    height: 40px;
    padding: 0px 12px;
}
.submenu-conteiner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 0px 12px;
    height: 40px;
    align-items: center;
}

.nav-title,
.nav-title-search {
    margin: 0;
    padding: 0;
    border-right: solid 1px #E5E5E5;
    white-space: nowrap;
}
.nav-title a,
.nav-title-search {
    color: #000;
    padding: 0 12px 0 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.nav-title img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: top;
}

.submenu {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.submenu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    align-items: center;
}
.submenu ul li {
    align-items: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    height: 100%;
    display: flex;
}
.submenu ul li.active,
.submenu ul li.current-menu-item {
    border-bottom: solid 4px rgba(0,0,0,.5);
    vertical-align: top;
    padding-top: 4px;
}
.submenu ul li a {
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}
.submenu ul li a span.menu-image-title {
    padding: 0;
}
.submenu a:hover {
    color: var(--color3);
}
.header-nav .submenu a {
    color: #444;
}

.breaking {
    background-color: #212121;
    width: 980px;
    height: 36px;
    margin: 10px auto 5px;
    border-radius: 18px;
}
.breaking-container {
    width: 940px;
    height: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    margin-top: 0px;
}
.breaking a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.breaking-title {
    line-height: 22px;
    margin: 0 10px 0 20px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.breaking-content {
    text-align: left;
    color: #FFF;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.breaking-close {
    margin: 7px 0;
    display: inline-block;
    float: right;
}
.icon-breaking-close {
    background-image: url("data:image/svg+xml,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: sketchtool 53 (72520) - https://sketchapp.com --%3E%3Ctitle%3E86097F29-DC98-42DD-8253-16D7D979CFA7%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Bola-Desktop-Projection' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Bola-Home-Desktop-Redesign-Logo-Baru' transform='translate(-1098.000000, -128.000000)'%3E%3Cg id='Breaking' transform='translate(150.000000, 120.000000)'%3E%3Cg id='X' transform='translate(948.000000, 8.000000)'%3E%3Cg transform='translate(3.000000, 3.000000)' stroke='%23FFFFFF'%3E%3Ccircle id='Oval' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath d='M6,6 C8.24023438,8.24023437 9.45092773,9.45092773 9.63208008,9.63208008 C9.81323242,9.81323242 9.99438477,9.99438477 10.1755371,10.1755371' id='Line-3' stroke-linecap='square'%3E%3C/path%3E%3Cpath d='M10.1755371,6 L6,10.1755371' id='Line-3' stroke-linecap='square'%3E%3C/path%3E%3C/g%3E%3Crect id='Rectangle-7' x='0' y='0' width='22' height='22'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    background-size: 22px;
    background-repeat: no-repeat;
    border: 0;
    outline: none;
    cursor: pointer;
}
.breaking.fixed-top {
    left: 50%;
    transform: translateX(-50%);
    top: 58px;
    margin: 0;
    position: fixed;
    z-index: 6;
}
.billboard {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 12px;
}
.billboard .widget {
    text-align: center;
    padding: 15px 0;
}
.billboard .widget img {
    display: block;
    margin: auto;
}
.main {
    padding: 0 15px;
}
.main-container {
    padding: 0px 12px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px!important;
}
.article-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-right: -13px;
}
.article {
    position: relative;
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    -ms-flex: 0.66667;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.media-image {
    background: #DDD;
    position: relative;
    overflow: hidden;
}
.media-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #DDD;
    animation: shine 1s infinite;
}
.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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    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;
}
.media-link:hover {
	color: var(--color1);
}

.headline {
    overflow: hidden;
    width: 642px;
    border: 1px solid #E5E5E5;
    padding-bottom: 0;
}
.headline-big {
    width: 640px;
}
.headline-box {
    position: relative;
}
.headline-image {
    width: 100%;
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 56%;
}
.headline-text {
    display: block;
    width: auto;
    padding: 0 10px 0 20px;
    border: none;
}
.headline-time {
    line-height: 1.2;
    margin-bottom: 8px;
    color: #787878;
    font-family: 'PT Sans';
    font-size: 11px;
}
.headline-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px 0;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.headline-content {
    font-size: 14px;
    line-height: 1.54;
    color: #666;
    margin: 0;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 4px;
    padding-bottom: 17px;
    font-family: "PT Sans";
}
.post-detail,
.latest-area {
    margin-right: 340px;
    width: 640px;
}
.post-detail h1, .post-detail h2, .post-detail h3, .post-detail h4, .post-detail h5, .post-detail h6 {
    line-height: 1.3;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.article-item {
    position: relative;
    padding: 20px 0;
    border-bottom: solid 1px #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article-image {
    margin-right: 15px;
    width: 200px;
    height: 112px;
    background: #DDD;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.article-text {
    width: calc(100% - 215px);
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    height: 112px;
}
.article-category {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: var(--color1);
    font-family: Gotham,arial,helvetica,sans-serif;
}
.article-time time {
    color: #787878;
    font-size: 11px;
    font-family: 'PT Sans';
}
.article-title {
    margin-top: 0;
    margin-bottom: 6px;
}
.article-title a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.39;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.summary {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "PT Sans";
    line-height: 1.5;
}
.summary p {
    margin: 0;
}
.article-text-gallery {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.article-gallery {
    overflow: hidden;
    height: 288px;
    width: 100%;
    display: flex;
}
.article-gallery .big-gallery {
    position: relative;
    width: 383px;
    left: 0;
    top: 0;
    height: 100%;
}
.article-gallery .big-gallery:before,
.article-gallery .small-gallery:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #DDD;
    animation: shine 1s infinite;
}
.article-gallery .big-gallery:after,
.article-gallery .small-gallery: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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.article-gallery img {
    display: block;
    object-fit: cover;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 2;
}
.article-gallery .gallery-box {
    position: relative;
    right: 0;
    top: 0;
    width: 255px;
    height: 100%;
    margin-left: 2px;
}
.article-gallery .small-gallery {
    height: 50%;
    position: relative;
}
.article-gallery .small-gallery:nth-child(1) {
    padding-bottom: 1px;
}
.article-gallery .small-gallery:nth-child(2) {
    margin-top: 1px;
}
.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: 48px;
    color: #fff;
    line-height: 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gotham;
    font-weight: bold;
}
.article-text-gallery .article-title a:before {
    z-index: 4;
}
.article-text-video {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.article-video.media-image {
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.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 .slider-inline {
    overflow: hidden;
    margin-bottom: 10px;
}
.latest-area .slider-inline {
    width: 680px;
    margin: 0 -20px;
    padding: 0 20px;
}
.latest-area .headline .slider-inline {
    width: 640px;
    padding: 20px;
    margin: 0;
}
.latest-area .slider-inline .widget-content {
    position: relative;
}
.latest-area .slider-inline .slider-image {
    width: 100%;
    height: 0;
    padding-bottom: 58%;
}
.latest-area .slider-inline .viewport {
    overflow: hidden;
    position: relative;
    height: 207px;
}
.latest-area .headline .slider-inline .viewport {
    overflow: hidden;
    position: relative;
    height: 200px;
}
.latest-area .slider-inline .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    display: flex;
}
.latest-area .slider-inline .overview li {
    width: 200px;
    margin-right: 20px;
    position: relative;
}
.latest-area .headline .slider-inline .overview li {
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-right: 15px;
}
.latest-area .slider-text {
    padding-top: 5px;
}
.latest-area .slider-inline .slider-time {
    font-size: 10px;
    line-height: 1.6;
    color: rgba(0,0,0,.4);
    vertical-align: middle;
    display: inline-block;
    font-family: 'PT Sans';
}
.latest-area .slider-inline .slider-title {
    margin: 0;
    margin-top: 3px;
    height: 58px;
}
.latest-area .slider-inline .slider-text a {
    font-weight: 500;
    line-height: 1.46;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Gotham,arial,helvetica,sans-serif;
    font-size: 13px;
}
.btn-prev, .btn-next {
    position: absolute;
    background-size: 36px 36px;
    height: 36px;
    width: 36px;
    top: 20%;
    cursor: pointer;
    z-index: 5;
}
.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;
}



.sidebar {
    position: relative;
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
    -ms-flex: 0.33333;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.sidebar-box {
    padding-top: 20px;
    padding-bottom: 30px;
}
.sidebar .widget {
    padding-bottom: 20px;
}
.sidebar .widget p {
    font-family: "PT Sans";
}


.populartag .populartag-item {
    margin-bottom: 6px;
    position: relative;
}
.populartag .hastag {
    color: var(--color1);
    font-size: 14px;
    font-weight: 700;
    padding-right: 23px;
    vertical-align: top;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.populartag .populartag-item h3 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
    display: inline-block;
    width: calc(100% - 40px);
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.populartag .icon-tag {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    vertical-align: text-top;
    background-size: cover;
}







.list .list-item {
    border-bottom: 1px solid #DDD;
}
.list .big-list {
	position: relative;
}
.list .big-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.list .big-text {
    padding: 0 15px 15px 15px;
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0, 0, 0, 0)),to(#000000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    z-index: 2;
}
.list .big-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    font-family: Gotham,arial,helvetica,sans-serif;
    line-height: 1.2;
}
.list .big-title a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list .small-list {
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.list .small-image {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: #DDD;
    overflow: hidden;
}
.list .small-text {
    -ms-flex: 1;
    flex: 1;
}
.list .small-text .small-title {
    margin: 0;
}
.list .small-title a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.33;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Gotham,arial,helvetica,sans-serif;
}









.popularpos .popularpos-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #EEE;
    border-top: 0;
    position: relative;
}
.popularpos .popularpos-item:first-child {
    background-color: #F6F6F6;
    padding-top: 0;
}
.popularpos-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-bottom: 5px;
}
.popularpos .popularpos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
}
.popularpos .popularpos-number {
    text-align: center;
    color: var(--color1);
    font-size: 24px;
    font-weight: 600;
    width: 38px;
    margin: 12px 15px;
    padding-top: 9px;
    font-family: Gotham,arial,helvetica,sans-serif;
    border-radius: 50%;
    background-color: #EEE;
    height: 38px;
}
.popularpos .popularpos-text {
    padding-right: 15px;
    -ms-flex: 1;
    flex: 1;
}
.popularpos .popularpos-category {
    text-transform: uppercase;
    color: var(--color1);
    font-size: 10px;
    font-weight: 600;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.popularpos .popularpos-title {
    margin: 0;
}
.popularpos .popularpos-title a {
    font-size: 13px;
    line-height: 1.29;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Gotham,arial,helvetica,sans-serif;
    font-weight: 500;
}


.info {
    text-align: center;
}
.pagination {
    margin: 20px auto;
    display: none;
}
.no-more {
    margin: 20px auto;
    display: none;
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    font-family: "PT Sans";
}
.trigger, .pagination a {
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color1);
    line-height: 1;
    border: solid 1px var(--color1);
    border-radius: 2px;
    max-width: 140px;
    background-color: transparent;
    margin: 20px auto;
    display: none;
    cursor: pointer;
}
.icon-nomore {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    vertical-align: text-top;
    background-size: cover;
}
.widget.custom-tag {
    width: 980px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 10px;
    padding: 4px 0;
    position: relative;
    margin-bottom: 10px;
}
.custom-tag > nav {
    height: 47px;
    position: relative;
    overflow: hidden;
    margin: 2px 20px;
}
.custom-tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
}
.custom-tag ul li {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.custom-tag ul li a {
    border-radius: 21px;
    -webkit-box-shadow: 0 4px 8px 0 #ffaeab;
    box-shadow: 0 4px 8px 0 #ffaeab;
    background-color: var(--color3);
    line-height: 42px;
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: Gotham,arial,helvetica,sans-serif;
    display: block;
    margin-bottom: 10px;
}
.custom-tag ul li a span.menu-image-title {
    padding: 0 20px;
}
.custom-tag ul li img.menu-image.menu-image-title-after {
    margin-left: 5px;
    border-radius: 50em;
    padding: 0;
    width: 32px;
    height: 32px;
    margin-right: -8px;
}
.btn-prev-tag {
    position: absolute;
    width: 15px;
    top: 5px;
    display: block;
    padding: 15px 0;
    padding-left: 0;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}
.btn-prev-tag i {
    width: 13px;
    height: 16px;
    background-size: 13px 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFill 1%3C/title%3E%3Ctitle%3Ebackground%3C/title%3E%3Cpath fill='none' d='M-1-1h582v402H-1z'/%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='M2.521 6.014l4.484 4.483a.306.306 0 0 0 .221.097.305.305 0 0 0 .222-.097l.48-.48a.305.305 0 0 0 0-.443l-3.78-3.782 3.78-3.781a.305.305 0 0 0 .097-.222.307.307 0 0 0-.096-.221l-.481-.481a.304.304 0 0 0-.443 0L2.52 5.57a.304.304 0 0 0 0 .443z' fill='%23ED3833' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
}
.btn-next-tag {
    position: absolute;
    width: 15px;
    top: 5px;
    display: block;
    padding: 15px 0;
    padding-left: 0;
    border: none;
    outline: none;
    background: transparent;
    right: 0;
    cursor: pointer;
}
.btn-next-tag i {
    width: 13px;
    height: 16px;
    background-size: 13px 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cpath d='M7.928 5.57L3.445 1.088a.306.306 0 0 0-.221-.096.305.305 0 0 0-.222.096l-.48.481a.305.305 0 0 0 0 .443l3.78 3.781-3.78 3.782a.305.305 0 0 0-.097.222c0 .083.032.156.096.221l.481.48a.304.304 0 0 0 .443 0l4.483-4.483a.304.304 0 0 0 0-.443z' fill='%23ED3833' fill-rule='evenodd'/%3E%3C/svg%3E");
    display: block;
}
.btn-next-tag:after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 74px;
    height: 60px;
    top: 0;
    right: 20px;
    background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#ffffff)
  );
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.breadcrumbs ul {
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
    border-radius: 4px;
}
.breadcrumbs ul li {
    display: inline-block;
}
.breadcrumbs ul li a {
    padding: 0 5px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #787878;
    font-family: 'PT Sans';
}
.breadcrumbs ul li:first-child a {
    padding: 0 5px 0 0;
}
.breadcrumbs-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0 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%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.post-title {
    font-family: Gotham,arial,helvetica,sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000000;
    margin: 13px 0 14px 0;
}
.page-template-terkini .post-title,
.page-template-populer .post-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}
.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.author.author-box{
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.author .author-avatar {
    margin-right: 10px;
}
.author .author-avatar a {
    display: block;
}
.author .author-avatar img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.author .author-text {
    display: inline-block;
    vertical-align: top;
}
.author .author-name a {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-family: 'PT Sans';
}
.author .pub-time {
    height: 45px;
    margin: 0 0 5px 0;
}
.author .pub-time time {
    font-size: 13px;
    line-height: 1;
    color: #999;
    vertical-align: top;
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
    font-family: 'PT Sans';
}
.author .pub-time time span {
    font-weight: 600;
}
.author .btn-modif {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    margin-left: 3px;
    cursor: pointer;
}
.author .icon-arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0 6px;
    transition-duration: .25s;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.author .icon-arrow-bottom {
        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%3E%3Cpath%20d%3D%22M-418-284h1440v760H-418z%22%2F%3E%3Cpath%20d%3D%22M12%200v12H0V0z%22%2F%3E%3Cpath%20fill%3D%22%23035d53%22%20d%3D%22M2%204.334a.333.333%200%200%201%20.588-.215L6%208.15l3.412-4.032a.333.333%200%201%201%20.51.43L6.254%208.883a.335.335%200%200%201-.51%200L2.08%204.549A.334.334%200%200%201%202%204.334%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.author .pub-time .time-modified {
    display: none;
}
.author-bio {
    display: -webkit-box;
    white-space: pre-wrap;
}


.share {
    vertical-align: top;
    float: right;
}
.share .share-label {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.share .share-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}
.share .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 0;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
}
.share .btn-share.facebook {
    background-color: #4A6DB4;
}
.share .btn-share.twitter {
    background-color: #1DADEB;
}
.share .btn-share.email {
    background-color: #424242;
}
.share .btn-share.whatsapp {
    background-color: #25D366;
}
.share .btn-share.copylink {
    width: 73px;
    height: 40px;
    background-color: var(--color3);
    font-size: 10px;
    font-weight: 600;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.btn-share .icon-share {
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
}
.btn-share.copylink.copied {
    transition: all 2s ease 0s;
    background-color: rgb(255, 255, 255);
    border: solid 1px var(--color3);
    color: var(--color3);
}
.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;
}

.wp-image-box {
    position: relative;
    overflow: hidden;
}
.wp-block-image {
    position: relative;
}
.wp-image-box a,
.wp-image-box img {
    display: block;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.wp-block-image figcaption {
    border-radius: 0 0 5px 5px;
    padding: 10px 0px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #6d6c6c;
    text-align: left;
    font-family: 'PT Sans';
}
.btn-biew {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    line-height: 1;
    -ms-flex-align: center;
    align-items: center;
    bottom: 10px;
    right: 10px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.6);
    padding: 10px 17px;
    transition: background-color .3s ease;
    border: 0;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}
.wp-image-box:hover .btn-biew {
    background-color: var(--color3);
}
.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: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
.btn-biew .text-view {
    line-height: 1;
    margin-top: 4px;
    margin-left: 5px;
    color: #FFF;
}
.btn-plus {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 0 8px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
}
.btn-plus i {
    width: 40px;
    height: 40px;
    background-position: center;
    display: block;
}
.image-share {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    background: rgba(0,0,0,.6);
    border-radius: 0 8px;
}
.imagebox-share a, .imagebox-share button {
    text-decoration: none;
    float: left;
    width: 40px;
    height: 40px;
    color: #5C5C5C;
    background-color: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}
.btn-image-share i {
    display: block;
    width: 40px;
    height: 40px;
    text-transform: none;
    background-position: center;
    margin: 0 auto;
}
.imagebox-share {
    display: none;
}
.image-share:hover .btn-plus {
    display: none;
}
.image-share:hover .imagebox-share {
    display: block;
}



.post-content {
    font-size: 15px;
    line-height: 23px;
    color: #444;
    font-family: 'PT Sans';
}
.post-content a {
    color: var(--color3);
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.paginationpost{
    display: none;
    margin: 20px auto;
}
.loading {
    margin: 20px auto;
    display: none;
    text-align: center;
}
.paginationpost a:last-child {
    font-size: 12px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: var(--color1);
    line-height: 1;
    border: solid 1px var(--color1);
    border-radius: 2px;
    max-width: 140px;
    margin: auto;
}
.paginationpost a:last-child:hover {
    background: #FA6400;
    color: #fff;
}
.credits-label {
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.credits-content a {
    display: inline-block;
}
.credits-content img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}


.separator {
    position: relative;
    clear: both;
}
.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: 600;
    line-height: 1.29;
    color: #606060;
    font-family: Gotham,arial,helvetica,sans-serif;
    font-size: 14px;
}
.separator:after {
    content: "";
    margin-top: 40px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #E7E7E7;
    display: block;
}


.wp-block-gallery.has-nested-images {
    display: block;
    flex-wrap: unset;
    width: auto;
    position: relative;
    padding-bottom: 45%;
    counter-reset: section;
    overflow: hidden;
}
.wp-block-gallery {
    display: block;
}
.wp-block-gallery .blocks-gallery-grid {
    display: block;
    flex-wrap: unset;
    width: auto;
    position: relative;
    padding-bottom: 45%;
    counter-reset: section;
    overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item:nth-child(1) {
    position: absolute;
    width: 60%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    margin: 0;
    padding-right: 2px;
}
.wp-block-gallery .blocks-gallery-item:nth-child(2) {
    position: absolute;
    width: 40%;
    left: 60%;
    top: 0;
    z-index: 1;
    height: 50%;
    margin: 0;
    padding-left: 1px;
    padding-bottom: 1px;
}
.wp-block-gallery .blocks-gallery-item:last-child figure a:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 2px;
    right: 0;
    top: 2px;
    bottom: 0;
}
.wp-block-gallery .blocks-gallery-item:nth-child(n+3) {
    width: 0px;
    height: 0px;
    position: absolute;
}
.wp-block-gallery .blocks-gallery-item:last-child {
  display: block;
    position: absolute;
    width: 40%;
    left: 60%;
    top: 50%;
    z-index: 1;
    height: 50%;
    margin: 0;
    padding-left: 1px;
    padding-top: 1px;
}
.wp-block-gallery .blocks-gallery-item__caption {
    display: none;
}
.wp-block-gallery .blocks-gallery-item:nth-child(n+4) a::after {
    counter-increment: section;
    content: "" counter(section) "+";
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    justify-content: center;
}

.post-footer {
    margin-top: 30px;
}
.post-footer .widget {
    margin-top: 20px;
}
.tags ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.tags ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    list-style: none;
    background-color: #F8F6F6;
    position: relative;
    border-radius: 100px;
    line-height: 36px;
    border: 1px solid var(--color8);
}
.tags ul li a {
    line-height: 22px;
    text-decoration: none;
    display: block;
    padding: 7px  20px;
    font-weight: 400;
    font-size: 12px;
    color: var(--color8);
    font-family: 'Gotham';
}
.tags ul li:hover {
    background-color: var(--color7);
    border: 1px solid var(--color7);
}
.tags .icon-tags {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: text-top;
    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');
    margin-top: -2px;
}

.tags .tag-desc {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1040;
    max-width: inherit;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    width: 320px;
    height: auto;
    display: block;
    padding: 20px;
    font-size: 12px;
    margin-left: -160px;
    display: none;
}
.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 #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: none;
}


.grid .related-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 0;
}
.grid .related-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    -ms-flex: 0.33333;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.grid .related-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}
.grid .related-title {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
    font-family: Gotham,arial,helvetica,sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.tag-header {
    border-bottom: 1px solid #EEE;
}
.tag-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding-top: 17px;
}
.tag-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding: 0 15px 0 10px;
    vertical-align: middle;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.tag-nav ul {
    list-style: none;
    margin: 0;
    padding: 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;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.tag-nav ul li.active a {
    text-decoration: none;
    border-bottom: solid 2px #444;
}
.sidebar-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 0;
}
.sidebar-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}
.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-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    border-radius: 8px;
}
.sidebar-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.43;
    margin-bottom: 0;
    font-family: Gotham, arial, helvetica, sans-serif;
}
.next-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: text-top;
    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;
}
.avatar-image img {
    width: 40px;
    height: 40px;
    display: block;
}
.avatar-box h1 {
    margin: 0;
    font-size: 18px;
}

footer.footer {
    margin-top: 40px;
    background-color: #F5F5F5;
    position: relative;
}
.footer .footer-container {
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
}
.footer .footer-row {
    border-bottom: 2px solid #EEE;
    display: -webkit-box;
    display: -ms-flexbox;
    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 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer .footer-left .widget > img, 
.footer .footer-left .widget > a img {
    margin-bottom: 0;
    width: 173px;
    height: auto;
}
.footer .footer-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .footer-left ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.footer-left ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.footer-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-right ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.footer-right ul li a {
    font-size: 12px;
    line-height: 30px;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.footer-bottom p, .footer-bottom a {
    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;
}
.footer .menu-image-title-after.menu-image-title {
    padding-left: 5px;
}






.btn-top {
    transition: opacity .3s 0s,visibility 0s .3s;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: rgba(187,187,187,.8);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    display: none;
    cursor: pointer;
}
.btn-top .icon-top {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
}
.comment-reply-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
    color: #444;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.comment-reply-title a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color3);
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.comments_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
    margin-top: 0;
    color: #444;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.logged-in-as a {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    word-break: break-all;
}
.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 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%;
}
input#email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%;
}
textarea#comment {
    display: flex;
    margin-right: 12px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    min-height: 58px;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    line-height: 1.5;
}
.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(--color3);
    color: #FFF;
    border: none;
    border-radius: 16px;
    margin-left: 5px;
    font-weight: 500;
    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;
    border-bottom: 1px solid #eeeeee;
}
.comment-respond {
    padding-bottom: 20px;
}
.commentsArea ul {
    list-style: none;
}
.commentsArea ul ul {
    padding: 0;
}
.comment-notes {
    color: #999999;
}
.commentBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
}
.commentAvatar {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    background: #eee;
}
.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: 500;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.commentBodyText {
    font-size: 14px;
    position: relative;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 5px 0;
}
.commentBodyModeration {
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 6px;
    color: #999999;
}
.commentBodyText p {
    margin: 0 0 5px 0;
    font-family: 'PT Sans';
}
.commentReplyTo {
    float: left;
    margin-right: 5px;
    font-weight: 600;
}
.commentBodyFooter {
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.commentBodyFooter a {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.commentBodyFooter time::after, .commentBodyFooter a::after {
    content: "\00B7";
    margin: 0 4px;
    font-weight: normal;
}
.commentBodyFooter a:last-child::after {
    content: "";
}
.navigation.comments-pagination {
    text-align: center;
    border-top: 1px solid #e6e8ea;
    padding-top: 10px;
}


.notfound-wrap {
    text-align: center;
    margin-bottom: 100px;
}
.notfound-message-image {
    display: block;
    margin: 101px auto 36px auto;
}
.notfound-message-caption {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    color: #444;
    text-align: center;
    font-family: Gotham,arial,helvetica,sans-serif;
}
.notfound-message-sub-caption {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 28px 0;
    color: #979797;
    text-align: center;
}
.notfound-message-button {
    margin: auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: var(--color1);
    padding: 10px 23px;
    border: 1px solid #CDCDCD;
    background-color: #FFF;
    border-radius: 1px;
    font-family: Gotham,arial,helvetica,sans-serif;
}

.comments-pagination {
    padding-top: 12px;
    padding-bottom: 12px;
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    cursor: not-allowed;
    vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
}
.page-numbers {
    display: inline-block;
    border: 1px solid #EEE;
    padding: 8px 12px 7px 12px;
    vertical-align: middle;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #444;
    height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
}
.prev.page-numbers {
    display: inline-block;
    border: 1px solid #FF5722;
    padding: 7px 10px;
    vertical-align: middle;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #FF5722;
    width: 90px;
    height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-right: 10px;
}
.next.page-numbers {
    display: inline-block;
    border: 1px solid #FF5722;
    padding: 7px 10px;
    vertical-align: middle;
    border-radius: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #FF5722;
    width: 90px;
    height: 30px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 10px;
}
span.page-numbers.current {
    color: #FFF;
    border-width: 1px 0;
    background: #FF5722;
    border: 1px solid #FF5722;
}
.commenticon {
    display: inline-block;
    vertical-align: middle;
    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%232D8348%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    margin-right: 5px;
}
.i-arrow {
    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%232D8348%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    margin-left: 5px;
}

.i-sl-left-circle {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%283%203%29%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20fill%3D%22%232D8348%22%20d%3D%22M16.202%2016.999l5.13-4.267a.246.246%200%200%200%20.029-.353l-1.13-1.291a.257.257%200%200%200-.361-.027l-2.502%202.12-4.28%203.629a.247.247%200%200%200%200%20.378l6.782%205.751a.26.26%200%200%200%20.167.061.267.267%200%200%200%20.194-.087l1.129-1.291a.246.246%200%200%200-.029-.353l-5.13-4.27z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.i-sl-right-circle {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate%28-180%2018.5%2018.5%29%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20fill%3D%22%232D8348%22%20d%3D%22M16.202%2016.999l5.13-4.267a.246.246%200%200%200%20.029-.353l-1.13-1.291a.257.257%200%200%200-.361-.027l-2.502%202.12-4.28%203.629a.247.247%200%200%200%200%20.378l6.782%205.751a.26.26%200%200%200%20.167.061.267.267%200%200%200%20.194-.087l1.129-1.291a.246.246%200%200%200-.029-.353l-5.13-4.27z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.i-headline-slider-bottom-photo {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2%205.413h3.547L6.946%202h7.832l1.4%203.413h3.546v11.82H2z%22%2F%3E%3Cpath%20stroke%3D%22%232D8348%22%20d%3D%22M10.862%207.378a2.795%202.795%200%200%201%202.788%202.8%202.795%202.795%200%200%201-2.788%202.802%202.795%202.795%200%200%201-2.788-2.801%202.795%202.795%200%200%201%202.788-2.801zm0-1.965c2.62%200%204.744%202.134%204.744%204.766%200%202.631-2.124%204.765-4.744%204.765-2.62%200-4.744-2.134-4.744-4.765%200-2.632%202.124-4.766%204.744-4.766z%22%2F%3E%3Cpath%20stroke%3D%22%232D8348%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%205.413h3.547L6.946%202h7.832l1.4%203.413h3.546v11.82H2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.i-headline-slider-bottom-video {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%232D8348%22%20d%3D%22M8.262%2015.526a.368.368%200%200%201-.369-.368v-8.35a.368.368%200%200%201%20.553-.319l7.23%204.175a.368.368%200%200%201%200%20.638l-7.23%204.174a.368.368%200%200%201-.184.05zm.368-8.08v7.074l6.126-3.537L8.63%207.446z%22%2F%3E%3Cpath%20fill%3D%22%232D8348%22%20d%3D%22M10.983%2019.966c-2.4%200-4.655-.935-6.352-2.631A8.924%208.924%200%200%201%202%2010.983c0-2.4.934-4.655%202.631-6.352A8.924%208.924%200%200%201%2010.983%202c2.4%200%204.655.934%206.352%202.631a8.924%208.924%200%200%201%202.63%206.352c0%202.4-.934%204.655-2.63%206.352a8.924%208.924%200%200%201-6.352%202.63zm0-17.23a8.193%208.193%200%200%200-5.831%202.416%208.193%208.193%200%200%200-2.416%205.831%208.19%208.19%200%200%200%202.416%205.831%208.193%208.193%200%200%200%205.83%202.416%208.193%208.193%200%200%200%205.832-2.416%208.193%208.193%200%200%200%202.416-5.831%208.193%208.193%200%200%200-2.416-5.831%208.193%208.193%200%200%200-5.831-2.416z%22%2F%3E%3Cpath%20d%3D%22M0%200h22v22H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.i-checklist {
    background-repeat: no-repeat;
    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-button-back-to-top {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E8F4647C4-C464-4B45-98D3-7AFE3EE05A9A%3C%2Ftitle%3E%3Cpath%20d%3D%22M.167%2015.13l2.546%202.537L11%209.426l8.288%208.24%202.545-2.536L11%204.333z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.i-gallery-plus {
    background-repeat: no-repeat;
    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-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFacebook%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M-5-1h20v20H-5z%22%2F%3E%3Cpath%20d%3D%22M2.937%2017.838V9.52H.556V6.525h2.381V3.967c0-2.01%201.407-3.856%204.649-3.856%201.312%200%202.283.116%202.283.116l-.077%202.797s-.99-.009-2.07-.009c-1.169%200-1.356.498-1.356%201.324v2.186h3.52L9.731%209.52H6.366v8.319H2.937z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.i-gallery-twitter {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2214%22%20viewBox%3D%220%200%2017%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ETwitter%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M-2-3h20v20H-2z%22%2F%3E%3Cpath%20d%3D%22M16.767%201.583c-.617.269-1.28.45-1.975.532A3.398%203.398%200%200%200%2016.304.247c-.665.387-1.4.668-2.184.82A3.465%203.465%200%200%200%2011.609%200c-1.9%200-3.44%201.512-3.44%203.377%200%20.264.03.522.089.77A9.828%209.828%200%200%201%201.168.617a3.313%203.313%200%200%200-.466%201.698%203.36%203.36%200%200%200%201.53%202.81%203.475%203.475%200%200%201-1.558-.422v.042c0%201.636%201.185%203.001%202.759%203.311a3.504%203.504%200%200%201-1.554.058%203.436%203.436%200%200%200%203.214%202.345A6.984%206.984%200%200%201%20.82%2011.906c-.278%200-.552-.016-.821-.048a9.87%209.87%200%200%200%205.273%201.518c6.328%200%209.788-5.146%209.788-9.608%200-.146-.004-.292-.01-.437a6.917%206.917%200%200%200%201.716-1.748z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.i-gallery-email {
    background-repeat: no-repeat;
    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 {
    background-repeat: no-repeat;
    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%232D8348%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');
    background-repeat: no-repeat;
}
.i-search-2 {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M9.28%2010.454a4.887%204.887%200%200%201-2.59.743%204.859%204.859%200%200%201-4.123-2.248%204.75%204.75%200%200%201-.63-3.635%204.79%204.79%200%200%201%202.15-3.01%204.887%204.887%200%200%201%202.592-.743c1.683%200%203.224.84%204.122%202.248a4.745%204.745%200%200%201%20.63%203.635%204.785%204.785%200%200%201-2.15%203.01m4.327%202.177l-2.463-2.438c.628-.72%201.094-1.567%201.312-2.52a5.771%205.771%200%200%200-.766-4.419A5.908%205.908%200%200%200%206.68.52a5.944%205.944%200%200%200-3.152.904A5.82%205.82%200%200%200%20.91%205.085a5.77%205.77%200%200%200%20.766%204.419%205.908%205.908%200%200%200%205.012%202.734%205.943%205.943%200%200%200%203.152-.903c.198-.124.367-.277.546-.42l2.477%202.453a.527.527%200%200%200%20.744%200%20.517.517%200%200%200%200-.737%22%20fill%3D%22%23656565%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}
.i-big-play-button {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E63B46581-D9ED-4FA3-96E2-7219B7B6A5D4%3C%2Ftitle%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2232%22%2F%3E%3Cmask%20id%3D%22b%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h64v64H0z%22%2F%3E%3Cuse%20stroke%3D%22%23FFF%22%20mask%3D%22url%28%23b%29%22%20stroke-width%3D%224%22%20fill-opacity%3D%22.3%22%20fill%3D%22%23000%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M25%2045V19l18%2013z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}
.sticky-ads-left {
    position: fixed;
    width: 300px;
    top: 0;
    left: 50%;
    margin-left: -841px;
    z-index: 999;
    text-align: left;
}
.sticky-ads-left .widget {
    float: right;
}
.sticky-ads-right {
    position: fixed;
    width: 300px;
    top: 0;
    right: 50%;
    margin-right: -841px;
    z-index: 999;
    text-align: right;
}
.sticky-ads-right .widget {
    float: left;
}

@media (min-width: 1024px) and (max-width: 1280px){
    .sticky-ads-left {
        margin-left: -808px;
    }
    .sticky-ads-right {
        margin-right: -808px;
    }
}

.darkmode .custom-tag ul li a {
    -webkit-box-shadow: 0 4px 8px 0 #423837;
    box-shadow: 0 4px 8px 0 #423837;
}
.darkmode .btn-next-tag:after {
    background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0 0 0 / 0%)),
    to(#1b1f27)
  );
    background-image: -o-linear-gradient(left, rgb(0 0 0 / 0%), #1b1f27);
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%), #1b1f27);
}
.darkmode .popularpos .popularpos-number {
    background-color: #171a20;
}
.darkmode .nav-submenu {
    border-top: 1px solid #22262f;
    background-color: #22262f;
}
.darkmode .submenu ul li.active {
    border-bottom: solid 4px var(--color3);
}
.darkmode .fixed-form {
    position: absolute;
    background-color: #22262f;
}
.darkmode .fixed-input-search {
    background: #22262f;
    border-color: #393e46;
    color: #fff;
}
body.darkmode,
.darkmode .content,
.darkmode .separator-title,
.darkmode .btn-share.copylink.copied,
.darkmode .tags ul li,
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .tags .tag-desc,
.darkmode .header-nav .nav-container ul > li .sub-menu,
.darkmode .notfound-message-button,
.darkmode .widget.custom-tag  {
    background-color: #1b1f27;
}
.darkmode,
.darkmode a,
.darkmode .nav-title-search,
.darkmode .header-nav a,
.darkmode .widget-title,
.darkmode .post-title,
.darkmode .post-content,
.darkmode .author .author-name a,
.darkmode .header-input-search,
.darkmode .tags ul li a:hover,
.darkmode .share .share-label,
.darkmode .credits-label,
.darkmode .comment-reply-title,
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .tags ul li a:hover .tag-desc,
.darkmode .notfound-message-caption,
.darkmode .popularpos .popularpos-number,
.darkmode .comments_title   {
    color: #fff;
}

.darkmode .nav-title,
.darkmode .article-item,
.darkmode .tags ul li,
.darkmode .popularpos .popularpos-item,
.darkmode .headline,
.darkmode .populartag .populartag-item h3,
.darkmode .list .list-item,
.darkmode .footer .footer-row,
.darkmode .wp-block-image figcaption,
.darkmode .separator:after,
.darkmode .header-input-search,
.darkmode input#author,
.darkmode input#email,
.darkmode textarea#comment,
.darkmode .tags .tag-desc,
.darkmode .tag-header,
.darkmode .headline-content,
.darkmode .notfound-message-button,
.darkmode .commentsArea ol,
.darkmode .page-numbers {
    border-color: #393e46;
}
.darkmode .tags .tag-desc:before {
    border-top: 8px solid #393e46;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: none;
}
.darkmode .summary,
.darkmode .article-time time,
.darkmode .headline-time,
.darkmode .breadcrumbs ul li:first-child a,
.darkmode .wp-block-image figcaption,
.darkmode .separator-title,
.darkmode .tags ul li a,
.darkmode .no-more,
.darkmode .headline-content,
.darkmode .latest-area .slider-inline .slider-time,
.darkmode .commentBodyText p {
    color: #999;
}
.darkmode header.header,
.darkmode .header-wrap,
.darkmode .header-nav,
.darkmode .popularpos .popularpos-item:first-child,
.darkmode footer.footer,
.darkmode .header-input-search,
.darkmode .breaking,
.darkmode .commentAvatar{
    background-color: #22262f;
}
.darkmode .post-content a,
.darkmode .notfound-message-button{
    color: var(--color1);
}
.darkmode .tags ul li a:hover {
    background-color: var(--color1);
}
.darkmode .media-image:before,
.darkmode .article-gallery .big-gallery:before, 
.darkmode .article-gallery .small-gallery:before {
    background: #1b1f27;
}
.darkmode .media-image:after,
.darkmode .article-gallery .big-gallery:after, 
.darkmode .article-gallery .small-gallery:after {
    background-image: linear-gradient(90deg,rgb(34 38 47) 0,rgb(34 38 47) 20%,rgb(34 38 47) 60%,rgb(34 38 47));
}
.darkmode .i-sl-left-circle {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%283%203%29%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20fill%3D%22%2322262f%22%2F%3E%3Cpath%20fill%3D%22%232D8348%22%20d%3D%22M16.202%2016.999l5.13-4.267a.246.246%200%200%200%20.029-.353l-1.13-1.291a.257.257%200%200%200-.361-.027l-2.502%202.12-4.28%203.629a.247.247%200%200%200%200%20.378l6.782%205.751a.26.26%200%200%200%20.167.061.267.267%200%200%200%20.194-.087l1.129-1.291a.246.246%200%200%200-.029-.353l-5.13-4.27z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.darkmode .i-sl-right-circle {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate%28-180%2018.5%2018.5%29%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2217%22%20r%3D%2217%22%20fill%3D%22%2322262f%22%2F%3E%3Cpath%20fill%3D%22%232D8348%22%20d%3D%22M16.202%2016.999l5.13-4.267a.246.246%200%200%200%20.029-.353l-1.13-1.291a.257.257%200%200%200-.361-.027l-2.502%202.12-4.28%203.629a.247.247%200%200%200%200%20.378l6.782%205.751a.26.26%200%200%200%20.167.061.267.267%200%200%200%20.194-.087l1.129-1.291a.246.246%200%200%200-.029-.353l-5.13-4.27z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}