/**
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
*/
p a:hover{
	color: #009b3f !important;
	text-decoration: underline;
}
a.menu-link { 
  border-radius: 50px;
  padding: 15px 20px !important;
  margin: 10px;
  height: 55%;
	font-weight:400;
	text-align:center;
}
#ast-hf-mobile-menu .no1 a.menu-link, .no1 a.menu-link { 
	background: #8ebd9d; 
	color:black !important;
	font-weight:700;
}
#ast-hf-mobile-menu .no2 a.menu-link, .no2 a.menu-link { 
	background: #b4bd62;
	color:black !important;
	font-weight:700;
}
#ast-hf-mobile-menu .no3 a.menu-link, .no3 a.menu-link { 
	background: #fad563;
	color:black !important;
	font-weight:700;
}
#ast-hf-mobile-menu .no4 a.menu-link, .no4 a.menu-link { 
	background: #083f3e;
	font-weight:700;
    color:white !important;
}
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item13 > .menu-link { color:white !important; }
.ast-header-break-point .main-navigation ul .menu-item .menu-link { width: 95%; }

.ast-sticky-active .main-header-menu > .menu-item > .menu-link {color:white!important; }

.e-n-accordion-item-title-text {
  text-align: center;
	padding: 25px 40px 45px 40px !important;}

/*		media query		*/
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
// Small devices (landscape phones, 576px and up)
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }