/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

/*header*/

.site-header #masthead {
    position: relative;
    background-color: transparent;
    padding: 10px 0 !important;
}

@media only screen and (max-width: 767px) {
    #top-bar {
        display: none !important;
    }
}

/*end*/

/*breadcrumb*/
#nasa-breadcrumb-site{
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.policy-css a{
	color: #3CAFB9 !important;
}

.policy-css a:hover{
	color: #7168AB !important;
}

.nasa-wrap-popup-nodes{
	display: none !important;
}


@media (max-width: 992px) {
    #nasa-breadcrumb-site {
        background-image: none !important; /* Removes the background image */
        background-color: #eee !important; /* Light white background */
        background-size: auto !important; /* Resets background size */
        background-repeat: no-repeat !important; /* Ensures no image repetition */
    }
	.breadcrumb-row{
		height: 130px !important;
	}
}


/*end*/