@charset "UTF-8";

html,
body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Open Sans", calibri;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  letter-spacing: 0.5px;
}

::-moz-selection {
  background-color: #6195ff;
  color: #fff;
}

::selection {
  background-color: #6195ff;
  color: #fff;
}

a {
  text-decoration: none !important;
  color: #f76b61;
  transition: 0.1s all linear;
}

a:hover {
  color: #61d2ff !important;
}

#btt {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #6195ff;
  border-radius: 3px;
  color: #fff;
  z-index: 9999;
  transition: 0.2s opacity;
  cursor: pointer;
}

#btt:hover {
  opacity: 0.8;
}

.btn {
  border-radius: 0 !important;
}

#search-container {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

#search-container::before {
  font-family: "Font Awesome 5 Pro";
  color: #f76b61;
  font-size: 30px;
  font-weight: bold;
  top: 15px;
  right: 20px;
  cursor: pointer;
  position: absolute;
  content: "\F002";
  display: block;
}

#search-container #search-blog {
  padding: 30px 70px 30px 20px;
  font-weight: bold;
  font-size: 40px;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
}

.content-blog {
  background-color: #fff;
  margin: 10px 0 30px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.content-blog .img-isi {
  width: 100%;
}

.content-blog .content-judul {
  color: #666;
  margin: 5px 0 25px;
  font-size: 34px;
  font-weight: 500;
}

.content-blog .content-info {
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 17px;
  border-bottom: 1px solid #eee;
}

.content-blog .content-info span {
  margin-right: 20px;
  margin-left: 5px;
}

.content-blog .content-deskripsi {
  text-align: justify;
  margin: 20px 5px;
  color: #666;
  font-size: 16.5px;
}

#side-blog #popular-container {
  border-bottom: 1px solid #eee;
  display: none;
}

#side-blog .per-side {
  font-size: 26px;
  font-weight: 400;
  margin: 20px 0;
  text-align: center;
  color: #666 !important;
}

#side-blog .popular-posts {
  margin: 10px 0;
}

#side-blog .popular-posts img {
  border-radius: 10%;
}

#side-blog .popular-posts .popular-judul {
  font-size: 20px;
}

#side-blog .popular-posts .popular-info {
  font-size: 10px;
  color: #666;
  padding-bottom: 15px;
  margin: 10px 0 10px;
}

#side-blog .popular-posts .popular-info span {
  margin-right: 10px;
  margin-left: 4px;
  margin-top: -2px;
}

h1.per-side:first-child {
  display: none;
}

#archive-container {
  padding: 10px 0 20px;
  border-bottom: 1px solid #eee;
}

#archive-container .row a {
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

/* Large devices (desktops, 768px and up) */

@media (min-width: 768px) {
  #sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
  }

  #sidebar #sidebar-container {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  #side-blog #popular-container {
    border-bottom: 1px solid #eee;
    display: block;
  }

  #side-blog .per-side {
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
    color: #666 !important;
  }

  #side-blog .popular-posts img {
    border-radius: 5%;
  }

  #side-blog .popular-posts .popular-judul {
    font-size: 20px;
    margin: 0 0 0;
  }

  #side-blog .popular-posts .popular-info {
    font-size: 10px;
    color: #666;
    margin-top: 10px;
    padding-bottom: 5px;
    margin: 5px 0 0;
  }

  #side-blog .popular-posts .content-link a {
    display: none;
  }

  #side-blog .popular-posts .p {
    font-size: 20px;
    margin: 0 0 0;
  }

  h1.per-side:first-child {
    display: block;
  }

  #archive-container {
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
  }

  #archive-container .row {
    margin-bottom: 10px;
  }

  #archive-container .row a {
    text-align: left;
    font-size: 13px;
  }
}

