/**
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
*/

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

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
}

/*page title*/
.ast-single-entry-banner {
	background-color: #fff !important;
}
.home .ast-single-entry-banner {
	display: none !important;
}
/*page title*/

/*breadcrumb*/
.trail-begin a {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #414141 !important;
}
.trail-items li::after {
	content: ">" !important;
}
.ast-breadcrumbs .trail-items li {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #08B289 !important;
}
/*breadcrumb*/

/*Mengatasi judul halaman tidak muncul*/
.entry-title {
  display: block !important;
  visibility: visible !important;
}
/*Mengatasi judul halaman tidak muncul*/

/*info*/
.info .ue_post_blocks_title a {
	display: block !important;
	display: -webkit-box !important;
	max-width: 100% !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-decoration : none  !important;
	/*font-size: 20px ;*/
	font-weight: 700 ;
}
.elementor-50 .elementor-element.elementor-element-b120b3c .ue_p_title,
.info .uc_post_list_title a {
	display: block !important;
	display: -webkit-box !important;
	max-width: 100% !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-decoration : none  !important;
}
/*info*/

/*guru*/
.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content {
    background: #fff;
    color: #ffffff;
    padding: 0;
}

.rt-team-container h3 {
	text-align : center ;
	font-weight: 700 ;
}
.rt-team-container .isotope-free .short-bio p, .rt-team-container .layout1 .short-bio p {
	text-align : center ;
}
.guru .uc_subcontainer_holder {
	position: absolute !important;
	display: block !important;
	width: 86% !important;
	bottom: 20px !important;
	left: 20px !important;
	border-radius: 4px !important;
	box-shadow: 0px 8px 16px 0px #00000014 !important;
}
/*Guru*/

/*Program Keahlian di halaman Beranda	*/
.proke figure {
	float: right !important;
}
.proke h3 a {
	text-decoration: none !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	font-family: "Inter", sans-serif !important;
	color: #414141 !important;
}
.proke h3 {
	min-height: 68px !important;
}
/*Program Keahlian di halaman Beranda	*/
	
/*Berita carousel di beranda*/
#uc_post_grid_elementor_b120b3c .ue-meta-data,
.berita_slide .ue-meta-data {
	position: absolute !important;
	top: 290px !important;
}
/*Berita carousel di beranda*/

/*single post*/	
@media (min-width: 922px) {
	.single-post .ast-container {
		max-width: 900px !important;
	}
}
@media (max-width: 768px) {
	.entry-title {
		font-size: 24px !important;
	}	
	.ast-single-entry-banner[data-post-type="page"] {
		min-height: 120px !important;
		padding-top: 100px !important;
		padding-bottom: 40px !important;
	}
}

.single-post #primary {
		margin-top: 0 !important;
}
.single-post .ast-single-entry-banner,
.single-post .site-content {
	padding-bottom: 0 !important;
}


/*Forminator*/
.forminator-button-submit {
	background: #08B289 !important;
	border-radius: 4px !important;
	padding: 12px 50px !important;
	font-family: "Inter", sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
/*Forminator*/

/*Dana BOS (Download Manager*/
.w3eden .img-48 img {
	display: none !important;	
}
.w3eden .package-title a {
	color: #008B69 !important;
}
.w3eden .btn-download, .w3eden .wpdm-download-link.btn {
	background: #008B69 !important;	
}