html, body {
	margin: 0px;
	padding: 0px;
	line-height: 1.42857143;
}

html {
  overflow-y: scroll;
}

*, html, 
body {
	outline: none;
}

body {
  background-color: #fff;
  color: #000;
	width: 100%;
  margin: 0px auto;
}

h1, h2, h3, h4, body, html, p, li, .navbar ul li a { 
	text-shadow: none; 
}

.container-fluid {
	padding: 0px; /* remove bootstrap default theme padding */
	margin: 0px;
}

.container {
	width: 1280px;
	max-width: 100%;
	margin: 0px auto;
}

@media screen and (max-width: 1280px) {
	.container {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
}

.col-xs-12,
.row, 
.nopadding,
.setpadding {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 5px;
  -webkit-box-sizing: border-box; /* to contain padding */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* in admin templates */

h1,h2,h3,h4,p {
	padding: 0px;
	color: #333;
}

p { 
	line-height: 1.4em;
	color: #000;
}

p, li { text-align: justify; }

#component p {
	margin-bottom: 10px;
	margin: 0 10px 10px 10px;
}

a {
  background-color: transparent;
	color: #0000ee; /* default link blue */
	color: #337ab7;
  text-decoration: none;
	outline: none !important;
}

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a.underline { 
	text-decoration: underline; 
	color: #23527c; 
	color: #0000ee;
}

pre.info {
	position: fixed;
	background: red;
	color: white;
	z-index: 100;
	bottom: 2px;
	right: 2px;
}

/* standard lists */
ul, ol {
	margin-left: 20px;
	font-weight: normal !important;
}

ul.fancy-list {
	margin-left: 0px;
	padding-left: 0px;
}

.red { color: red; }
.blue { color: blue; }
.teal { color: teal; }
.green { color: green; }
.purple { color: purple; }


.vertical-align {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .vertical-align{
    display: block;
  }
}

header .vertical-align {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  header .vertical-align{
    display: block;
  }
}

.row.equal-height-fix {
  display: flex;
  flex-wrap: wrap;
  width:100%;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-content-equal-height {
  height: 100%; /* in conjunction with row-flex, forces background color to fill to bottom */
}

.introtext {
	float: left;
	margin-right: 10px;
}

blockquote {
  padding:  5px 10px;
  font-style: italic;
  border-left: 5px solid #aaa;
}

.separator { background: #fff; padding: 15px; } /* bob - lose round corners */

/* CAROUSEL */

/* carousel arrows */
.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

/* UNITE GALLERY */
.media-gallery {
  padding-bottom: 40px;
}

.media-gallery .row {
	padding: 0px;
	margin: 20px 0 40px 0;
}

.media-gallery img {
  padding: 0px;
	margin: 0px;
  border: 1px solid #aaa;
  border: 1px solid #ccc;
	border: 1px solid tan;
}
/* GOOGLE-REVIEWS */

.view-reviews { margin: 10px; }
.write-review { margin: 10px; }

@media screen and (max-width: 400px) {
  .view-reviews, .write-review {
    display: block;
    width: 70%;
  max-width: 70%;
    margin: 1em auto;
  }
}

/* TESTIMONIALS */

.form-colpadding { padding: 0 5px; }
.radio-style input {
}

.radio-style span {
  margin-right: 10px;
  padding-bottom: 8px;
  padding-right: 2px;
  vertical-align: middle;
}

.show-testimonials {
}

.show-testimonials h2 a {
  color: #57871b;
	color: #0000ee;
  text-decoration: none;
  border-bottom: 1px solid #89d42a; /* -20 */
}
.show-testimonials h2 a:hover {
  color: #ee0000;
  text-decoration: none;
  border-bottom: 1px solid #89d42a; /* -20 */
}

.show-testimonials .testimonial {
	margin-bottom: 0px;
}

.show-testimonials .submitter {
	font-style: italic;
	text-align: right;
	margin: 0px;
}
.show-testimonials .location {
	font-style: normal;
	text-align: right;
	margin: 0px;
}

.show-testimonials .submit_date {
	text-align: right;
	margin: 0px;
}

.show-testimonials .fa-star {
  color: gold;
  color: #ccac00;
}

/* in some shortcode forms */

.box-outer {
	border: 5px solid white;
}

.box-outer h3 {
	padding: 10px;
	margin: 0px;
}

.flush-left {
	margin-left: 15px;
	padding-left: 5px;
}


/* PRODUCTS LIST PAGE */

.product-display .placeholder {
	min-height: 40px;
	padding-top: 10px;
}
.product-display .placeholder span a {
	padding: 5px;
	background: teal;
	color: black;
	color: white;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.product-display .placeholder span a:hover {
	background: #333;
	text-decoration: none;
}

.product-display .fade-in-out {
  z-index: 100;
  width: auto;
	margin-left: 0px !important;
  -webkit-animation: fadeinout 10s linear forwards;
  animation: fadeinout 10s linear forwards;
	text-align: left !important;
  text-align: center;
}
.product-display .fade-in-out a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  background: teal !important;
  color: white !important;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  90%,10% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  90%,10% { opacity: 1; }
}

.product-display @media screen and (max-width: 600px) {
  .vertical-align{
    display: block;
  }
}

/* SITEMAP */
.sitemap {
  border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: white;
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	padding: 20px;
}

.sitemap a,
.lower-spotlight a {
	color: #fff !important;
}

.sitemap a:hover,
.lower-spotlight a:hover {
	color: #ddd !important;
}

#footer {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  padding: 5px 0px 5px;
	font-size: 90%;
}

#footer .container {
  background: inherit;
}

#footer .row {
  padding: 0px;
  margin: 0px;
}

