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


header#masthead {
  position: fixed !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header#masthead .ast-above-header-bar {
  position: relative;
  background-color: #000;
  border: none;
  transition: all ease .2s;
  opacity: 1;
  top: 0;
  font-size: 12px;
  padding: 15px 10px;
}

header#masthead .ast-above-header-bar:before {
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #CE6823;
    height: 100%;
    width: 35%;
}

header#masthead .ast-above-header-bar .site-above-header-wrap {
  min-height: auto;
	position: relative;
}

header#masthead .main-header-bar {
	background: #fff;
  transition: all ease .5s;
  opacity: 1;
  top: 0;
}


header#masthead.hide .main-header-bar {
  opacity: 0;
  top: -56px;
}

header#masthead.on-scroll {
  border-bottom: none;
}

header#masthead.on-scroll .main-header-bar {
/*   background-color: #000; */
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .05);
}

header#masthead.on-scroll .ast-above-header-bar {
  display: none;
}

header#masthead.on-scroll .main-header-bar .menu-item .menu-link {
  transition: .2s;
}

/*
.site-header-primary-section-right .ast-builder-menu-1.ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation {
	position: relative;
	padding-right: 30px;
}

.site-header-primary-section-right .ast-builder-menu-1.ast-builder-menu .ast-main-header-bar-alignment .main-header-bar-navigation::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: #e4e4e4;
}
*/

.ast-builder-layout-element .ast-site-identity {
	padding-top: 10px;
	padding-bottom: 10px;
}

.icon-header {
	position: relative;
	top: -1px;
	margin-right: 7px;
}

.link-header {
	color: #052A46;
}

.main-header-menu .menu-item .menu-link {
	padding: 0px 18px;
}

.main-header-menu .menu-item .menu-link:focus {
	outline: none;
}

.main-header-menu .menu-item:last-child .menu-link {
	padding-right: 0px;
}


.line-side {
	display: block;
	width: 0.7px;
	height: 100vh;
	background-color: #7DC243;
}

