/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com for kasih.info
 */

@-ms-viewport {
  width: device-width; 
  }
body {
  margin: 0;
  font-family: Georgia, "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /*color: #858796;*/
  text-align: left;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

.content-justify p{
    text-align: justify;
}

h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}



a:hover{
    color:inherit;    
}

.featured a:hover{
    text-decoration: underline;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}


.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-styled{
    list-style: disc;
}
.read-blog{
    font-size: 127%;
    padding:0px;
}
.read-blog .title-post a{
     color: #ff9800 !important;
     text-decoration: none;   
}
.read-blog a{
    text-decoration: underline;
}

.read-blog h1, h2{
    font-weight: bolder;
}

@media screen and (max-width: 485px) {
.read-blog h1, h2, h3{
    font-size: 130%;
}
}


.read-blog h3::before{
    content: "\2013\00A0";
}
.blockquote {
  content: "\2014\00A0";
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding-left: 0.8rem;
  background: #dedede;
  font-size: 120%;
  font-family: Poppins, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji";
}
.blockquote::before {
  content: "\201c\00A0";
  font-size: 130%;
  margin-right:0px;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.share a:hover{
    color:#d9d9d9;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #858796;
}

.widget{
    display: block;
}
.widget-title{
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 1.4rem;
    font-size: 130%;
}

.widget h1{
    font-size: 150%;
}

.widget hr{
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
  border: 1px;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
}
.widget.widget-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  }

.popular-post li{
    padding-left: 0.5rem;
    border-left: 6px solid rgba(145, 50, 50, 0.7);
    margin-bottom: 0.8rem;
    border-radius: 3px 3px 2px 2px;
}
.popular-post ul li a{
    font-size: 120%;  
}
.popular-post ul li a:hover{
    text-decoration: underline;
    margin-bottom: 1rem;
}

.article-tags a{
    font-size: 120% !important;
    border-bottom: 2px solid;
}

.label-featured{
    position: relative;
    text-transform: uppercase;
    font-size: 120%!important;
}

.post-meta{
    font-size: 87%;    
}
.post-meta span{
    margin-right: 0.7rem;
}

@media screen and (max-width: 485px) {
 
 .post-meta{
    font-size: 78%;
}
.post-meta span{
    margin-right: 0.25rem;
}
    
}

.back-to-top{
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 48px;
}

.back-to-top:focus, .back-to-top:hover .back-to-top:visited{
  color: white;
  font-weight: 800;
}

.back-to-top:hover {
  background: #5a5c69;
}

.back-to-top i {
  font-weight: 800;
  background: none!important;
  color: white;
}



.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 70px;
  top: 70px;
  }

  .ads-side{
  position: fixed;
  width: 13%;
  height: 90%;
  }
  .ads-left{
    left: 10px;
  }
  .ads-right{
    right: 10px;
  }
  @media screen and (max-width: 1023px){
    .ads-side {
        display:none;
    }
  }


.btn-block{
    width: 100%;
}