/*-----------------------------------------------------------------------------------

	Theme Name: Felcone
	Description: Felcone.com custom theme.
	Author: Eric O'Hanlon - EJ Digital Media
	Author URI: http://www.ejdigitalmedia.com
	Version: 1.0

-----------------------------------------------------------------------------------

/*******************
 * GENERAL /       *
 * HIGH-LEVEL      *
 * BOOTSTRAP       *
 * OVERRIDES       *
 *******************/

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 22px;
	background-image: url('./assets/img/bg.gif');
}

body.no-bg-image {
	background:transparent;
}

hr {
	border-color:#ddd #ddd #f0f0f0;
}

p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 24px;
}

p, .btn, select {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#main-content {
	text-shadow: 1px 1px 2px #fff;
}

#main-content a, #main-content .btn {
	font-weight: bold;
}

#content-nobars {
	text-shadow: 1px 1px 2px #fff;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

h1 {
	margin-bottom: 20px;
}

h2,h3 {
	margin-bottom: 10px;
}

h4,h5,h6  {
	margin-bottom: 5px;
}

h1 {
	font-size:32px;
	line-height:30px;
}


h2 {
	font-size:24px;
	line-height:26px;
}


.container-fluid {
	padding: 0px 20px;
	max-width:960px;
	margin:0px auto;
}

/*******************
 * UTILITY CLASSES *
 *******************/

.clear {
	clear:both;
}

.aright {
	text-align:right;
}

.aleft {
	text-align:left;
}

.nomar {
	margin:0px !important;
}

/* For Wordpress */

img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

img.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*******************
 * WORDPRESS       *
 *******************/

/* Text meant only for screen readers. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  /*
    Many screen reader and browser combinations announce
    broken words as they would appear visually.
  */
  word-wrap: normal !important;
}

.sr-only:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
  /* Make sure sr-only focused items appear above other elements like fixed navbars */
	z-index: 100000;
}

/*******************
 * TOP OF THE PAGE *
 *******************/

#top-brand {
	padding-top:6px;
	padding-bottom:0px;
	margin-bottom:-12px;
	font-size:50px !important;
	font-variant: small-caps;
	color: #FFFFCE;
	padding-right: 15px !important;
}

#top-sub-brand {
	float:left;
	padding-bottom:17px;
	display: block;
	color: #e8e8ba;
	font-size:18px;
	margin-top:31px;
	margin-left:5px;
	font-style: italic;
	font-weight: bold;
}

#top-cart-link {
	margin-top: 31px;
	color: #FFFFCE;
	float:right;
	font-size:16px;
}

#top-cart-link:hover {
	text-decoration: none;
}

#top-cart-link svg {
	position: relative;
	top: -1px;
	filter: drop-shadow( 1px 1px 6px rgba(0, 0, 0, .65));
}

#top-brand, #top-sub-brand, #top-cart-link {
	text-shadow: 1px 1px 6px #000;
}

@media (min-width: 801px) and (max-width: 930px) {
	#top-brand {
		font-size: 39px !important;
	}
	#top-sub-brand {
		font-size: 19px;
		margin-top:18px;
	}

	#top-cart-link {
		font-size: 17px;
		margin-top:18px;
		margin-left: 5px;
	}
}

@media (max-width: 800px) {
	#top-brand {
		font-size: 40px !important;
		margin-right: 80px;
		margin-bottom: 18px;
	}
	#top-sub-brand {
		font-size: 19px;
		margin: 0 0 10px;
	}
	#top-cart-link {
		margin: 0 0 10px 5px;
	}
}

@media (max-width: 600px) {
	#top-brand {
		margin-right: 0px;
	}
	#top-sub-brand {
		font-size: 16px;
	}
}

/**************************
 * TOP NAVBAR *
 **************************/

