/*
Theme Name:		 Growth Child
Theme URI:		 https://wp.quomodosoft.com/growth
Description:	 Growth Child is a child theme of Growth
Author:			 QuomodoTheme
Author URI:		 http://quomodosoft.com/
Template:		 growth
Version:		 1.0.0
Text Domain:	 growth-child
*/

/*
* Add your custom styles here
*/



/* Global Button  */
.button-lg, .button-md, .button-sm {
    border: 1px solid #EE1D25;
    color: #fff;
}
.button-lg:hover, .button-md:hover, .button-sm:hover {
    background-color: #EE1D25;
    color: #fff;
}
/*  */

/* Blog Page */
body .tagcloud a {
    color: #fff;
    border: 1px solid #EE1D25;
}

/* Header Menu */
.primary-menu ul.nav li:hover > a, .primary-menu ul.nav li.active > a, .primary-menu ul.nav li.current-menu-item > a {
    color: #FFF !important;
}

