/*
Theme Name: Acoustic Eidolon
Theme URI: http://www.vectordefector.com
Description: A custom, responsive theme developed exclusively for Acoustic Eidolon, 2015.
Version: 2.0
Author: Tom Benway | VectorDefector.com
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', Verdana, Arial, Sans-Serif;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% auto; 
	overflow-x: hidden;
}

a, a:hover { 
	outline: none;	
	color: #b22c16;
}

/* bootstrap overwrite*/
p {
	margin: 0 0 15px 0;	
}

.red {
	color: #b22c16;	
}

.orange {
	color: #f18300;	
} 

.blue {
	color: #51869f;
}

.formInput {
	border: 1px solid #e0dddd;
	background-color: #fff;
	padding: 5px 10px;
	-moz-box-shadow:    inset 0 0 5px #EFEFEF;
	-webkit-box-shadow: inset 0 0 5px #EFEFEF;
	box-shadow:         inset 0 0 5px #EFEFEF;
	color: #666;
}

.inputBtn, .wpcf7-submit, #searchsubmit, #wcbd_zip_button, .za_download_button {
	color: #fff;
	background-color: #f18300;
	border: 1px solid #f18300;
	padding: 8px 12px 8px 12px;
	-webkit-box-shadow: 0 6px 12px -8px #666;
	-moz-box-shadow: 0 6px 12px -8px #666;
	box-shadow: 0 6px 12px -8px #666;		
	cursor: pointer;	
} 

.wpcf7-submit {
	padding: 8px 25px 8px 25px;
	font-size: 18px;
}

.inputBtn.active {
	background-color: #b22c16;	
	border: 1px solid #b22c16;
}

.add_to_cart_button.product_type_simple {
	padding: 4px 8px 4px 8px !important;
	margin: 0 0 15px 0 !important;
}

.btn, .wpcf7-submit, li.product img {
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out; 
	cursor: pointer;
}

.btn:hover, .wpcf7-submit:hover, li.product img:hover {
	opacity:.50;
    filter:alpha(opacity=50);
}

#headerWrap {
	position: absolute;
	width: 100%;
	text-align: center;	
	z-index: 9999;
}	

#headerMainPhoto {
	float: left;
	width: 100%;
}

#headerLogo img {
	max-width: 100%;	
}

#header {
	float: left;
	width: 100%;
	min-height: 60px;
	background-image: url(images/nav-bg.jpg);	
	background-position: top left;
}

/*
#headerLogo, #headerRight {
	margin-top: 28%;
}*/

#headerRight {
	float: right;
}

#headerSocials, #headerCart {
	min-width: 150px;	
}

#headerCart {
	min-height: 55px;
}	

#headerSocials .fa {
	width: 36px;
	height: 36px;
	padding: 6px 0 0 0;
	margin: 0 2% 0 0;
	background-color: #fff;
	color: #666;
	font-size: 22px;
	text-align: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 8px #333;
	-moz-box-shadow: 0 2px 8px #333;
	box-shadow: 0 2px 8px #333;	
}

#headerSocials, #headerEmail {
	text-align: right;
	color: #fff;
}


#headerEmail {
	margin-top: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	white-space: nowrap;

}

#headerEmail input {
	max-width: 100%;	
}

.submitGo {
	width: 30px;
	height: 30px;
	padding: 2px;
	margin: 0 10px 0 0;
	background-color: #e4a04c;
	color: #fff;
	border: 2px solid #fff;	
	border-radius: 50%;
	text-align: center;
	font-size: 11px;
}

#headerCart .cart-contents {
	float: right;
	display: block;
	max-width: 200px;
	border: 1px solid #fff;
	background-color: #b22c16;
	color: #fff;
	margin: 10px auto 5px auto;
	padding: 5px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#homeSlides {
	max-height: 525px;	
}

#content {
	margin: 30px 0 60px 0;
	background-image: url(images/content-flourish.png);
	background-repeat: no-repeat;
	background-position: bottom right;		
}


.post {
	background-image: url(images/sq-flourish-1.png);
	background-repeat: no-repeat;
	background-position: top left;	
}


.wrapper {
	float: left;
	width: 100%;
	min-height: 500px;
	background-image: url(images/bg-pattern.jpg);
	background-color: #f7f0eb;	
}

.blogEntry {
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ded5d4;	
}

.blogPhoto {
	width: 100%;
	margin: 10px 0 20px 0;	
}

.blogPhoto img {
	max-width: 100%;
}

