/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*Font*/
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/Segoe.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('fonts/Segoe_B.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Segoe UI', sans-serif;
	width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

/*Memaksa elemen tertentu menggunakan font Segoe UI*/
.single .entry-content p,
.fsu * {
  font-family: 'Segoe UI', sans-serif !important;
}
/*Memaksa elemen tertentu menggunakan font Segoe UI*/

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #009C3A;
  border-radius: 4px !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #009C3A;
  border-radius: 4px !important;
}
/* Custom scrollbar */


/*Menghilangkan garis bawah di setiap link bawaan HTML*/
a {
  text-decoration: none !important;
  font-family: 'Segoe UI', sans-serif;
}
/*Menghilangkan garis bawah di setiap link bawaan HTML*/

/*Ikon Kontak Header*/
.ikontak .elementor-icon-list-text {
  font-weight: 600 !important;
  font-family: 'Segoe UI', sans-serif !important;
}

/*Menu utama icon button*/
.utamam #menu-item-335 {
  margin-left: 20px !important;
}
/*Menu utama icon button*/

/*warna header putih saat sticky*/
@media screen and (min-width: 783px) {
    .admin-bar .she-header:not(.elementor-sticky) {
        top: 32px;
    }
}
.she-header:not(.elementor-sticky) {
  background: #fff !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
}
/*warna header putih saat sticky*/

/*Button klik to top*/
#ast-scroll-top {
  margin-bottom: 40px !important;
}
/*Button klik to top*/

/*Forminator*/
.forminator-label {

}
.forminator-button-submit {

}
/*Forminator*/

/*Sambutan kepsek*/
.slogan {
  font-weight: 600 !important;
  font-style: italic !important;
  border-left: 2px solid #FFA600 !important;
  padding-left: 20px !important;
  display: block !important;
}
.kepsek {
  border-left: 2px solid #FFA600 !important;
  padding-left: 15px !important;  
}
.kepsek label {
  font-style: 16px !important;
  font-weight: 600 !important;
}

/*Sambutan kepsek*/

/*Kondisi menu utama di home*/
.home .menu-item a.hfe-menu-item {
  color: #fff !important;
}
.home .she-header:not(.elementor-sticky) .menu-item a.hfe-menu-item {
  color: #000 !important;
}
.home .menu-item a.hfe-menu-item:hover {
  color: #07AB3E !important;
}
.home .she-header:not(.elementor-sticky) .menu-item.current-menu-item a.hfe-menu-item,
.home .menu-item.current-menu-item a.hfe-menu-item {
  color: #07AB3E !important;
}

/*Ukuran icon button daftar*/
.btikon .elementor-button-icon svg {
  width: 50px !important;
}

/*Galeri foto*/
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item0,
.bwg_mosaic_thumb_spun_0,
.bwg-item0 img {
  border-radius: 8px !important;
}

/*Berita */
.ue_p_title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Berita */

/*Visitor*/
#xtvccount {
  display: none !important;
}
#xtvctable div {
  margin-bottom: 10px !important;
  font-family: 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
#mvcwid {
  padding: 0 !important;
}
#mvcwid * {
  color: #fff !important;
}

/*Responsive mobile*/
@media (max-width: 768px) {
  #bwg_container1_0 #bwg_container2_0 #bwg_mosaic_thumbnails_div_0 {
    padding: 0 !important;
  }
  ss3-force-full-width {
    width: 100% !important;
  }
}