/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Nouvelle Murachi
Template: welcart_basic
Version: 1.0.0
*/

.site-description {
	background-color: #ea5280 !important;
}

footer {
	background-color: #ea5280 !important;
}
.widget_welcart_search #searchsubmit {
	background-color: #ed809e;	
}
.widget_welcart_search #searchsubmit:hover {
	background-color: #f09eb5;
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	background-color: #ed809e;	
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
	background-color: #f09eb5;
}
.entry-content input[type="submit"],
.item-description input[type="submit"] {
	background-color: #ed809e;
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #f09eb5;
}
.inqbox .send input {
	background-color: #ed809e;
}
.inqbox .send input:hover {
	background-color: #f09eb5;
} 
.incart-btn .total-quant {
	background-color: #ea5280;
}

/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {
	.inqbox .send input {
		background-color: #ed809e;
	}
	.inqbox .send input:hover {
		background-color: #f09eb5;
	}
}

/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		background-color: #ea5280 !important;
	}
	#site-navigation li {
		padding: 0;
		border-right: 1px solid #fff;
	}
	#site-navigation ul li:first-child {
		border-left: 1px solid #fff;
	}
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a{
		background-color: #ed809e;
	}
	#site-navigation li a:hover {
		background-color: #ed809e;
	}
	.site-description {
	background-color: #fff !important;
	}
	.incart-btn a {
		background-color: #ed809e;
	}
	.incart-btn a:hover {
		background-color: #f09eb5;
	}
	.incart-btn .total-quant {
		color: #fba60d !important;
		background-color: #fff;
	}
	footer nav li {
		width: auto !important;
		padding-right: 6em;
	}
}