.postMeta {
	width: 100%;
	padding: 5px;
	margin: 5px 0 15px 0;
	border-top: 1px solid #ded5d4;	
	border-bottom: 1px solid #ded5d4;	
}

.fancyDiv:before {
	content: '';
	position: absolute;
	width: 29px;
	height: 20px;
	margin: 2px 0 0 -19px;
	background-image: url(images/div-caps.png);
	background-repeat: no-repeat;
}

.fancyDiv {
	float: left;
	width: 100%;	
	height: 10px;
	padding: 0 0 8px 0;
	margin: 3px 0 10px 0;
	border-bottom: 1px solid #b7b7b7;
}

.fancyDiv:after {
	content: '';
	position: absolute;
	width: 29px;
	height: 20px;
	right: 0;
	margin: 2px 19px 0 0;
	background-image: url(images/div-caps.png);
	background-repeat: no-repeat;
	background-position: -34px 0;
}

/* navigation items */

#navigation ul {
	margin: 0;
	padding: 0;	
}

#navigation li {
	display: inline-block;	
	margin: 0;
	padding: 18px 3% 0 0;
	/*height: 60px;*/
}
 
#navigation li a {
	color: #fff;
	font-size: 16px;	
}

#navigation .current-menu-item, #navigation .current-page-ancestor, #navigation .current_page_parent {
	background-image: url(images/nav-bullet.png);
	background-repeat: no-repeat;
	padding: 0 3% 0 30px;
}

/* subnav */
#navigation li ul { 
	position: absolute;
	width: 100%;
	max-width: 280px;
	margin: 0 0 0 -12px !important;
	padding: 18px 0 0 0;
	display: none;
	z-index: 9999;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out; 
	opacity:0 !important;
    filter:alpha(opacity=0) !important;
	-webkit-box-shadow: 0 4px 8px -4px #666;
	-moz-box-shadow: 0 4px 8px -4px #666;
	box-shadow: 0 4px 8px -4px #666;		
}

#navigation li:hover ul {
	opacity:1 !important;
    filter:alpha(opacity=100) !important;
	display: block;
}


#navigation li ul li { 
	float: left;
	width: 100%;
	height: auto !important;
	background-color:#e75210;
    text-align: left !important;
	margin: 0 !important;
	padding: 15px !important;
	list-style: none !important;
	border-bottom: 1px dashed #f18300;

}

#navigation li ul li:last-child {
	border: none;	
}

#navigation li ul .current-menu-item {
	background-color: #f18300;
	background-image: none !important;	
}


/* end sub */

/* end nav */

/* home specific items */
#homeContentCTALeft {
	min-height: 300px;
	font-size: 16px;
	line-height: 28px;
	background-image: url(images/sq-flourish-1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#homeContentCTALeft h1 {
	margin: 0 0 20px 0;	
}

#homeContentCTARight iframe, .iframeStyle {
	max-width: 100%;
	-webkit-box-shadow: 0 14px 24px -10px #222;
	-moz-box-shadow: 0 14px 24px -10px #222;
	box-shadow: 0 14px 24px -10px #222;		
}

#homeMid {
	margin-top: 45px;	
	margin-bottom: 25px;
}

#homeMid p {
	margin: 0 0 8px 0 !important;	
}

#homeMid h2 {
	text-align: left;	
}

#homeMid .fa {
	font-size: 26px;
	color: #999;	
}

.miniBtn {
	max-width: 100%;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #f18300;
	padding: 1px;	
	margin: 5px 0;
	cursor: pointer;
}

.paddedTable th {
	padding: 15px;	
}

#homeMid table td, .paddedTable td {
	padding: 15px 15px 0 15px;	
}

#homeMid table td {
	text-align: left;	
}

.tourTable {
	background-color: #fff;	
}
.paddedTable thead {
	color: #b22c16;
	background-color: rgba(235,225,205,.9);
}

.trHighlight {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(235,225,205,.75);
}

.dateGroup {
	max-width: 200px;
	padding: 10px 20px;

}

.dateD, .dateM {
	font-family: 'Lato', 'Open Sans', Verdana, Arial, Sans-Serif;
	font-weight: bold;	
}

.dateD {
	font-size: 30px;
}

.dateM {
	font-size: 16px;
	text-transform: uppercase;
	
}

.dateT {
		
}

/* end home */


.eventSort {
	float: right;
	text-align: right;	
	word-wrap: break-word;
	white-space: nowrap;
}

.eventSort p {
	margin: 10px auto;	
}


