@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary,
.more-link,
.font-display {
  font-family: "Poppins", sans-serif !important;
}

.block-misc-search .top-search-form-2 {
  opacity: 1;
  background-color: #eee;
  top: 100%;
  height: 0%;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}

.block-misc-search.top-search-open .top-search-form {
  transform: scaleY(1);
  height: 100%;
}

.block-misc-search .top-search-form-2 input::-moz-placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none;
}
.block-misc-search .top-search-form-2 input:-ms-input-placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none;
}
.block-misc-search .top-search-form-2 input::-webkit-input-placeholder {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: none;
}

.block-misc-search .dark.top-search-form-2 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
.block-misc-search .dark.top-search-form-2 input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
.block-misc-search .dark.top-search-form-2 input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.bg-color-kesling {
  background-color: #16b3ac !important;
}

.color-kesling {
  color: #16b3ac !important;
}

.content-wrap_alt {
  padding: 0px 0px;
}

.logo_navbar {
  height: 55px !important;
}
.logo_navbar_mobile {
  height: 25px !important;
}

.sticky-header-shrink #header-wrap #logo .logo_navbar {
  height: 40px !important;
}

.menu-item > .menu-link {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

#header-wrap{
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-item.current-active > .menu-link {
  border-top: 2px solid #16b3ac;
  color: #16b3ac;
}

.team-image img{
  width: 300px !important;
  height: 300px !important;
  border-radius: 300px;
  object-fit: cover;
}

.slider_margin-top{
  margin-top: -100px;
}

.text-kelebihan-jurusan {
  font-size: 12px;
}

.icon-kelebihan {
  vertical-align: middle;
  margin-right: 7.5px;
  color: #004542;
  font-size: 18px;
}

.entry-image_alt img{
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}

.img-kelebihan-kesling {
  width: 100%;
  border-radius: 10px;
}

.entry-image_sidebar img {
  width: 100%;
  height: 55px;
  object-fit: cover;
}

.entry-image_related-post img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.related-post_text {
  font-size: 12px;
  line-height: 1.2;
}

.footer_logo {
  width: 80px;
  margin-bottom: 15px;
}

.widget_nav_menu li a:hover, .widget_links li a:hover, .widget_meta li a:hover, .widget_archive li a:hover, .widget_recent_entries li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_rss li a:hover, .widget_recent_comments li a:hover{
  color: #16b3ac;
}

.nav-pills .nav-link.active{
  background-color: #16b3ac; 
}

.nav-pills .nav-link.active h3{
  color: #fff;
}

.slider-kesling{
  margin-top: -5.45rem;
}

.slider-kesling_text{
  margin-top: -10rem;
}

.struktur-organisasi_img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.pengajar_img {
  width: 100% !important;
  height: 360px !important;
  object-fit: cover;
}

.table > :not(caption) > * > * {
  padding: 0.35rem 0.35rem;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: transparent;
}

.entry-image_sidebar img {
  width: 100%;
  height: 55px;
  object-fit: cover;
}

.entry-image_related-post img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.related-post_text {
  font-size: 12px;
  line-height: 1.2;
}

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row-alt:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container-alt {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 28px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.clr-white{
  color: white;
}

@media only screen and (max-width: 991px){
  .slider_margin-top{
    margin-top: 0px;
  }
  .team-image img{
    margin: auto;
  }
  .slider-kesling{
    margin-top: 0rem;
  }
  
  .slider-kesling_text{
    margin-top: 0rem;
  }
}
    