/*
 Theme Name:   Storeup Child
 Theme URI:    http: //www.themeforest.net/
 Description:  Storeup Child Theme
 Author:       AivahThemes
 Author URI:   http://www.aivahthemes.com
 Template:     storeup
 Version:      1.0.0
 Tags:         two-columns, right-sidebar
 Text Domain:  storeup-child
*/

@import url("../storeup/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.sf-menu a {color: #222;}
.sf-menu a:hover { color: #f4ae20 !important; }

.sf-menu li.current-menu-item > a, .sf-menu li.current-menu-ancestor > a, .sf-menu li.current-page-ancestor > a {
    color: #f4ae20;
}

.sf-menu > li > a:after {
	width: 0;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	background-color: #f4ae20 !important;
}

.at-fancy-heading-v1-sep {
    background-color: #f4ae20 !important;
}

.iva-tabs li.current a {
    cursor: pointer;
    color: #f4ae20 !important;
}

.sf-menu li li.current-menu-item > a, .sf-menu li li.current-menu-ancestor > a, .sf-menu li li.current-page-ancestor > a {
    background-color: #222222;
    color: #f4ae20 !important;
}