/*
Theme Name: A-Sight
Version: 1.0
Theme URI: https://www.oketheme.com/themes/asight-theme/
Author: Rizky Maeza Ardy
Author URI: https://www.oketheme.com
Description: A-Sight Theme adalah tema WordPress untuk berita dan majalah yang memukau. Dengan desain yang elegan dan responsif, A-Sight menawarkan tampilan yang modern dan profesional untuk situs Anda.
Tags: magazine, berita, news, oketheme
Tested up to: 7.4
Requires PHP: 7.2
*/
/* Reset */
:root {
  --color1:  #001270;
  --color2: #FFD400;
  --txt-dark : #000;
  --dark : #000;
  --txt-light : #fff;
  --light : #fff;
  --maxwidth: 1100px;
  --center: calc((100% - var(--maxwidth)) / 2);
  --bradius: 0px;
  
}
.flexcol{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.dark-color, .dark-color a, .dark-color h1 { 
  color: black 
}
.light-color, .light-color a, .light-color h1{ 
  color: white 
}	

body {
  font-family: arial, sans-serif;
  font-size: 15px;
  line-height: 1.25;
  color: var(--txt-dark);
  background: #FFF;
  margin: 0;
}

  *, :after, :before {
  box-sizing: border-box;
}

nav, ul, li {
  margin: 0;
  padding: 0;
}

/* align */
.aligncenter{
  text-align: center;
}
/* align end */

  /* LINK */
a, h1, h2, h3, h4 {
  color: var(--txt-dark);
  transition: 0.5s;
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}
  
/* HEADING */  
h1 {
  font-size: 200%;
}
  
h2 {
  font-size: 150%;
}

h3 {
  font-size: 130%;
}
  
h4 {
  font-size: 110%;
}
  
h1, h2, h3, h4 {
  margin: 10px 0;
}
  
/* FORM, INPUT & BUTTON */
input, radio, select, textarea {
  padding: 5px 10px;
  color: #000;
  outline: 0;
  background: #FFF;
  border: 1px solid #000;
}
input[type=checkbox] {
  border: none;
  box-shadow: none;
  width: auto;
}
.button-primary, .form-submit input, button {
  cursor: pointer;
  padding: 4px 11px;
  background-color: var(--color1);
  color: var(--light);
  border: 0;
  outline: 0;
  transition: 0.5s;
  font-family: inherit;
}
.button-primary:hover, .form-submit input:hover, button:hover {
  background: var(--color2);
  color: var(--color1)!important;
}
  input[type=text]:focus, radio:focus, select:focus, textarea:focus {
  background: #F9F9F9;
  border-color: #CCC;
}
form ::placeholder {
  font-size: 90%;
  color: #CCC;
}
.hscroll {
  white-space: nowrap;
  overflow: auto;
}
.hscroll::-webkit-scrollbar{
  display: none;
}

/* BLOCKQUOTE & CODE & DROPCAP */
.wrap-content blockquote{
  font-size: 110%;
  width:90%;
  margin:30px auto;
  font-style:italic;
  color: var(--txt-dark);
  padding:1.2em 30px 1.2em 75px;
  border-left:5px solid var(--color1);
  line-height:1.6;
  position: relative;
  background: #eaeaea;
}
.wrap-content blockquote::before{
  font-family:arial, sans-serif;
  content: "\201C";
  color: var(--color1);
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}
.wrap-content blockquote::after{
  content: '';
}
.wrap-content ul li{
  margin-left: 25px;
  padding: 5px 0;
}
code {
  background: #F5F5F5;
  border: #F2F2F2 solid 1px;
  padding: 5px;
}
.wrap-post img{
  background: #e9ffff;
}
.wrap-post .gmr_parallax{
  display: none;
}
.wrap-post p button{
  color: var(--light);
}
/* BLOCKQUOTE & CODE & DROPCAP END */
  
/* IMAGE & CAPTION */
img {
  height: auto;
  max-width: 100%;
}
a img {
  border: none;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright {
  display: inline;
  margin: 0 0 5px 5px;
  padding: 5px;
}
img.alignleft {
  display: inline;
  margin: 0 5px 5px 0;
  padding: 5px;
}
.wp-caption {
  background-color: #FFF;
  color: var(--txt-dark);
  padding: 5px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  text-align: center;
  font-style: italic;
  font-size: 80%;
  padding: 5px 5px 0;
  margin: 0;
  color: #444;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption, img, img.alignnone, p img {
  max-width: 100%;
}

/* Newsticker */
.ckerwrap{
  background: #ddd;
  height: 40px;
  overflow: hidden;
}

.ickerwrap{
  display: flex;
  max-width: var(--maxwidth);
  margin: 0 auto;
}

.ticker{
  height: 40px;
  line-height: 40px;
  flex-basis: calc(100% - 150px);
  padding-left: 10px;
  color: var(--dark);
}

.ticker ul {
  font-size: 13px;
  list-style-type: none
}

.ticker a{
  color: var(--dark);
}

.info{
  height: 40px;
  line-height: 40px;
  left: 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 13px;
  color: var(--dark);
}

.contactus{
  max-width: 200px;
  height: 100%;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  font-size: 90%;
  color: var(--color2);
  padding: 0 10px;
}

.wrap-newsticker{
  margin: 0 var(--center);
  padding-top: 10px;
  height: 36px;
  background: var(--primary);
}

.newsticker {
  display: block;
  height: 36px!important;
  line-height: 36px;
  color: var(--txt-light);
}

.newsticker li a{
  color:var(--txt-light);
}

.newsticker li {
  margin-right: 20px;
  font-size: 14px;
  list-style-type: none;
}

.newsticker li span {
  color: var(--txt-light);
  padding: 3px 6px;
  margin-right: 5px; 
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.newsticker:after {
  content: 'Breaking News';
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  padding: 0 12px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: var(--colorbg);
  background-color: var(--color1);
  border-radius: var(--bradius);
}
/* End Newsticker */

/* Header */
header{
  display: grid;
  grid-template-columns: 250px auto 70px 50px;
  position: relative;
  background-color: var(--color1);
  color: var(--light);
  width: 100%;
  top: 0px;
  padding: 0 var(--center);
  z-index: 2;
  justify-items: start;
  align-items: center;
}

a,a:visited, a:link {
  text-decoration: none;
}
/* header end */

/* logo */
.logo img{
  margin-top: 6px;
  max-height: 55px;
  max-width: 220px;
}

.logo h1{
  color: var(--light);
}
/* logo end */

/* menubar */
.menubar{
  color: white;
  display: none;
  cursor: pointer;
}
.menubar .ti-menu{
  font-size: 20px;
}
.closebar{
  position: fixed;
  left: 260px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--color2);
  z-index: 4;
  display: none;
  cursor: pointer;
}
.navi{
  width: 100%;
  display: flex;
  place-content: flex-end;
  padding-right: 10px;
}
.naviku{
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: relative;
}
.naviku a{
  color: var(--light);
}
.naviku li{
  position: relative;
  list-style: none;
  height: 85px;
  line-height: 85px; 
  padding-left: 10px;
  font-weight: 600;
}
.naviku > li > a:hover{
  border-bottom: 3px solid var(--color2);
}
.naviku li > .active{
  display: block;
}
.naviku li > .dropli.active{
  transform: rotate(180deg);
}
.dropli{
  color: var(--color1);
}
.naviku > li .dropli{
  position: absolute;
  top: 37px;
  right: -13px;
  color: var(--color2);
  font-size: 10px;
}
/* .naviku > li:has(ul){
  padding-right: 20px;
} */
/* lv2 */
.naviku li ul{
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color1);
  width: 200px;
  display: none;
}
.naviku li ul li{
  padding: 5px 0 0 10px;
  height: unset;
  line-height: 25px;
  font-weight: 400;
  font-size: 95%;
  background: #00000020;
}
.naviku > li > ul > li:first-child{
  margin-top: 10px;
}
.naviku li ul li a{
  padding: 5px;
}
.naviku > li > ul > li:last-child {
  padding-bottom: 10px;
}
.naviku li ul .dropli{
  top: 12px;
  right: 10px;
}
/* lv3 */
.naviku li ul li ul{
  width: 100%;
  position: unset;
}
/* menubar end */


/* switch-dark mode */
#switch{
  color: var(--color1);
  background: #999;
  width: 50px;
  height: 25px;
  position: relative;
  border-radius: 20px;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
}