.custom-text-sup .elementor-icon-list-text {
	background: linear-gradient(to right, #7DC243 0%, #1DC1E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-footer {
/* 	margin-top: -3px; */
	display: flex;
	justify-content: end;
}

.menu-footer a {
	color: #7DC243;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	margin-right: 50px;
}

.menu-footer a:last-child {
	margin-right: 0px;
}

.custom-posts .slick-list {
	padding-bottom: 20px;
}

.custom-posts .premium-blog-post-container .premium-blog-thumb-effect-wrapper {
	border-radius: 30px;
}


.custom-posts .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-meta {
	order: 1;
	margin-bottom: 7px;
}

.custom-posts .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-meta .premium-blog-meta-data i {
	display: none;
}

.custom-posts .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-title {
	order: 2;
	margin-bottom: 0px;
	position: relative;
}

.custom-posts .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-title a {
	display: block;
	display: -webkit-box;
/* 	margin-bottom: 30px; */
	max-width: 100%;
	height: 54px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* products  */

.custom-products .slick-list {
	padding-bottom: 20px;
}

.custom-products .premium-blog-post-container .premium-blog-thumb-effect-wrapper {
	border-radius: 10px 10px 0px 0px;
}


.custom-products .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-meta {
	order: 1;
	margin-bottom: 7px;
}

.custom-products .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-title {
	order: 2;
	margin-bottom: 0px;
	position: relative;
}

.custom-products .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-title a {
	display: block;
	display: -webkit-box;
	margin-bottom: 10px;
	max-width: 100%;
	height: 28px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-post .content-area.primary {
	margin-top: 0px !important;
}

.single-post .content-area.primary .post.ast-article-single {
	padding: 25px !important;
}
.single-post .content-area.primary .navigation.post-navigation {
	margin-top: 20px !important;
	padding: 25px 0px !important;
}

.single-post .content-area.primary .post-thumb-img-content.post-thumb {
	width: 100%;
	margin: 0px !important;
}

.single-post .content-area.primary .post-thumb-img-content.post-thumb img {
	height: 450px;
	width: 100%;
	margin-bottom: 35px;
	object-fit:cover;
	object-position: center;
}

.single-post .content-area.primary .ast-breadcrumbs-wrapper {
	font-size: 13px;
	margin-bottom: 15px;
}

.single-post .content-area.primary .entry-meta {
	margin-bottom: 20px !important;
}

.single-post .content-area.primary .entry-title {
	
}

.single-post .content-area.primary .entry-meta .posted-on span.published {
	color:#8F8F8F;
}

.single-post .content-area.primary .ast-breadcrumbs-wrapper .trail-item {
	color: #8F8F8F;
}
.single-post .content-area.primary .ast-breadcrumbs-wrapper .trail-item.trail-end {
	color: #052A46;
}

.link-social a.premium-button {
	width: 80% !important;
}

.link-social a.premium-button .premium-button-text-icon-wrapper {
	justify-content: start !important;
}

.link-social a.premium-button .premium-button-text-icon-wrapper::after {
	content: '';
	position: absolute;
	margin-top: 2px;
	right: 0px;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('/wp-content/uploads/2024/08/ic-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-form-field,
.btn-form-field:active,
.btn-form-field:focus {
	outline: none;
		border: none;
		box-shadow: none;
}

.ic-header-phone {
	top: -1.5px;
	position: relative;
	margin-right: 8px;
}

.single.single-item .site-content {
	margin-top: 60px;
}

.single.single-service .site-content article.service {
	max-width: 1200px;
    margin: 60px auto;
	margin-bottom: 120px;
}

.single.single-service .site-content .navigation.post-navigation {
	display: none;
}

.single.single-post .site-content > .ast-container,
.single.single-item .site-content > .ast-container {
	max-width: 1080px;
	padding: 0px !important;
/* 	padding-left: 15px !important;
	padding-right: 15px !important; */
}

.single.single-post .site-content {
/* 	margin-top: 120px; */
}

.premium-blog-wrap ul.slick-dots li {
	width: auto !important;
	margin: 2px;
}

.premium-blog-wrap ul.slick-dots li .fas.fa-circle:before {
	conten: '';
	display: none;
}

.premium-blog-wrap ul.slick-dots li .fas.fa-circle {
	margin: 0 3px;
    display: inline-block;
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 100%;
    background-color: #CCCCCC;
    transition: .2s;
}

.premium-blog-wrap ul.slick-dots li.slick-active .fas.fa-circle {
	border-radius: 30px;
    width: 30px;
    background-color: #E46B2D;
}


.team-image .elementor-icon.premium-person-list-item i:before, 
.team-image .elementor-icon.premium-person-list-item svg:before {
	font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

/* .custom-team-title .premium-person-info .premium-person-info-container {
  padding: 15px 0px;
}

.custom-team-title .premium-person-style1 .premium-person-container .premium-person-info {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  bottom: -1px;
} */

/* .custom-team-title .premium-person-style1 .premium-person-container .premium-person-image-container img {
  border-radius: 30px;
  filter: brightness( 85% ) contrast( 100% ) saturate( 69% ) blur( 0px ) hue-rotate( 0deg );
} */

.custom-team-title .premium-person-style1 .premium-person-container .premium-person-image-container img {
	border-radius: 16px;
	height: 520px;
	filter: brightness( 85% ) contrast( 100% ) saturate( 69% ) blur( 0px ) hue-rotate( 0deg );
}

.custom-team-title .premium-person-style3 .premium-person-container .premium-person-image-container img {
	border-radius: 30px;
}


.team-image .elementor-icon.premium-person-list-item:hover i:before,
.team-image .elementor-icon.premium-person-list-item:hover svg:before{
	color: #000;
}

.team-image  .premium-person-container .premium-person-image-container img {
	border-radius: 0px;
	height: 320px;
}

/* .main-header-secondary .elementor-element div.hfe-nav-menu__toggle,
.main-header-secondary .elementor-element div.hfe-nav-menu-icon{
	outline: none !important;
	border: none !important;
	border-style: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
} */

.main-services #layanan-kami {
	width: 180px;
	text-align: center;
	margin: 0 auto;
}

.item-services .premium-blog-post-outer-container .premium-blog-post-container.premium-blog-skin-side {
	flex-direction: row;
	align-items: center;
}

.item-services .premium-blog-post-outer-container .premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper {
	height: auto !important;
}

.item-services .premium-blog-post-outer-container .premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper .premium-blog-inner-container {
	align-self: center;
}

.item-services .premium-blog-post-outer-container .premium-blog-post-container.premium-blog-skin-side .premium-blog-content-wrapper .premium-blog-inner-container .premium-blog-entry-meta {
	display: none !important;
}

.box-layanan a.elementor-element {
	text-decoration: none;
}

.section-services .premium-blog-entry-title {
	width: 100%;
}

.section-services .premium-blog-entry-title a {
	height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
}

.gallery-home img.swiper-slide-image {
	height: 380px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.single-post.ast-separate-container {
	background-color: #f8f8f8 !important;
}
.main-header-menu .menu-item.lang-item .menu-link {
	padding: 0px;
	padding-left: 25px;
}

.gallery-images img.swiper-slide-image {
	height: 280px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

@media(max-width:767px) { 
	.single.single-service .site-content article.service {
		padding: 0px 30px !important;
	}
}

@media(max-width:575px) {
	.main-header-menu .menu-item.lang-item {
		width: 50% !important;
		text-align: left;
	}
	
	.main-header-menu .menu-item.lang-item.lang-item-first {
		text-align: right;
	}
	.single.single-post #primary {
		padding: 0px !important;
	}
	.single.single-post	.site-content .ast-single-post-featured-section img {
		height: 400px;
	}
	.menu-footer {
		margin-top: 15px;
		flex-direction: column;
	}
	.menu-footer a {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.menu-footer a:last-child {
		margin-bottom: 0px;
	}
	.single-post .content-area.primary .post-thumb-img-content.post-thumb img {
		height: 220px;
	}
	
	.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle,
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .menu-toggle,
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
	.ast-mobile-popup-drawer.active .menu-toggle-close,
	.ast-mobile-popup-drawer.active .menu-toggle-close:focus{
		outline: none !important;
		border: none !important;
		border-style: none !important;
		box-shadow: none !important;
		border-color: transparent !important;
	}
	.ahfb-svg-iconset .ast-close-svg {
		top: 7px;
	    right: 5px;
    	position: relative;
		width: 28px;
	    height: 28px;
	}
	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
		font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
	}
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link {
		background: transparent;
		color: #000;
	}
	.single.single-service .site-content article.service {
		padding: 0px 25px !important;
		margin-top: 30px !important;
	}
}
