/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row .span_9.col_last {
	width: 100%;
	justify-content: flex-end;
}
body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row nav.sf-menu {
/*	height: 50px;
	margin-top: 70px;
	background: rebeccapurple; */
}
body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row nav.sf-menu > ul {
/*	height : 50px; */
}
body.material #header-outer:not([data-format="left-header"]) header#top > .container > .row nav.sf-menu > ul > li {
/*	height : 50px; */
}


.row_added {
	z-index: 100;
}
.row_added_wrap {
	position: absolute;
	top   : 0px;
	right : 0px;
	white-space: nowrap;
}
@media (max-width: 1000px) {
	.row_added_buttons {
		display: none;
	}
}
@media (min-width: 1001px) {
	.row_added_buttons {
		display: inline-block;
	}
}
.row_added_nav {
	display: inline-flex !important;
}
.row_added_nav .buttons {
	height: 70px !important;
}



#footer-outer #footer-widgets .col input[type=email] {
    width: calc(100% - 100px);
}
#footer-outer #footer-widgets .col input[type=submit] {
    width: 95px;
    line-height: 34px;
}



.shop-item {
	display: block;
	padding: 5px 0px 0px 0px;
	border: 1px solid #1296cc;
}
.shopinfo {
	margin : 5px 0px;
	padding: 0px;
	color : #1296cc;
	text-align: center;
}
.shopinfo strong {
	display: block;
}
.shopphone {
	margin : 5px 10px;
	padding: 0px;
	color : #1296cc;
	font-weight: 300;
}
.shopfloor {
	margin : 0px;
	padding: 2px 5px;
	color : #FFFFFF;
	text-align: center;
	background: #1296cc;
}