.eventSort .sortLabel {
	font-style: italic;	
}

.eventNav {
	float: left;
	width: 100%;	
	margin: 25px 0;
}

.eventNav li {
	display: inline-block;
	margin: 0 10px 10px 0;
	text-align: center;
}

.eventNav li a {
	display: block;
	padding: 2px 0;
	width: 30px;
	height: 28px;
	border: 1px solid #b22c16;	
	border-radius: 50%;
	text-align: center;
}

.eventNav .active a{
	color: #333;
	border: 1px solid #333;	
}



/* social feed items */
.dcwss-content {
	text-align: center;	
	font-family: 'Lato', 'Open Sans', Verdana, Arial, Sans-Serif;
}

.wall-outer .dcsns-toolbar .filter li {
	display: inline-block !important;
	margin: 0 8px 0 0 !important;
}

.wall-outer .dcsns-toolbar .filter a {
	min-height: 32px;	
	font-family: 'Lato', 'Open Sans', Verdana, Arial, Sans-Serif;
}

.dcsns-twitter .dcsns-tweet-icon {
	float: right;
	width: 20px;
	text-align: right;
}

.dcsns-twitter .dcsns-tweet-icon .fa-twitter {
	color: #55acee;
	font-size: 18px;
}

.dcsns-twitter .section-intro, .dcsns-twitter .icon {
	display: none !important;	
}

.dcsns-twitter .section-share {
	float: left !important;
	text-align: left !important;	
}

.dcsns-twitter .section-share a {
	background-image: none !important;
}

.dcsns-twitter .section-share a.share-reply:before {
	font-family: 'FontAwesome';
	content:"\f112";
}

.dcsns-twitter .section-share .share-reply {
	width: 50px !important;
}


.dcsns-twitter .section-share .share-reply:after {
	content: " ";	
}

.dcsns-twitter .section-share .share-retweet:before {
	font-family: 'FontAwesome';
	content:"\f079";
}

.dcsns-twitter .section-share .share-retweet {
	width: 65px !important;
}

.dcsns-twitter .section-share .share-retweet:after {
	content: " ";	
}

.dcsns-twitter .section-share .share-favorite:before {
	font-family: 'FontAwesome';
	content:"\f006";
}

.dcsns-twitter .section-share .share-favorite {
	width: 60px !important;
}

.dcsns-twitter .section-share .share-favorite:after {
	content: " ";	
}
/* end social feed */

#footer {
	float: left;
	width: 100%;
	min-height: 60px;
	background-image: url(images/nav-bg.jpg);
	background-position: top left;
	color: #fff;
}	

#footerLeft, #footerRight {
	margin: 15px 0 0 0;	
}

#footerRight {
	text-align: right;
}	

#footerLeft ul {
	margin: 0;
	padding: 0;	
}

#footerLeft li {
	display: inline-block;
	margin: 0 2% 0 0;
} 

#footerLeft li a {
	color: #fff;	
}

/* End Structure */

/* social & sharing */

.sharedaddy {
	margin: 15px 0 15px 0;	
}

#homeEvents .sharedaddy {
	margin-bottom: 0 !important;	
}

.sd-content {
	display: inline-block;
	margin-left: 10px;	
}

.sd-content .share-email a{
	background-color: #b22c16 !important;
	color: #fff !important;	
}

.sd-content .share-email a:before {
	color: #fff;	
}

.dcwss-content {
	text-align: center;	
}

.entry pre {
	border: none !important;
	background: none !important;	
}



/* end social/share */


/* shop items */
.shopSort {
	float: left;
	width: 100%;
	display: block;
	margin: 15px auto;	
}


ul.products {
	margin: 20px 0;	
	padding: 0;
	text-align: center;	
}

li.product {
	display: inline-block;
	text-align: center;	
	margin: 0 2%;
	max-width: 300px;
	vertical-align: top;
}

.related ul.products, .upsells ul.products, .cross-sells ul.products {
	margin: 0;	
	text-align: left;
}

.related li.product, .upsells li.product, .cross-sells li.product {
	max-width: 150px;
	height: auto;	
	text-align: center;
}

.product a {
	text-decoration: none;	
}

.product .images img, .products img {
	max-width: 100%;
	height: auto;
	margin: 25px 0 25px 0;	
}

.term-description p {
	display: inline-block;
}

.woocommerce-result-count {
	font-style: italic;	
}

.images img {
	max-width: 100%;
	height: auto;	
}

.variations label {
	font-size: 14px;
	color: #b22c16;	
}

