/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.mk-header-toolbar
{
    background-image: url("https://consumers.riverherbs.ca/wp-content/uploads/2016/10/bg-header-inner.jpg")!important;
    background-repeat: no-repeat;
    background-size: 100%;
	/*margin-top: 30px;*/
}

.a-sticky > .mk-header-holder > .mk-header-toolbar {
	/*margin-top: 0px;*/
}

.mk-toolbar-holder
{
    /*padding-top:10px;*/
}
.mk-language-nav > a
{
    color:#000000!important;
}
.mk-header-login > a
{
    color:#000000!important;
}
.mk-header-signup {
	float: none;
}
.mk-header-toolbar .shopping-cart-header {
	float: right;
	padding: 0px;
}
/*
.header-logo
{
    margin-top:10px;
}*/

.mk-header-searchform span .text-input {
	opacity: 1;
}

.mk-header-searchform .text-input ::-webkit-input-placeholder {
   color: #333;
}

.mk-header-searchform .text-input :-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

.mk-header-searchform .text-input ::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

.mk-header-searchform .text-input:-ms-input-placeholder {  
   color: #333;  
}


#mk-footer-navigation {
	float: none;
	text-align: center;
}

#mk-footer-navigation ul li {
	float: none;
}

#mk-footer, #mk-footer .footer-wrapper {
	padding: 0px;
}

#mk-footer-navigation ul li a {
	font-size: 14px;
}

#sub-footer {
	text-align: center;
}

.mk-footer-copyright {
	float: none;
	opacity: 1;
}

.admin-bar p.demo_store {
	top: 0px;
}

p.demo_store {
	position: absolute;
	left: auto;
	right: calc(100% / 2 - 230px);
	width: 500px;
}

@media (max-width:900px) {
	p.demo_store {
		display: none;
	}
}