#switch svg:first-child{
  color: unset;
}

#switch svg:last-child{
  color: #999;
}

#switch.dark span{
  /* transform: translateX(-101%); */
  left: 22px;
  right: unset;
}

#switch span{
  margin: 2px 3px 0;
  width: 46%;
  border-radius: 50%;
  background: #fafafa;
  height: 21px;
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
}
/* switch-dark mode end */


/* search */
.search-search{
  position: relative;
  padding: 25px 0;
  height: 100%;
  margin-left: 10px;
}

.search-btn{
  padding: 10px;
  color: var(--light);
}

.search-search button:hover{
  background: unset;
  color: var(--color2)!important;
}

.search-box{
  display: none;
  position: absolute;
  right: -11px;
  top: 99%;
  background-color: var(--color1);
  width: 400px;
}

.searching{
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 10px;
  padding: 20px;
  background-color: #00000047;
}

.searching input, .searching button{
  width: 100%;
}

.searching button{
  background-color: var(--color2);
  color: var(--dark);
}

.pust .search-img{
  float: left;
}

.search-img{
  width: 150%;
  height: 150%;
  overflow:hidden;
}

.search-img img{
  transition: .3s;
}

.not-found-btn{
  background: var(--color2);
  color: var(--dark);
}
/* search end */

