/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/*font-faces*/

@font-face {
    font-family: 'GothamBook';
    src: url('/fonts/gotham-book.eot');
    src: url('/fonts/gotham-book.eot') format('embedded-opentype'),
         url('/fonts/gotham-book.woff2') format('woff2'),
         url('/fonts/gotham-book.woff') format('woff'),
         url('/fonts/gotham-book.ttf') format('truetype'),
         url('/fonts/gotham-book.svg#GothamBook') format('svg');
}



/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */
body { font-family: 'GothamBook', Helvetica, Arial, sans-serif; }
p { text-align: left;  font-family: 'GothamBook' !important; }
ul li { margin-top: 3px; list-style-type: none; }
.buy_now { margin-bottom: 2em; }
#wrapper.loaded { width: 100%; }

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    font-family: inherit;
    font-size: 14px;
    letter-spacing: normal;
    outline-style: none;
    padding: 5px 2px;
}

.single-product .summary .single_add_to_cart_button:hover {
    background: none repeat scroll 0 0 #fadb21;
    color: black;
    margin-top: 3px;
    text-shadow: none;
}

.single-product .summary .single_add_to_cart_button {
    background: none repeat scroll 0 0 #fadb21;
    color: black;
    margin-top: 3px;
    text-shadow: none;
}
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button, #wrapper .woo-sc-button {
	font-size: 2em;
	color: #fadb21;
}
.woocommerce-tabs {
	display:none;
}
.related.products {
	display:none;
}
a.button, a.comment-reply-link, #commentform #submit, #contact-page .submit {
    background: none repeat scroll 0 0 #000 !important;
    border-color: #000 !important;
}

ul.products li.product a:hover .price .amount {
  background: #fadb21;
  color: black;
}

nav.col-full { max-width: none; }

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.li.current-menu-item a {
	background:none;
}

.woocommerce-message {
	display:none;
}
.chosen-single > span {
	color:black;
}

.chosen-results > li {
	color:black;
}

.chosen-container-single .chosen-single {
    background: -moz-linear-gradient(center top , #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

#header { background-size: 100%; }

#header #logo, #header #hgroup {
    display: none;
    margin-bottom: 4.236em;
}

body.has-top-nav #header {
   /* padding-top: 90em; */
}

.cart_item {
	color:white;
}

.shop_table {
	color:black;
}

#payment > p {
   color:black;
}

.woocommerce_message, .woocommerce_info, .woocommerce_error, .woocommerce-message, .woocommerce-info, .woocommerce-error {
    background: none;
}

ul.products li.product h3 {
    font-size: 2em;
    font-color: black;
    line-height: 1.387;
    margin: 0 0 1.618em;
}

ul.products .price .amount, .summary div[itemprop="offers"] .price .amount, #home-hero .price .amount {
    background: none repeat scroll 0 0 #2b2b2b;
    color: #fadb21;
}

ul.products li.product:hover {
  background: #2b2b2b;
}

ul.products li.product {
    background: none repeat scroll 0 0 padding-box #2b2b2b;
}

.price {
	color: #fadb21;
	font: 100 1.8em 'GothamBook',arial,sans-serif;
}



.gfield_label {
	color: #fadb21;
	font: 100 1.5em 'GothamBook',arial,sans-serif;
}

#top {
  border-bottom: 7px solid #fadb21;
  background: #000;
}

#wrapper .entry, #wrapper .entry p {
    color: #fff;
    font: 100 1.3em 'GothamBook',arial,sans-serif;
}

#content.home-widgets .widget_woo_component {
  border-bottom: 1px solid #fadb21;
}

#header {
  border-bottom: none;
}

#top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1.0);
}



#content.home-widgets .widget_woo_component {
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding: 0;
}

span.heading, #respond h3 {
    display: none;
}

.post img, .type-page img, .type-feature img, .type-testimonial img, .article-content img, .post img.thumbnail, .type-page img.thumbnail, .type-feature img.thumbnail, .type-testimonial img.thumbnail, .article-content img.thumbnail {
    border: none;
    border-radius: none;
}

a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button, #wrapper .woo-sc-button {
    background: none repeat scroll 0 0 #fadb21;
    color: black;
    text-shadow: none;
}

.woocommerce-cart #top .button {
	display: none!important;
}

#footer-logo {
	display:none;
}

header > h1 {
	display:none;
}

h1, h2, h3, h4 {
	color: #fadb21;
}

.page-title {
	display:none;
}

#payment .payment_methods li .payment_box {
    background-color:  none;
    background-image:  none;
    border-top:  none;
    margin: 1em -1em -1em;
    padding: 1em;
}

table tbody th {
    border-color: none;
    background: none;
}


iframe #content { margin: 0 !important; }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

#menu-secondary li { display: none; }
#menu-secondary li:first-child {display: list-item;}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 568px) { 

#menu-secondary li { display: none; }
#menu-secondary li:first-child {display: list-item;}

}