/*
 Theme Name:   Heart Space - Whole Foods
 Theme URI:    http://www.whitesummitmedia.com
 Description:  La Boutique Child Theme
 Author:       Roy Mudie and Stuart Lindsay
 Author URI:   http://www.whitesummitmedia.com
 Template:     laboutique
 Version:      1.0.0
 Text Domain:  laboutique-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Import all common styles */
@import url("../heart-space-common/common.css");

/* Only put colour changes in this file and things that will DEFINITELY be theme specific */

/* Theme colour for easy search/replace
#8cc624
*/

nav.navigation{
	background: #8cc624 !important;
}

.main-menu-button:hover, .main-menu-button:focus, .main-menu-button:active{
	background: #8cc624 !important;
}

.main-menu li ul li a:hover{
	background-color: #8cc624 !important;
}

.homepage-box .wpb_wrapper .wpb_single_image .wpb_wrapper{
	border-top-color: #8cc624;
}

.tp-bannertimer{
	background: #8cc624 !important;
}

.twitter-bar{
	background: #8cc624 !important;
}

.footer_widget h6{
	color: #8cc624 !important;
}

/* Sub Navigation Tweaks */
.static-page .current-menu-ancestor .current-menu-page a:link,
.static-page .current-menu-ancestor .current-menu-page a:visited{
	background: #8cc624 !important;
}

.static-page .nav-tabs.nav-stacked ul li a:hover,
.static-page .nav-tabs.nav-stacked ul li a:active,
.page-template-page-sub-menu-php .current-menu-item .sub-menu a:hover,
.page-template-page-sub-menu-php .current-menu-item .sub-menu a:active{
	background: #8cc624 !important;
}

.page-template-page-sub-menu-php .current-menu-item a:link,
.page-template-page-sub-menu-php .current-menu-item a:visited{
	background: #8cc624 !important;
}

/* Blog Styling Tweaks */

.box-header h3{
	color: #8cc624 !important;
}

.box-footer div.pull-right a.btn.btn-small{
	background: #8cc624 !important;
}

/* Theme elements that reffer to Yoga site */

/* Theme colour for easy search/replace
#e05856
#DB3E39 - hover colour
*/

.homepage-box-red .wpb_wrapper .wpb_single_image .wpb_wrapper{
	border-top-color: #e05856 !important;
}

.homepage-box-red .wpb_wrapper a{
	color: #e05856 !important;
}

.homepage-box-red .wpb_wrapper .btn-primary:link,
.homepage-box-red .wpb_wrapper .btn-primary:visited{
	background: #e05856 !important;
	color: #FFF !important;
}

.homepage-box-red .wpb_wrapper .btn-primary:hover,
.homepage-box-red .wpb_wrapper .btn-primary:active{
	background: #DB3E39 !important;
}