/* KATEGORI */
.kategoribox {
  display: grid;
  grid-template-columns: 130px auto;
  padding: 5px var(--center);
  background: #eeefff;
}
.kategoribox > div {
  align-items: center;
  padding-right: 10px;
  display: flex;
}
.katitle {
  font-weight: 600;
  color: var(--color1);
  max-width: 180px;
}
.katitle .glyphicon {
  font-size: 100%;
  margin: -2px 5px 0 0;
}
.kategori {
  height: 50px;
  white-space: nowrap;
  overflow: auto;
  gap: 5px;
  padding: 0 5px;
  position: relative;
}
.kategori li {
  list-style: none;
  display: inline-grid;
  gap: 10px;
  padding: 5px 10px;
  transition: 0.3s;
  background: var(--color1);
}
.kategori li a{
  color: var(--light);
  font-size: .85em;
}
.kategori li:hover {
  border-color: var(--color2);
}
.kategori li:hover a{
  color: var(--color2);
}
.kategori::-webkit-scrollbar {
  display: none;
}

/* index container */
.container-home{
  padding: 30px var(--center) 0;
}

.container{
  padding: 30px var(--center) 0;
  display: flex;
  flex-direction: row;
}

.container2{
  /* padding: 0 var(--center) 0; */
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.leftbar{
  width: calc(100% - 300px);
  padding-right: 30px;
}

.after-title{
  padding-bottom: 5px;
}

.after-title a{
  color: var(--color2);
}

.after-title img{
  float: left;
  margin-right: 7px;
  border-radius: 50%;
  width: 20px;
}

/* .leftbar2 .catpages .pust{
  flex-direction: row-reverse;
} */

.rightbar{
  width: 300px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.rightbar2{
  width: 300px;
  position: sticky;
  top: 3px;
  height: fit-content;
  margin-top: 42px;
  text-align: right;
}
/* index container end */


/* featnews */
.featnews{
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 200px);
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.featnews#displai .post-img{
  width: 100%;
  height: 500px;
  position: relative;
}

.featnews#displai .post-img::before{
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(90deg, white, transparent);
}