#footer .container-fluid {
  padding: 5px 0px;
}

#footer p {
	margin: 5px 0px !important;
	padding: 0px !important;
}

#footer a {
	text-decoration: underline;
	margin: 0 7px;
}


ul.fancy-list li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 3px;
}

/* END MISC */

/* *********************************************************** */

/* PUBLIC BLOG PAGE/POSTS/ETC */

.blog-post p {
	margin-left: 0px;
	padding-left: 0px;
}

.blog-post .author {
	font-style: italic;
}

.blog-post .first-word {
	font-size: 200%;
	color: black;
}


.blog-comment {
	border: 1px solid tan;
	padding: 10px;
	margin-bottom: 10px;
	/* post outer container */
}

.blog-comment .info {
	/* author, date container */
}

.blog-comment .author {
font-style: italic;
}

/* BLOG COMMENT FORM ***************************************** */

.comment-form {
border: 2px solid wheat;
padding: 10px;
padding-top: 0px;
padding-bottom: 20px;
}

.comment-form input {
	background: floralwhite;
}

.comment-form textarea,
.add-comment textarea {
width: 100%;
height: 100px;
}
/* view_post.php */

/* PAGES WITH EXCERPTS AND READ MORE ************************* */

.readmore {
	color: #333;
	font-style: italic;
}

.readmore a {
	color: #333;
	text-decoration: underline;
}

a:hover.readmore, .readmore a:hover {
	color: #000;
	text-decoration:underline !important;
}

/* TIPS TOOLTIPS ******************************************** */

.tooltip-inner {
  max-width: 350px;
  width: 350px;
	text-align: left;
}

/* BALANCE MULTI COLUMS FOR 2 AND 3 COLUMN LAYOUTS */

.balance_columns {
	column-count: 3;
	column-gap: 3em;
	column-rule: 1px dashed black;
	-moz-column-count: 3;
	-moz-column-gap: 3em;
	-moz-column-rule: 1px dashed black;
	-webkit-column-count: 3;
	-webkit-column-gap: 3em;
	-webkit-column-rule: 1px dashed black;
}

@media screen and (max-width: 980px) {
 	.balance_columns {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	width: 100%;
	}
}

@media screen and (max-width: 640px) {
 	.balance_columns {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

/* ARTICLE STUFF *****************************************  */

.article-list ul {
	padding: 0px;
	margin: 10px 0 10px 15px;
	line-height: 1.5em;
}

.latest_article_snippet ul li {
	padding: 0px;
	line-height: 1.5em;
}

.mod-latest-news .author,
.mod-latest-article .author,
.mod-latest-post .author {
  font-size: 90%;
}

.mod-latest-news .author span,
.mod-latest-article .author span,
.mod-latest-post .author span {
  font-style: italic;
}

.mod-latest-news .date,
.mod-latest-article .date,
.mod-latest-post .date {
  font-size: 90%;
}

.latest_news {
	clear:none;
}

.latest_articles {
	clear:none;
	float:right;
	margin-top: -2em;
}

@media screen and (max-width: 480px) {
	.latest_articles {
		display: table;
		float:none;
		clear:left;
		margin-top: 1em;
	}
}

/* FANCYBOX - data-caption */

.fancybox-caption {
	text-align: center;
	display: table;
	padding: 0px;
	padding: 5px;
	margin: 0 auto;
}

/* RESPONSIVE VIDEO CONTAINER */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.addtanborder {
	margin: 0px;
	padding: 2px; 
	border: 1px solid tan;
}

/* FORMS ******************************************************** */

/* FACEBOOK-COLORED CART */

#mod_cart {
	display:none;
	border: 1px solid #000;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	background: #3b5999;
}
#mod_cart a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration:none!important;
	background: #3b5999;
}