.price .amount {
	font-weight: bold;
	color: #f18300;
	font-size: 18px;
}

div.type-product {
	float: left;
	width: 96%;
	padding: 2%;
	text-align: left;
}

.productRight {
	float: right;
	width: 100%;
	max-width: 800px;	
}

.panel {
	background-color: transparent !important;	
}

.productRight .price {
	margin: 25px 0 25px 0;
	font-size: 18px;	
}


/* button style w/ margin & padding */
.single_add_to_cart_button, .form-submit #submit, .add_to_cart_button, .innerBtn, .cart_totals .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .product_type_variable {
	display: inline-block !important;  
	color: #fff !important; 
	background-color: #b22c16 !important; 
	border: 1px solid #b22c16 !important; 
	border-radius: 4px !important; 
	margin: 15px 0 15px 0 !important; 
	padding: 10px 5px 10px 5px !important; 
	cursor: pointer !important; 	
}

/* btn style w/o margins */
.wc-forward, #place_order {
	display: inline-block !important; 
	color: #fff !important; 
	background-color: #b22c16 !important; 
	border: 1px solid #b22c16 !important; 
	border-radius: 4px !important; 
	padding: 10px 5px 10px 5px !important; 
	cursor: pointer !important; 	
}

.input-text {
	max-width: 100%;	
}

.shop_table {
	float: left;
	width: 100%;	
	background-color: rgba(235,225,205,.5);
}

.shop_table th {
	color: #fff !important;	
}

.description_tab {
	display: none !important;	
}

.related, .upsells, .cross-sells {
	float: left;
	width: 100%;	
}

.woocommerce-tabs {
	float: left;
	width: 100%;
	margin: 25px 0 25px 0;
	padding: 0;	
}

.woocommerce-tabs table {
	max-width: 100% !important;
}

.variationsFrame {
	float: left;
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 15px;
	border: 2px dashed #bbb;
	background-color: rgba(255,255,255,.5);
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;	
}

.variationsFrame p {
	margin: 10px auto;	
	color: #51869f;
}

.additional_information_tab {
	display: none;	
}

.woocommerce-message, .woocommerce-error {
	float: left;
	width: 100% !important;
	margin: 1% 0 1% 0;
	padding: 2%;
	border: 2px dashed #fff;
	color: #12cf1b;	
	border-top-color: #fff !important;
}

.woocommerce-message:before {
	color: #fff !important;	
}

.woocommerce-error {
	color: #b22c16 !important;
}

.woocommerce form .form-row .input-checkbox {
	position: relative !important;	
}

.woocommerce-checkout-payment .terms label {
  display:inline-block;
}
.woocommerce-checkout-payment .terms input {
  float:left;
  width:auto;
  margin: 5px 10px 0 0 !important;  
}

/* cart / checkout items */

.woocommerce .woocommerce-message { 
	width: 100% !important;
}

.woocommerce a.remove {
	font-size: 32px;
	background-color: #FF0000 !important;
	color: #fff !important
}


#payment {
	background-color: rgba(235,225,205,.5) !important;	
}

.demo_store {
	background-color: #b22c16 !important;
}

.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="password"], .woocommerce select, .woocommerce textarea {
	border: 1px solid #fff;
	background-color: #fff;
	padding: 4px;
	border-radius: 2px;
	-moz-box-shadow:    inset 0 0 5px #EFEFEF;
	-webkit-box-shadow: inset 0 0 5px #EFEFEF;
	box-shadow:         inset 0 0 5px #EFEFEF;
	font-size: 13px;
	line-height: 18px !important;
	color: #959595;
}	

.woocommerce h3 {
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #b22c16;
	border-bottom: 1px solid #515151;
}

.woocommerce-info, .woocommerce-message {
	background: none !important;
	background-color: #f18300 !important;
	color: #fff !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.woocommerce .woocommerce-info {
  border-top-color: #fff;
}

.woocommerce .woocommerce-info:before {
  color: #fff;
}

.wc-proceed-to-checkout {
	margin: 15px 0 15px 0;	
}

.shop_table th {
	color: #333 !important;	
}

.product-thumbnail img {
	max-width: 90px;
}

.shipping-calculator-form {
	float: left;
	width: 48%;	
}

.cart_totals {
	text-align: left;	
}

.cart_totals table {
	width: 100%;
}

.cart_totals .amount {
	margin: 0 10px 0 10px;
} 


.payment_methods {
	border: none !important;
}

