/*
Theme Name:  BIG
Description: WordPress site for buyisraelgoods.org
Version:     1.0
Author:      Big Tech, Inc.
Author URI:  https://www.bigtech.com
Tags:
Template:    inovado
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../inovado/style.css");

a.button.green-alt {
	color: #ffffff;
	border: solid 1px #729200;
	background: #aecf39;
	background: -webkit-gradient(linear, left top, left bottom, from(#aecf39), to(#84a805));
	background: -moz-linear-gradient(top,  #aecf39,  #84a805);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
	0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
	0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}

a.button.blue-alt {
	color: #ffffff;
	border: solid 1px #0b5996;
	background: #438ac2;
	background: -webkit-gradient(linear, left top, left bottom, from(#438ac2), to(#1063a4));
	background: -moz-linear-gradient(top,  #438ac2,  #1063a4);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
	0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
	0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}

table .store-name {
	font-weight: bold;
}

table .store-description p:last-child {
	margin-bottom: 0;
}

table .store-phone,
table .store-city {
	white-space: nowrap;
}

#sidebar h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.product-categories .sidenav li a {
	padding: 5px 15px;
	background-position: 94% 11px;
}

.market-chooser {
	padding: 10px;
}

@media (max-width: 767px) {
	#alt-title h1 {
		display: none;
	}
}

#alt-title .product-category-heading {
	font-size: 20px;
	line-height: normal;
}

@media (min-width: 768px) {
	.market-chooser {
		float: right;
		padding-right: 10px;
		padding-top: 40px;
	}

	#alt-title .product-category-heading {
		font-size: 30px;
	}
}

.market-chooser label {
	color: #fff;
}
.market-chooser select {
	font-size: 16px;
}

#alt-title h1 {
	top: 32px;
}
#alt-title h2 {
	top: 78px;
}

.custom-table-1 {
	overflow: auto;
}

.description.style-3 {
	margin-top: 25px;
	padding: 5px 20px 10px 20px;
	border: 2px solid #438ac2;
}
.description.style-3 h2,
.description.style-3 p {
	margin: 0;
}
.description.style-3 p {
	margin: 0;
	color: #289dcc;
}
.description.style-3 .callout-button {
	float: right;
	margin: 12px 0 0 0;
}

#sidebar .brands {
	padding: 15px 10px;
}
#sidebar .brands h3,
#sidebar .brands .widget {
	margin-bottom: 0;
}