#mod_cart a:hover {
	background: #314a80;
	color: #fff;
}

#cart {
	border: 1px solid #000;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #000;
	background: #3b5999;
}
#cart a {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration:none!important;
	background: #3b5999;
}

#cart a:hover {
	background: #314a80;
	color: #fff;
}

/* ################################################################################# */
/* SEARCH **************************************************** */

.search p {
	display: block;
	clear:left;
	margin-bottom: 14px;
	padding-bottom: 15px;
}

.search span {
	display: block;
	float: left;
	text-align:right;
	width: 35%;
	clear:left;
	margin-top: 2px; /* safari */
	padding-right: 5px;
}

.search input {
	width: 40%;
}

.search input, .search select {
	display:block;
	float: left;
}

@media screen and (max-width: 400px) {
	.search label {
		width: 90%;
		text-align:left;
	}
}

#toppanel-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffead6;
	font-size: 90%;
  opacity: 1; /* Firefox */
}

#toppanel-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffead6;
	font-size: 90%;
}

#toppanel-search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffead6;
	font-size: 90%;
}
.mod-search input[type=text],
.mod-search textarea,
.mod-search select {
	border: 1px solid #eb7c22;
	box-shadow: 0 0 0px #bd641b;
}
.mod-search input[type=text] {
width: 200px;
}
.mod-search select {
width: 200px;
}
.mod-search label {
width: 80px;
text-align: left;
}

/* navbar search */

select option:not(:checked)
option:not(:checked) {
    background-color: white;
    color:#ff0000;
}

option.redbg {
background: red !important;
}
.bluebg {
background: blue !important;
color: white !important;
}

option.red {background-color:red}
option.blue {background-color:blue}
option.white {background-color:white}

input.navbar-search  {
	background: dodgerblue;
	background: #582500;
	background: #793705;
	color: white;

  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
	border: 1px solid white;
	margin: 11px 0 0 10px;
}

/* STRIPE *************************************************  */

.test-cards td, 
.test-cards th {
padding: 5px; 
border: 1px solid #aaa; 
}

.plans { margin-top: 20px; }
.plans .btn { margin-bottom: 10px;}
.plans table { width: 100%; }
.plans th, .plans td { padding: 5px; border: 1px solid #aaa; vertical-align: top; }
.profile hr { border-top: 1px solid #c07122; border-bottom: 1px solid #c07122; padding: 1px;margin: 40px 0 0 0; display:block; }

#stripeResponse {
  word-wrap: break-word;
}
.payment-errors { color: red; text-align: center; }
form.rnd {
  -webkit-box-sizing: border-box; /* to contain padding */
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  border: 2px solid khaki;
  background: floralwhite;
  padding: 5px;
}

/* alert boxes, subscriptions */

.alert {
	background: floralwhite !important;
	border: 1px solid black !important;
	color: white !important;
}

.alert p, 
.alert-success p, 
.alert-fail p,
.alert-danger p,
.alert-warning { 
	background: transparent; 
	color: black !important;
}

/* FORM/FORMS  FIELDS: SEARCH, CONTACT, ETC ******************* */

/* IMAGE PROCESSING */

.save_changes {
	position:fixed; 
	bottom: 00px;
	right: 20px; 
	z-index: 1000;
}

.invalid {
	display: block;
	color: #ff0000; 
	padding: 5px 0px; 
	margin-left: 3px; 
}

.form-group .note { 
	display: block; 
	line-height: 1.3em; 
	padding: 5px; 
	font-weight: normal; 
	color: #555 !important; 
	max-width: 90%; 
}

form .col-xs-12 {
  padding: 10px;
}

form.form {
	padding-top: 20px;
}

.form label,
.form label.control-label {
	color: #261000; /* near black */
	color: #401b00; /* really dark */
}

.form input[type=text],
.form textarea,
.form select {
	padding: 0px 5px;
	height: 2.0em;
	border: 1px solid #eb7c22;
	box-shadow: 0 0 5px #bd641b;
}

.form textarea { height: auto; }

.form select { height: 2.0em; background: white; }

.form input[type=text]:hover,
.form textarea:hover,
.form select:hover {
	border: 1px solid #401b00;
	box-shadow: 0 0 5px #a7540e !important;
}

.form input[type=text]:focus,
.form textarea:focus,
.form select:focus {
	border: 1px solid #793705;
	box-shadow: 0 0 5px #a7540e !important;
}


#contactForm {
max-width: 100%;
margin: 0 auto;
}