.place-order {
	border-top: 1px solid #515151 !important;	
}

mark.count {
	display: none;
	/*
	width: 16px;
	height: 16px;
	padding: 2px;
	border-radius: 50%;	
	color: #fff;
	font-size: 10px;
	background-color: #b22c16 !important;
	text-align: center;
	letter-spacing: 1px;*/
}

#coupon_code {
	min-width: 120px;	
}

#ship-to-different-address-checkbox, #ship-to-different-address label {
	display: inline-block;	
	margin: 0;
	padding: 0;
}

.form-row.terms {
	display: inline-block;
	margin: 5px 0 15px 0;
	padding: 15px 25px !important;
	border: 2px dashed #bbb;
	background-color: rgba(255,255,255,.5);
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;	
	text-align: left !important;
}

#place_order {
	font-size: 24px !important;
	padding: 10px 35px !important;	
}

/* end shop */


/* Begin Sidebar */
#sidebar {
}

.sidebarEntry {
	float:left;
	width: 100%;
	padding: 0 5% 10% 0;
	background-image:url(images/sq-flourish-2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sidebarBox {
	float:left;
	width: 95%;
	min-height: 150px;
	padding: 15px 10px;
	font-size: 12px;
	background-color: #fff;	
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 10px solid #f9f9f9;
	-webkit-box-shadow: 0 6px 12px -8px #666;
	-moz-box-shadow: 0 6px 12px -8px #666;
	box-shadow: 0 6px 12px -8px #666;	
}

.featuredProductImg {
	float: left;
	margin: 0 15px 15px 0;	
}

.featuredProductImg img {
	width: 100%;
	box-shadow: 0 8px 10px -5px #333;		
}

.featuredProductSticker {
	position: absolute;
	width: 95px;
	height: 58px;
	margin: 0 0 0 -5px;
	background-image: url(images/buy-now.png);
	background-repeat: no-repeat;
}

.fb-page {
	width: 100% !important;	
}

/* End Sidebar */


/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', 'Open Sans', Verdana, Arial, Sans-Serif;	
}

h1 {
	color: #b22c16;	
	text-transform: uppercase;
	font-size: 30px;
}

h2 {
	display: inline-block;
	color: #f18300;
	font-size: 26px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ded5d4;
}

.entry h2 {
	margin: 20px 0 30px 0;
}

.blogEntry h2 {
	margin: 0;
	border: none;
}

h3 {
	color: #b22c16;
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;	
}
 
/* End Headers */



/* Begin Images */

.wp-playlist {
	background-color: rgba(235,225,205,.75) !important;
}

.wp-playlist-item-title, .wp-playlist-item-album, .wp-playlist-item-artist {
	font-weight: bold;	
}

.wp-playlist-item-title {
	color: #b22c16;	
}

.attachment-shop_single, .product img, .gallery .attachment-medium {		
	border: 1px solid #9a9793 !important;
	border-radius: 2px;
	-webkit-box-shadow: 0 16px 12px -12px #111;
	-moz-box-shadow: 0 16px 12px -12px #111;
	box-shadow: 0 16px 12px -12px #111;
}

.gallery-item {
	display: inline !important;
	width: 30% !important;
	margin: 1% !important;
	padding: 0 !important;	
}
	
.gallery-caption {
	display: inline-block;
	margin: 15px auto;
	font-size: 13px;
	max-width: 90%;	
}

.gallery-icon img {
	max-width: 100%;
	height: auto;	
}

 
p img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
} 


/* responsive add-ons */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#mobileNavBtn {
	display: none;
	float: left;
	min-width: 110px;
	margin: 10px 0 0 0;	
	color: #b22c16;
	background-color: #fff;
	border: 1px solid #f18300;
	padding: 8px 12px 8px 12px;
	-webkit-box-shadow: 0 6px 12px -8px #666;
	-moz-box-shadow: 0 6px 12px -8px #666;
	box-shadow: 0 6px 12px -8px #666;		
	cursor: pointer;
}

#mobileNavBtn a, #mobileNavBtn a:hover { color: #fff !important; }