.featnews#displai .underline{
  background-image: unset;
}

/* #displai{
  margin: 0 -5px;
} */

#displai .owl-item{
  padding: 0px 5px;
}

#displai img{
border-radius: var(--bradius);
}

.featnews .pust{
  display: flex;
  flex-direction: row-reverse;
}

.featnews.display6 .pust{
  display: unset;
}

.featnews.display6 .boxtittle{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px;
  background: linear-gradient(0deg, #000, transparent);
}

.featnews.display6 .pust:first-child h2 a{
  font-size: 27px;
}

.featnews.display6 .pust h2 a{
  color: var(--light);
}

.featnews.display6 .featdate{
  color: var(--light);
  font-size: 0.8em;
}

.featnews.display6 .pust:first-child .featdate{
  display: block;
}

.featnews.display6 .catego-box a{
  font-size: 80%;
  padding: 3px 5px;
}

.featnews.display6 .boxtittle p{
  display: none;
}

.featnews.display6 .pust h2 a{
  color: var(--light);
  font-size: .85em;
}

.featnews.display6 .underline{
  background-image: unset;
  margin: 0;
}

.display6 .pust:first-child{
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

.display6 .post-img{
  height: 100%;
}

.featnews .boxtittle{
  padding: 60px 60px;
  display: flex;
  background: white;
  flex-direction: column;
  place-content: center;
}

.featnews .pust h2 a{
  color: var(--dark);
  font-size: 120%;
}

.featnews p{
  color: var(--txt-dark);
}

.featnews .featdate{
  color: var(--txt-dark);
  font-size: 14px;
}

.featnews .featdate a{
  color: var(--color2);
}

.featnews .catego-box a{
  font-size: 100%;
  padding: 5px 10px;
}

.featnews .catego-box.card, .trendingnews .catego-box.card{
  position: initial;
}

.featnews .owl-pagination{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.featnews button{
  margin-top: 10px;
  border-radius: 5px;
  font-weight: 600;
  padding: 10px 20px;
  color: var(--light);
}

.featnews.display6 button{
  display: none;
}
/* featnews end */

/* boxheader */
.boxheader{
  display: flex;
  border-bottom: 2px solid #eee;
  position: relative;
  margin-bottom: 20px;
}

.boxheader span{
  flex-grow: 0;
  flex-wrap: nowrap;
  position: relative;
  border-radius: 1px;
  padding-bottom: 5px;
  margin-bottom: -1px;
  text-transform: capitalize;
}

.boxheader span::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  border: 2px solid #306eac;
  width: 100%;
  border-radius: 3px;
}
/* boxheader end */


/* trending news */
.trendingnews{
  margin-top: 20px;
  margin: 0 -5px;
  overflow: hidden;
}
.trendingnews .pust {
  float: left;
  width: calc(33.33% - 20px);
  margin: 10px;
}
.trendingnews .pust:nth-child(n+4) {
  width: calc(20% - 20px);
}

.trendingnews .boxtittle{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(0deg, #000, transparent);
  border-bottom-left-radius: var(--bradius) ;
  border-bottom-right-radius: var(--bradius);
}

.trendingnews .pust:nth-child(n+4) .boxtittle {
  position: relative;
  background: none;
  padding: 10px 0;
  color: var(--color2);
}

.trendingnews .pust:nth-child(n+4) h2 a {
  color: var(--txt-dark);
  font-size: 85%;
}

.trendingnews .pust:nth-child(n+4) .catego-box.card {
  position: absolute;
  bottom: calc(100% + 5px);
  top: unset;
  left: 5px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trendingnews .pust:nth-child(n+4) .underline:hover {
  color: var(--txt-dark);
}

.trendingnews .pust:nth-child(n+4) .featdate{
  color: var(--txt-dark);
  font-weight: 500;
}

/* .trendingnews .pust:nth-child(n+4) .featdate::after{
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  border-right: 1px solid black;
  right: calc(30px / 2 * -1);
} */

.trendingnews .pust:nth-child(n+4) .featdate a{
  color: #000;
}

.trendingnews h2{
  font-size: 115%;
}

.trendingnews .pust:nth-child(n+4) .post-img{
  margin: 0;
  width: 100%;
  height: 145px;
}

.trendingnews .pust h2 a{
  color: #fff;
}

.trendingnews .featdate{
  font-weight: 700;
  color: #fff;
}

.trendingnews .featdate a{
  color: var(--color2);
}
/* trending news end */


/* tab content */
.tabmenu-options{
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 2px solid #eee;
  height: 35px;
  position: relative;
}
.tabmenu{
  display: flex;
  gap: 10px;
}
.tablinks{
  color: var(--light)!important;
}
.tabcontent{
  display: none;
  animation: moveInRight 0.5s ease-out;
}
.tablinks.active{
  background: var(--color2);
  color: unset!important;
}
.tabmenu-options .boxheader{
  height: 35px;
  margin-right: 50px;
  line-height: 35px;
  width: 50%;
  border-bottom: unset;
  margin-bottom: 12px;
}
.categoriesnews{
  margin-top: 25px;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.categoriesnews .pust{
  display: flex;
  gap: 10px;
}
.categoriesnews .post-img{
  width: 150px;
  height: 150px;
} 
.categoriesnews .boxtittle{
  width: calc(100% - 160px);
}
.categoriesnews p{
  display: inline;
}
.categoriesnews .featdate{
  margin-top: 10px;
}
.categoriesnews .catego-box.card{
  margin-bottom: 10px;
}
.categoriesnews .boxtittle > p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: unset;
  font-size: .9em;
  margin-top: 10px;
} 

/* tab content-end */


/* latest news */
.latnews{
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.latnews .boxtittle{
  padding-top: 10px;
}
.latnews h2 a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latnews .boxtittle p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latnews2{
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.latnews2 .boxtittle{
  padding-top: 10px;
}
.seeall{
  margin-top: 10px;
  font-weight: 500;
  padding: 5px 10px;
  color: var(--light);
}
/* latest news end */


/* go-top */
.go-top{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.go-top i{
  background: #ebebeb;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.go-top:hover span {
  display: inline-block;
}

.go-top span{
  white-space: nowrap;
  transition: 0.5s;
  transform: rotate(-90deg) translate3d(0,0,0);
  position: absolute;
  display: none;
  bottom: 60px;
  width: 100%;
}
/* go-top end */


/* crumbs */
.crumbs {
  font-size: 90%
}
/* crumbs end */


/* taglist */
.tag{
  display: flex;
  padding: 10px;
  gap: 5px;
}
.taglist{
  padding-left: 5px;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  flex-basis: 90%;
  font-size: 90%;
}
.taglist a{
  border-radius: 100px;
  height: 24px;
  line-height: 24px;
  padding: 0 13px;
  background: var(--txt-dark);
  color: var(--txt-light);
  text-transform: capitalize;
  align-items: center;
}

.taglist a:hover{
  background-color: var(--color1);
  color: var(--color2);
}
/* taglist end */

/* share */
.shareit {
  margin: 10px 0;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  padding: 10px 10px 0;
  background-image: linear-gradient(to top, #fafafa, #fff)
}
.shareit strong {
  line-height: 28px;
  float: left
}
.shareit span {
  line-height: 28px;
  font-size: 28px;
  margin: 0 0 10px 10px;
  width: 30px;
  float: left
}
.shareit span:hover {
  opacity: .8
}
.small {
  font-size: 80%;
  line-height: 1.4em
}
/* share end */


/* author box */
.authorbox{
  background-color: #f8f7f5;
  padding: 20px;
  margin: 20px 0;
}

.authorbox .boxtittle{
  margin-top: 10px;
}

.authorbox img{
  float: left;
  display: block;
  margin : 20px 10px 5px 0;
  border-radius: 50%;
}

.authorbox p {
  display: contents;
  text-align: justify;
}

.authorbox ul{
  display: flex;
  gap: 10px;
  margin: 5px 0;
}

.authorbox li{
  list-style: none;
}

.auth_artic{
  margin-top: 10px;
  padding: 5px 10px;
  background: #dadada;
}

.author-img{
  overflow:hidden;
  width: 300px;
  height: auto;
}

.author-img img{
  transition: .3s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* authorbox end */


/* related news */
#relatenews{
  margin: 0 -5px;
}

#relatenews h2{
  font-size: 120%;
}

#relatenews .owl-item{
  padding: 0px 5px;
}
#relatenews .boxtittle{
  margin-top: 10px;
}
#relatenews .pust{
  padding: 0 5px;
}
.wrap-random{
  padding: 15px 20px;
  background: #f7f7f7ee;
}
/* related news end */

/* othernews */
.othernews_post{
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.othernews{
  width: 100%;
  padding-top: 10px;
}

.othernews .post-img{
  max-width: 108.7px;
  max-height: 108.7px;
}

.othernews_post .boxtittle{
  width: 60%;
}
.othernews .catego-box.card{
  display: none;
}
.othernews_post p{
  display: none;
}
.othernews .featdate{
  font-weight: unset;
}
.othernews_post .featdate a{
  color: var(--color2);
}
/* othernews end */


/* Comment */
.comments, .tags {
  width : 100%;
  padding : 5px;
  text-align : left;
  margin-bottom : 10px;
}
  .comments textarea, .comments input[type="text"] {
  width : 100%;
  padding : 10px;
  margin-top: 5px;
}
  .form-submit input {
  line-height : 30px;
}
  .comments li {
  list-style-type : none;
  padding : 7px 10px;
  margin-top : 10px;
  background: #fafafa;
}
.comments > ul > li > ul > li{
  background: #fff;
}
.comments li img {
  float: left;
  margin: 0 10px 5px 0;
  border-radius: 50%;
}
.comments ul li ul li img{
  width: 35px;
  height: 35px;
}
.comment-body{
  padding: 10px;
}
/* comment end */

/* sidebar */
.inner-sidebar {
  gap: 20px;
}
.widgetsidebar li{
  margin-left: 15px;
  padding: 5px 0;
}

.widget__judul{
  font-size: 130%;
}
/* sidebar end */

/* category sidebar */
.catsidebar li{
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  padding: 2px 0;
  list-style: none;
  margin-left: 0!important;
}
.catsidebar li a:hover{
  color: var(--color2);
}
.catsidebar li span{
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: var(--color2);
  color: var(--color1);
  font-size: 85%;
  font-weight: 700;
  border-radius: 3px;
}
/* category sidebar end */


/* category pages */
.catpages h2{
  font-size: 115%;
}

.catpages .post-img{
  width: 200px;
  height: 144px;
  flex-basis: 200px;
}

.catpages .author-img{
  width: 300px;
  height: 205px;
  display: block;
}

.catpages .boxtittle{
  flex-basis: calc(100% - 220px);
}

.catpages .boxtittle p{
  margin: 7px 0;
}

.catpages .pust{
  display: flex;
  gap: 20px;
  padding: 10px 0;
  place-content: center;
}

.catpages.archive .pust{
  flex-direction: row;
}

.catpages.archive .post-img{
  width: 200px;
  height: 144px;
  flex-basis: 200px;
}

.catpages .pust:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  border: 1px solid #eee;
  width: 100%;
}
/* category pages end */


/* About Author */
.about-author:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(0deg, #fcfcfc, #fcfcfc,transparent, transparent);
  border-radius: 5px;
}

.about-author {
  text-align: center;
  border: 1px solid #EEE;
  padding: 220px 10px 40px;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  background-image: url(images/author-default.jpg);
}
.about-author li {
  list-style-type: none;
  display:inline-block;
  margin-right: 10px;
}

.about-content{
  position: relative;
}

.about-content img{
  border-radius: 50%;
  border: 5px solid #fcfcfc;
}
/* about author end */


/* footer-start */
footer{
  margin-top: 15px;
  background: var(--color1);
  width: 100%;
  color: white;
}

footer a{
  color: #EEE;
}

.widgetarea{
  display: grid;
  grid-template-columns: 33% auto 33%;
  gap: 30px;
  background: var(--color1);
  width: 100%;
  padding: 40px var(--center);
  color: white;
  align-items: flex-start;
}

.footerwidgets .widget__judul{
  color: var(--color2);
}

.footerwidgets{
  place-content: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footerwidgets li{
  margin-left: 15px;
  padding: 5px 0;
}

.footerwidgets h4 a{
  color: #ebebeb;
}

.footerwidgets .featdate{
  color: var(--light);
}


.copyright{
  text-align: center;
  background: var(--color2);
  padding: 15px var(--center);
  color: var(--dark);
}
/* footer-end */


/* videolink */
.utube iframe{
  width: 100%;
  height: 400px;
}

/* pagination */
.pagination{
  margin: 20px auto 30px;
}
.pagination a{
  color: var(--color1);
}
.pagination span{
  background: var(--color1);
  color: var(--color2);
}
.page-numbers{
  padding: 5px 12px;
  background: var(--color2);
}
/* pagination end */


/* ads */
.ads1098{
  max-width: 1098px;
  max-height: 138px;
  overflow: hidden;
  text-align: center;
  margin: 20px auto 0;
}

.ads300{
  max-width: 300px;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.ads160{
  max-width: 160px;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
/* ads end */


/* pop up */
.warning{
  border: 1px red solid;
  padding: 7px;
}
.tred{
  color: red;
}
/* pop up end */


/* button-sidebar */
.button-sidebar{
  display: none;
  color: #eaeaea;
  position: absolute;
  bottom: 20px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #555;
  top: 35%;
  place-content: center;
  place-items: center;
  z-index: 999;
}
/* button-sidebar end*/

/* post */
.othernews .catego-box.card, .categoriesnews .catego-box.card, .catpages .catego-box.card{
  position: initial;
}
.featdate{
  margin-top: 5px;
  font-size: 75%;
  font-weight: 600;
  color: var(--txt-dark);
  text-transform: uppercase;
}
.catego-box.card{
  position: absolute;
  left: 20px;
  top: 20px;
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.catego-box a{
  background: var(--color2);
  color: var(--dark);
  font-size: 80%;
  padding: 3px 5px;
  display: inline-block;
}
.pust{
  position: relative;
  overflow: hidden;
}
.pust:hover .post-img img, .othernews_post:hover img{
  transform: scale(1.2);
}
.post-img{
  overflow:hidden;
  background: #fafafa;
}
.post-img img{
  width: 100%;
  height: 100%;
  transition: .3s;
  object-position: center;
  object-fit: cover;
  display: block;
}
/* underline */
.underline {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg,currentColor 0,currentColor 94%);
  transition: background-size .4s cubic-bezier(.215,.61,.355,1),opacity .5s ease;
  background-position: 100% 94%;
  background-size: 0 1px;
  position: relative;
  color: var(--txt-dark);
}

.underline:hover {
  background-position: 0 94%;
  background-size: 100% 1px;
  color: var(--txt-dark);
}

.featnews .underline, .featnews .underline:hover, .trendingnews .underline, .trendingnews .underline:hover{
  color: white;
}
/* underline end */
/* post */



/* ads parallax */
.gmr_parallax{
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  min-height: 400px;
  -webkit-clip-path: polygon(0px 0px,100% 0px,100% 100%,0px 100%) !important;
  clip-path: polygon(0px 0px,100% 0px,100% 100%,0px 100%) !important;
}
.rellax{
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  z-index: 1;
  margin: auto;
  text-align: center;
}
.in_rellax img{
  border-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
/* ads parallax end*/

/* light slider */
.lSAction>a {
  z-index: 5;
}