/* RESULTS / PASS / FAIL ******************* */

#result,
#Result { 
	min-height: 40px;
	display: table;
	padding: 10px;
	margin: 0 auto;
}

form p.fail,
p.fail,
form .fail { 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border: 1px solid red; 
	padding: 10px; 
}

form p.pass,
p.pass,
form .pass { 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	border: 1px solid green;  
	padding: 10px;
}

/* CONTACT PAGE ************************************************** */

#contact {
	max-width: 800px;
	margin: 0 auto;
}

#contact input, #contact select {
	max-width: 400px;
}

/* FORMS ******************************************************** */

/* Adjust feedback icon position */

fieldset {
	margin: 1em 2em 2em 1em !important;
	width: auto;
	padding: 10px !important;
	border: 1px solid #ffb771 !important;
}

legend {
	color: #582500;
	color: #555;
	margin-bottom: 10px;
	padding: 5px !important;
	border: 1px solid #ffe4ca !important; /* almost white */
}
input.dark_bg {
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #582500;
	color: #fff;
	border: 1px solid #d2b48c; /* tan */
	padding: 1px 4px;
	f/ont-size: 100%;
}

::-webkit-input-placeholder, 
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color:    #aaa;
	opacity: 1;
}

input[type="password"] {
  font-family: Arial;
  letter-spacing: 2px;
}

.account-form .col-xs-12, 
.account-form .col-ss-12 {
	padding: 3px 10px;
}

/*
	err: {
		container: 'tooltip'
	},
*/

label {
	font-weight: normal;
}


/* FREQUENTLY ASKED QUESTIONS ******************************** */

#faq table { border: 1px solid #aaa; }
#faq td, #faq th { border: 1px solid #aaa; padding: 5px; }
#faq td .no { color: #ff0000; }

/* FAQ: BOOTSTRAP COLLAPSIBLE */

#faq .panel-group .panel {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;

  box-shadow: none;
  border-color: #EEEEEE;
  outline: 0px !important;
}

#faq .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-color: transparent;
  color: #000;
  background-color: #eeeeee; /* blue */
}

#faq .panel-default:hover > .panel-heading {
  outline: 0px !important;
  border-color: transparent;
  color: #000;
  background-color: #dddddd; /* darker blue */
}
#faq .panel-title {
  font-size: 120%;
}
#faq .panel-title .fa {
  font-size: 100%;
  color: #999;
}

#faq .panel-title > a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

#faq .panel-group .more-less {
  float: right;
  color: #212121;
}

#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

#faq .panel-body { color: black; }

/* shopping cart icon bottom right */

.shopping-cart {
  position:fixed;
  bottom: 0px;
  right: 0px;
  color: white;
  padding: .32em;
  z-index: 10;
}
.shopping-cart .fa-shopping-cart {
  color: orangered;
  color: white;
}

/* FORM VALIDATION */

/* controls margin of err message below field */
.form-group .help-block {
  margin: 0px;
  padding: 0px;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* Contact form, bow maker info form, account help */

.help-block, .what-are-you .help-block {
	font-size: 90% !important;
	font-family: Arial !important;
}
.what-are-you .help-block {
	margin-top: 0px !important;
}

.help-block {
	m/argin-top: 0px !important;
}

/* LOGIN FORM */
.account-form .help-block {
	m/argin-top: 10px !important;
}
.account-form.login .help-block {
	margin-top: 5px !important;
}

.what-are-you .glyphicon {
	margin-top: 30px;
}

.agree .glyphicon {
	margin-top: -30px;
}

/* AGREE TO TERMS */
.agree input {
  vertical-align: middle !important;
	margin-bottom: 5px !important;;
}

