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

/* ------------ sticky header */
.site-header {
	top: 0;
	position: sticky;
	width: 100%!important;
    box-shadow: 3px 3px 9px #00000026;
}

/* removing some underlines */
.uagb-faq-content a {
	text-decoration: none !important;
}

/* adjustments to last label of header menu*/
#menu-item-92 {
  border: 1px solid #1e293b; 
  border-radius: 4px;
  margin-left: 1em !important;
}


.main-header-menu .sub-menu {
	background: ##f2f0e6;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
  line-height: 45px !important;
}

.clickable-card {
  cursor: pointer;
}


.custom-underline {
  text-decoration: underline;
  text-decoration-color: transparent;   /* start invisible */
  transition: text-decoration-color 0.4s ease; /* fade in/out */
}

.custom-underline:hover {
  text-decoration-color: currentColor;  /* becomes visible */
}

.custom-infobox-underline .uagb-infobox-margin-wrapper .uagb-ifb-content .uagb-ifb-desc a {
	text-decoration: underline;
    text-decoration-color: transparent;   /* start invisible */
	transition: text-decoration-color 0.4s ease; /* fade in/out */
}
	
.custom-infobox-underline .uagb-infobox-margin-wrapper .uagb-ifb-content .uagb-ifb-desc a:hover {
	text-decoration-color: currentColor;  /* becomes visible */
}
	
.social-hover-fix {
  /*color: #1E293B;                          /* base color  */
  transition: color 0.4s ease;             /* define transition on base state */
}

.social-hover-fix:hover {
  color: #7D7D7D;                          /* hover color */
}
	

@media (max-width: 921px) {
  /* make the whole FAQ header act like a centered flex row */
  .faq-centered .uagb-faq-questions-button {
    display: flex;
    align-items: center;      /* vertically center icon + text */
    justify-content: center;  /* horizontally center them in the button */
  }

  /* optional: ensure the text itself is centered */
  .faq-centered .uagb-faq-questions-button .uagb-question {
    text-align: center;
  }
}

/* fix pancake menu su mobile*/
.ast-mobile-menu-trigger-minimal {
	border-style: none !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-outline {
	border-style: none !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	color: #eceae3;
}
/* Fix dropdown icon in mobile menu */
.ast-menu.toggle {
	border-style: none !important;
}

@media (max-width: 921px) {
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle button,
    button.ast-menu-toggle {
        box-shadow: none !important;
    }
}

.ast-menu-toggle:focus {
	outline: none !important;
}