/*General*/
h1, h2, h3 {
	color: #5d2337;
}

a {
	color: #be2e41;
}

a:hover, a:focus {
	color: #250f20;
	text-decoration: underline;
}

body {
	color: #333;
	font-size: 1.95em;
}

div.amzn-native-search-bar {
	display: none;
}

/*Mobile Only Show Content*/
  .mobileShow {display: none;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }

/*Mobile Only Hide*/
 @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){ 
      .mobileHide {display: none;}
  }

/*Buttons*/
.btn-lg {
	padding: 15px 26px;
	font-size: 30px;
	min-width: 40%;
}

.btn-success, button, html input[type="button"], input[type="submit"] {
	background-color: #5d2337;
	border-color: #5d2337;
}

.btn-success:hover, button:hover, button:focus, html input[type="button"]:hover, html input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #be2e41;
	border-color: #5d2337;
}

/*Nav Bar*/
.navbar-default {
	background-color: #f7de9e;
}

.navbar-default .navbar-nav>li>a {
	color: #444;
	font-weight: 400;
}

.navbar-static-top {
	border-width: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #34495e;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
	background-color: #250f20;
}

/*Site Title*/
.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-style: italic;
}

div#site-branding.site-branding {
	background-color: #5d2337;
}

/*Home Page*/
.xpadding {
	padding-left: 6%;
	padding-right: 10px;
}

.ypadding {
	padding-right: 4%;
}

.zpadding {
	padding-left: 4%;
	padding-right: 4%;
}

/*.row {
	margin-right: 0;
}*/
.vcenter {
	padding-top: auto;
	padding-bottom: auto;
}

/*Email Sign up form*/
a.btn.btn-hollow {
	border: 3px solid;
	font-size: 2em;
	margin: 20px;
}

.crossprom, a.crossprom {
	display: block;
	padding: 10px 0;
	font-size: 1em;
	font-weight: 800;
	max-width: 100%;
	background-color: #5d2337;
	color: #fff;
	margin-top: 20px;
	border: 3px solid;
	border-color: #5d2337;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

.crossprom:hover {
	background-color: #fff;
	color: #5d2337;
	text-decoration: none;
}

.crossprom a:hover {
	text-decoration: none;
}

/*Directory*/
.wpbdp-bar {
	background-color: #fff;
}

#wpbdmsearchsubmit, #wpbdp-bar-submit-listing-button, #wpbdp-bar-view-listings-button, #wpbdp-bar-show-directory-button {
	margin: 3px;
}

/*Product Links*/
.prodlnk, a.prodlnk {
	display: block;
	padding: 10px 0;
	font-size: 1em;
	font-weight: 800;
	max-width: 375px;
	width: 100%;
	background-color: #5d2337;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid;
	border-color: #5d2337;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

.prodlnk:hover {
	background-color: #fff;
	color: #5d2337;
	text-decoration: none;
}

.prodlnk a:hover {
	text-decoration: none;
}

/*Footer*/
span.credits-theme {
	display: none;
}

span.credits-copyright a {
	color: #fff;
}