/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
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 ***************/

body #top-bar, body .nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle {
    border-color: #280851 !important;
}

body #top-bar, body .nasa-topbar-wrap.nasa-topbar-toggle .nasa-icon-toggle, body.nasa-in-mobile #top-bar .topbar-mobile-text {
    background-color: #280851 !important;
}


.vertical-menu.nasa-shortcode-menu .section-title {
	border-color: #280851 !important;
	background-color: #280851 !important;
}

.service-block.style-3 .service-icon {
    color: #BA882F !important;
}

#nasa-popup .wpcf7 .wpcf7-not-valid-tip {
	top: 0px !important;
}

@media only screen and (max-width: 767px){
	body .banner.nasa-banner {
    	margin-bottom: 10px !important;
	}
	
	body .banner{
		margin-bottom: 10px !important;
	}
	
	#nasa-popup.white-popup-block {
		background-image: none;
	}
}