.navbar-inner {
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #007777, #005555);
	background-image: -ms-linear-gradient(top, #007777, #005555);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007777), to(#005555));
	background-image: -webkit-linear-gradient(top, #007777, #005555);
	background-image: -o-linear-gradient(top, #007777, #005555);
	background-image: linear-gradient(top, #007777, #005555);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#007777', endColorstr='#005555', GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);

	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}

/*******************
 * SIDEBAR         *
 *******************/

/* Sidebar Without Background */

#sidebar .well {
	background-color:transparent;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0px;
	border:none;
}

#sidebar .nav.nav-list li {
	margin-top: 5px;
}

#sidebar .nav.nav-list li:first-child {
	margin-top:0px;
}

#sidebar .nav.nav-list li a {

	text-shadow: 1px 1px 1px #821C1C;

	letter-spacing:1px;

	border-color: #821C1C #851919 #590C0C;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3);

	border-width:1px;
	border-style:solid;

	font-size:14px;

	padding:3px 7px 4px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #FFFFCE;

	background-color: #801111;
	background-image: -moz-linear-gradient(top, #AA2727, #801111);
	background-image: -ms-linear-gradient(top, #AA2727, #801111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AA2727), to(#801111));
	background-image: -webkit-linear-gradient(top, #AA2727, #801111);
	background-image: -o-linear-gradient(top, #AA2727, #801111);
	background-image: linear-gradient(top, #AA2727, #801111);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#BB3333', endColorstr='#801111', GradientType=0);

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

#sidebar .nav.nav-list li a:hover {
	background-color: #992222;
	background-image: -moz-linear-gradient(top, #BB3333, #881111);
	background-image: -ms-linear-gradient(top, #BB3333, #881111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BB3333), to(#881111));
	background-image: -webkit-linear-gradient(top, #BB3333, #881111);
	background-image: -o-linear-gradient(top, #BB3333, #881111);
	background-image: linear-gradient(top, #BB3333, #881111);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#BB3333', endColorstr='#881111', GradientType=0);
}

#sidebar .nav.nav-list li a:active {

	color:#f0f2b1;

	background-color: #940000;
	background-image: -moz-linear-gradient(top, #A00000, #880000);
	background-image: -ms-linear-gradient(top, #A00000, #880000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A00000), to(#880000));
	background-image: -webkit-linear-gradient(top, #A00000, #880000);
	background-image: -o-linear-gradient(top, #A00000, #880000);
	background-image: linear-gradient(top, #A00000, #880000);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#A00000', endColorstr='#880000', GradientType=0);

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

#sidebar-logo-container {
	margin-top:20px;
	min-width:164px;
}

#ilab_logo {
	display:block;
	float:left;
	width:90px;
	height:89px;
	background: url('./assets/img/ilab_logo.png') no-repeat;
}

#abaa_logo {
	display:block;
	float:right;
	width:74px;
	height:89px;
	background: url('./assets/img/abaa_logo.png') no-repeat;
}

/*******************
 * HOME PAGE       *
 *******************/

#home-page-hero.hero-unit {
	background-image: url('./assets/img/shelf_lowres.jpg');
	min-height: 121px;
}

.home-col-text {
	display:block;
}

.home-col a.btn {
	margin-bottom:5px;
}

/*******************
 * GENERAL PAGE    *
 * (NON-HOME PAGE) *
 *******************/


/*******************
 * SEARCH PAGE     *
 * (NON-HOME PAGE) *
 *******************/

#search_form {
	margin-top:20px;
}

#search_form label, #search_form input[type="text"] {
	font-size: 16px;
}

.search-format-mobile {
	display:none;
}

@media (min-width: 481px) {
	#search_form input[type="text"] {
		width:280px;
	}
	#search_form select {
		width:290px;
	}

	.search-format-mobile {
		display:none;
	}

	.search-format-desktop {
		display:inherit;
	}

}
@media (max-width: 480px) {
	#search_form input[type="text"], #search_form select {
		width:100%;
	}

	.search-format-mobile {
		display:inherit;
	}

	.search-format-desktop {
		display:none;
	}
}

@media (min-width: 768px) {
	#search_form label {
		text-align:right;
		padding-top:4px;
		padding-right:15px;
	}
}

#search_form .row {
	margin-left:0px;
	margin-bottom:5px;
}

.inventory_search_submit, .inventory_search_reset {
	width:65px;
	margin-left:10px;
}

#search_form_bottommost_form_element {
	margin-bottom:25px;
}


/*******************
 * FOOTER          *
 *******************/

footer p {
	font-size:13px;
	padding-bottom:8px;
}

/***************
 * CART IFRAME *
 ***************/

#cart_iframe {
	width:100%;min-height:800px;border:none;
}