#mobileNavMenu { position: absolute; top: 0; left: 0; width: 100%; display:none; background-color: #444; z-index: 9999; }
#mobileNavMenu #close { display: block; position: absolute; z-index: 9999; top: 15px; right: 20px; color: #fff; font-size: 32px; cursor: pointer; }
#mobileNavMenu ul { list-style: none; margin: 0px; padding: 0px; }
#mobileNavMenu ul li ul { display: none; }
#mobileNavMenu ul li { display: inline-block; width: 100%; list-style: none; text-align: center; }
#mobileNavMenu ul li a { display: block; padding: 20px 10px; border-bottom: 1px dotted #666; text-decoration: none; color: #fff; font-size: 16px;}
#mobileNavMenu .current-menu-item a { background-color: #f18300; color: #fff; }
#mobileNavMenu .current-menu-ancestor a { color: #b22c16; }
#mobileNavMenu .current-menu-item ul, #mobileNavMenu .current-menu-ancestor ul { display: block; }
#mobileNavMenu .current-menu-item ul li a, #mobileNavMenu .current-menu-ancestor ul li a { background-color: #444 !important; color: #fff !important; }
#mobileNavMenu .current-menu-ancestor ul li.current-menu-item a { background-color: #f18300 !important; color: #fff; }


@media all and (max-width:350px){
	#headerSocials { display: none; }
}

@media all and (max-width:550px){
	.dcsns-li { max-width: 100%; }
	.eventSort .sortLabel { display: none; }
	#headerSocials, #headerCart { width: 45% !important; }
	#headerSocials { float: left; }
	#headerCart { float: right; }
	.gallery-item { float:none !important;}
}

@media all and (max-width:640px){
	body { background-size: auto 300px !important; }
	#headerMainPhoto { height: 175px; }
	#headerWrap { top: 15px; }
	#headerLogo, #headerLeft, #headerRight, .eventSort, #headerSocials, #headerCart, #headerEmail { width: 100%; text-align: center !important; }
	#navigation { display: none; }
	#homeFeatured, #homeSocial { width: 100%; }
	#mobileNavBtn, #headerCart .cart-contents { display: block; float: none; }
	.nivo-directionNav, .nivo-caption { display: none; }
	.paddedTable thead { display: none; }
	.paddedTable, .paddedTable tbody, .paddedTable th, .paddedTable tr, .paddedTable td { display: block; width: 100% !important; word-wrap: break-word; }
	iframe.alignright { float: none; max-width: 100%; }
	.homeCal { display: none !important; }
	.variations .label, .variations .value, .variations #pa_delivery-option { width: 100%; display: block; }
	#footerLeft, #footerRight { text-align: center; }
	.gallery-item { width: 45% !important;}
	.gallery br { display: none; }
	
}


@media all and (min-width:501px) and (max-width:759px){
	body { background-size: auto 300px !important; }
	.paddedTable thead { display: none; }
	.paddedTable, .paddedTable tbody, .paddedTable th, .paddedTable tr, .paddedTable td { display: block; width: 100% !important; word-wrap: break-word; }	
	.homeCal { display: none !important; }
	#headerMainPhoto { height: 205px; }
	#navigation { display: none; }
	#mobileNavBtn { display: block; }
	#homeFeatured, #homeSocial { width: 100%; }
	li.product { max-width: 100% !important; }
	#footerLeft, #footerRight { text-align: center; }
	
}

@media all and (min-width:641px) and (max-width:767px){
	#headerWrap { top: 135px; }
}

@media all and (min-width:760px) and (max-width:1023px){
	#navigation { display: none; }
	#mobileNavBtn { display: block; }
	#footerLeft, #footerRight { text-align: center; }
	li.product { margin: 0 10px; }
	.variations .label, .variations .value, .variations #pa_delivery-option { width: 100%; display: block; }
	
}

@media all and (min-width:768px) and (max-width:819px){
	#headerWrap { top: 170px; }
	#headerMainPhoto { height: 275px; }
}

@media all and (min-width:820px) and (max-width:992px){
	#headerWrap { top: 200px; }
	#headerMainPhoto { height: 350px; }
}

@media all and (min-width:992px) and (max-width:1025px){
	#headerWrap { top: 250px; }
}

@media all and (min-width:1024px) and (max-width:1199px){
	#headerMainPhoto { height: 375px; }	 
	#headerWrap { top: 270px; }
	li.product { margin: 0 5px; }
}

@media all and (min-width:1199px) and (max-width:1500px){
	#headerWrap { top: 340px; }
}

@media all and (min-width:1200px) and (max-width:1600px){
	#headerMainPhoto { height: 425px; }	
	li.product { margin: 0 3%; }
}

@media all and (min-width:1501px){
	#headerWrap { top: 410px; }
}

@media (min-width: 1601px) {
	#headerMainPhoto { height: 525px; }
	li.product { margin: 0 3%; }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
