/*
Theme Name:  ConstructX Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [ConstructX Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     1.1.1
Template:    constructx
Tags:        portfolio
Text Domain: constructx-child
*/


/* =Theme customization starts here
---------------------------------------------------

/* Reset active pseudo-element to allow hover  ( remove blue background from active links)*/
.nav-menu li.current-menu-item a .link-text:before,
.nav-menu li.current_page_item a .link-text:before {
    height: 0 !important;       /* remove permanent active highlight */
    content: "" !important;     
 
}
/* same text color for menu items */
.nav-menu .link-text{
	color:#101435;
}

/* scroll from footer showing half headings cause of fixed header */
#services {
  scroll-margin-top: 70px; /* replace 80px with your fixed header height */
}

#projects {
  scroll-margin-top: 30px; 
}

#about-us{
	scroll-margin-top: 30px; 
}

#our-team{
	scroll-margin-top: 50px; 
}

/* Tablet */
@media (max-width: 1024px) {
 

}
/* Mobile */
@media (max-width: 768px) {
	#our-team{
	scroll-margin-top: 10px; 
}
	


}


/* Hide the search toggle link completely */
a.search-toggle.toggle-link {
    display: none !important;
}

/* In case the theme adds the magnifier with ::before */
a.search-toggle.toggle-link::before {
    content: none !important;
    display: none !important;
}

