/*
 Theme Name:   Mada Alabniyah Theme
 Theme URI:    https://muzamna.com
 Description:  Custom theme for Mada Alabniyah. Developed and maintained by Muzamna Technical Solutions.
 Author:       Muzamna
 Author URI:   https://muzamna.com
 Template:     generatepress
 Version:      1.0.1
 Text Domain:  mada
*/
/*
|--------------------------------------------------------------------------
| Button Hover & Color Overrides
|--------------------------------------------------------------------------
| Prevent global link hover styles from affecting custom buttons.
| GeneratePress and global anchor rules may override button text colors.
*/

/* Remove underline from all custom buttons */
a.btn,
a.btn:hover,
a.btn:focus,
a.btn:active{
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Primary & Colored Buttons
|--------------------------------------------------------------------------
*/

/* Primary buttons: always keep white text */
a.btn-primary,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active{
	color: #fff !important;
}

/*
|--------------------------------------------------------------------------
| Ghost Button
|--------------------------------------------------------------------------
| Transparent button with dark text.
*/

a.btn-ghost,
a.btn-ghost:hover,
a.btn-ghost:focus,
a.btn-ghost:active{
	color: var(--c-navy) !important;
}

/*
|--------------------------------------------------------------------------
| Light Button
|--------------------------------------------------------------------------
| White background button with dark text.
*/

a.btn-light,
a.btn-light:visited,
a.btn-light:hover,
a.btn-light:focus,
a.btn-light:active{
	color: var(--c-navy) !important;
}
/*
|--------------------------------------------------------------------------
| Filter Button
|--------------------------------------------------------------------------
| White color button with dark bg.
*/

.filter-btn:hover{
	color: #fff !important;
}
/*
|--------------------------------------------------------------------------
| WhatsApp Button
|--------------------------------------------------------------------------
| Custom green WhatsApp CTA.
*/
.cta-band{
	margin-top: 35px;
}
a.btn-outline-light,
a.btn-outline-light:hover,
a.btn-outline-light:focus,
a.btn-outline-light:active{
	background: #25D366 !important;
	border-color: #25D366 !important;
	color: #fff !important;
}

@media (max-width: 768px) {
	.cta-actions{
		flex-wrap:nowrap !important;
}
	.about-stamp {

	  inset-inline-end: 20px !important;
	}
}

/* WhatsApp icon color */
a.btn-outline-light svg,
a.btn-outline-light .icon{
	color: #fff !important;
	fill: currentColor;
	stroke: currentColor;
}

/* Slightly darker hover state */
a.btn-outline-light:hover,
a.btn-outline-light:focus{
	background: #1fb857 !important;
	border-color: #1fb857 !important;
}

/*
|--------------------------------------------------------------------------
| Disable Reveal / Stagger Opacity Animation
|--------------------------------------------------------------------------
| Forces all animated sections to stay visible even if the JS reveal
| script does not add the `.in` class.
*/

.reveal,
.reveal.in,
.stagger,
.stagger.in,
.stagger > *,
.stagger.in > *{
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  transition-delay: 0s !important;
}

/*
|--------------------------------------------------------------------------
| Make the Marque Bigger on Tablet and above
|--------------------------------------------------------------------------

*/
t-logo img {
    height: 35px !important;
  }
@media (min-width: 1023px) {
  .t-logo img {
    height: 80px !important;
  }
}

/*
|--------------------------------------------------------------------------
| change the card border colors on mobile
|--------------------------------------------------------------------------
*/
@media (max-width: 768px){
	.card, .vm-card, .value-card {
    	border: 1px solid #CCD1E1 !important;
}
}
.goals .goal p,  .q-list .q-item p {
  margin-bottom: 0;
}
.q-item{
    align-items: center !important;

}
.mada-header-cta,
.mada-header-cta:hover,
.mada-header-cta:focus {
	  background: #201DA4 !important;
	  background-color: #201DA4 !important;
	  background-image: none !important;
}
#site-navigation.main-navigation .main-nav ul li.current-menu-item > a::after,
#site-navigation.main-navigation .main-nav ul li.current_page_item > a::after,
#site-navigation.main-navigation .main-nav ul li.current-menu-ancestor > a::after {
		display: none !important;
		content: none !important;
	}

/*
|--------------------------------------------------------------------------
| change the navbar max-width and bg
|--------------------------------------------------------------------------
*/
.mada-topbar__inner{
	padding: 0 40px !important;
}
.page-header, .sidebar .widget, .site-main > *{
	margin-bottom: 0 !important;
}
/*
|--------------------------------------------------------------------------
| EDits By Nageep
|--------------------------------------------------------------------------
*/
.mz_service-template-default .featured-image{
	display:none!important;
}
 .inside-article .entry-content{
	    margin-top:0!important;
}
/*
|--------------------------------------------------------------------------
| EDits By Nageep
|--------------------------------------------------------------------------
*/
