/*
Theme Name: BMKG Sulut Theme
Theme URI: https://staklim-sulut.bmkg.go.id/theme
Author: Rafi Syah Akram
Author URI: instagram.com/syahakram_
Description: Staklim Yogyakarta Theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: staklim-yogyakarta-theme
Tags: custom-background
*/

@font-face {
    font-family: 'DS-DIGI';
    src: url('https://staklim-sulut.devbmkg.my.id/assets/fonts/DS-DIGI.TTF');
}

body{
    font-family: 'Segoe UI', sans-serif;
}

p {
    text-align: justify;
}

h3, h4, h5 {
    font-family: 'Bitter', sans-serif;
}

.font-bitter {
    font-family: 'Bitter', sans-serif;
}

.tagline {
    font-size: 12px;
    margin-bottom: 0;
}

.title-bmkg {
    text-align: justify;
}

.menus {
    margin: 0 auto;
}

.nav-space {
    padding-left: 5vw;
}

.main-nav ul ul {
    display: none;
    position: absolute;
    top: 3em;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.main-nav ul li:hover > ul {
    display: block;
}

.main-nav li {
    position: relative;
}

.footer-content {
    margin: 20px auto;
    font-size: 12px;
}

.footer-link {
    color: white;
    text-decoration: none;
}

.no-decor {
    text-decoration: none;
}

.theme-green {
    color: #4dbc4b;
    text-decoration: none;
}

.footer-left {
    text-align: right;
    padding-right: 3vw;
}

.weather-panel-location {
    margin: 2vh auto;
}

.weather-panel {
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}

ul.gempabumi {
    list-style: none;
}

.gempabumi li {
    padding-bottom:5px;
}

.gempabumi img {
    width: 30px;
    margin-right:5px;
}

.data-bmkg {
    background-color: #f7f7f7;
}

.list-shortcode {
    list-style-type: none;
}

.list-gempabumi li {
    padding-bottom:5px;
}

.right {
    text-align: right;
}

.section {
    padding: 30px 0;
    position: relative;
    background: #FFFFFF;
}
  
.section .row+.category {
    margin-top: 15px;
}
  
.section-navbars {
    padding-bottom: 0;
}
  
.section-full-screen {
    height: 100vh;
}
  
.section-signup {
    padding-top: 20vh;
}

.tabs {
    position: relative;   
    min-height: 500px; /* This part sucks */
    clear: both;
    margin: 25px 0;
    text-align: left;
}

.tab {
    margin-top: -10px;
}

.tab label {
      width: 150px;
      background: lightblue;
      padding: 10px;
      border: 1px solid rgba(0,0,0,.125);
}

.tab label:hover {
      background: white;
}

.tab [type=radio] {
    display: none;   
}


[type=radio]:checked ~ label {
    background: white;
    z-index: 2;
}

[type=radio]:checked ~ label ~ .content {
    z-index: 1;
}


.btn-primary {
    background-color: #4dbc4b;
    color: #FFFFFF;
}

  
.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
}
  
.btn-simple {
    border: 1px solid;
    border-color: #888888;
    padding: 10px 22px;
    background-color: transparent;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#map { height: 180px; }

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
