/*
Theme Name: New Sagaya
Theme URI: http://newsagaya.com
Author: Yuit, LLC
Author URI: http://yuit.co
Description: Wordpress Theme for New Sagaya
Version: 1.0

Sagaya is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.1 - Site Layout
0.2 - Page area and overrides
0.3 - Margin Content
0.4 - Footer
0.5 - Home Page
0.6 - Other Pages
0.7 - WooCommerce Pages
0.8 - Posts
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
/*--------------------------------------------------------------
0.1 - Site Layout
--------------------------------------------------------------*/
#header_slides {
	 position:relative;
	 z-index:-1;
     width:100%;
     top:0;
}
#site_header_center {
  text-align:center;
  float:left;
  top:0;
  width:100%;
  padding:3% 0 0 0;
}
#site_header_overlay {
  /*position:absolute;*/
  max-width:960px;
  margin:0 auto;
  left:0;
  right:0;
}
#site_nav_button {
	height:0;
	visibility:hidden !important;
}
#site_header_logo {
	float:left;
    width:12%;
	margin:1% 4% 0 1%;
}
#site_header_right_container {
	float:right;
	margin:3% 4% 0 0;
}
#site_header_shop_strip {
	float:left;
	margin:10px 0 0 0;
}
#shop_cart_icon {
	float:left;
	 max-width:26px;
	 margin:0.1em 0.7em 0 0;
}
#shop_cart_contents {
	float:left;
}
#shop_cart_title {
	font-size:0.7em;
	color:#93C640;
}
#shop_cart_total {
	font-size:0.7em;
	color:#ffffff;
}
#shop_cart_fb {
	float: left;
    margin: 5px 0 0 15px;
}
#shop_cart_fb img {
	max-width:21px;
}
#site_header_shop_strip a:link, #shop_cart_total a:visited {
	text-decoration:none;
}
#site_header_cart {
	float:right;
	margin:2.8% 0 0 0;
}
#site_header_cart a:link {
	color:#ffffff;
	text-decoration:none;
}
#site_header_social {
	float:left;
	margin:-6% 0 0 12%;
}
#site_header_thumbnails_container {
  clear:left;
  max-width:960px;
  margin:0 auto;
  position:relative;
  top:100px;
}

/*
 * Caption component for header thumbnails
 */
.caption {
    position: relative;
    float:left;
    width:16%;
    overflow: hidden;
    border:1px solid white;


    /* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.caption::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background .35s ease-out;
}

.caption:hover::before {
    background: rgba(0, 0, 0, .5);
}

.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.caption__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: white;
    text-align:center;

    -webkit-transform: translateY(100%);
            transform: translateY(100%);

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}

.caption:hover .caption__overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.caption__overlay__title {
    -webkit-transform: translateY( -webkit-calc(-100% - 10px) );
            transform: translateY( calc(-100% - 10px) );

    transition: -webkit-transform .35s ease-out;
    transition:         transform .35s ease-out;
}
.caption:hover .caption__overlay__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.caption__overlay__sagaya {
  color: #92C53F;
  font-weight:bold;
  font-size:1.1em;
  text-transform:lowercase;
  margin:-3% 0 -10% 0;
}
.caption__overlay__specials {
  color: #ffffff;
  font-weight:bold;
  font-size:1.6em;
  font-family: 'Damion', cursive;
}
.caption__overlay__title_1 {
  margin:-5% 0 3% 0;
  color: #f06a24;
  font-weight:bold;
  font-size:1.1em;
  text-transform:lowercase;
  line-height:1em;
}
.caption__overlay__title_1 a:link {
	  text-decoration:none;
	  }
.caption__overlay__content {
  font-size:0.9em;
  line-height:1.4em;
}
/*--------------------------------------------------------------
0.2 - Page area and overrides
--------------------------------------------------------------*/
body {
  font-size: 0.9em;
}
#page {
	max-width:960px;
	margin: 0 auto;
    margin-top:1em;
  	position:relative;
    z-index:10;
}
.breadcrumbs {
	margin:0.7em 0 1em 0;
	font-family:'Fira Sans',sans-serif;
	text-transform:uppercase;
	font-size:0.85em;
}
.breadcrumbs a:link {
	text-decoration:none;
}
.page-title {
	margin:0 0 0.5em 0;
}
#primary {
	float:left;
	width:63%;
	padding:1% 3% 0 3.333%;
}
#primary p {
    font-size:0.8em;
    padding:0 8% 0 0;
}
#secondary {
	float:left;
	width:36%;
	padding:3.958% 3.542% 2% 0;
}
#secondary li {
	list-style-type:none;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*--------------------------------------------------------------
0.3 - Margin content
--------------------------------------------------------------*/
.simple-section-nav {
  padding:10px 10px 15px 10px;
}

.simple-section-nav h2 {
	margin:0 0 0.5em 0;
	border-top: 1px solid #f06a24;
	border-bottom: 1px solid #f06a24;
	padding:0.2em;
	font-size:1.4em;
}
.simple-section-nav h2 a:link, .simple-section-nav h2 a:visited  {
	text-decoration:none;
	color:#F06A24;
}
.simple-section-nav h2 a:hover {
	color:#93c640;
}
.simple-section-nav li {
	margin: 0 0 8px 0;
	font-size:1em;
	list-style-type:circle !important;
}
.simple-section-nav li a:link, .simple-section-nav li a:visited {
  color:#0f9eb9;
  text-decoration:none;
}
.simple-section-nav li a:hover {
	color:#f06a24;
}
.widget-title a:link {
	text-decoration:none;
	color:#F06A24;
}
.widget-title a:hover {
	color:#93C640;
}
.widget-title a:visited {
	color:#F06A24;
}
#margin_ship_today {
	margin:0 0 1em 0;
    box-shadow: 2px 2px 1px #A5948F;
}
#margin_facebook {
	margin:0em 0 1.5em 0;
}
#margin_facebook_title {
	float:left;
	margin:0 0 0.2em 0.2em;
	color:#F06A24;
	font-family: 'Fira Sans', sans-serif;
	font-size:1.3em;
	font-weight:bold;
}
#margin_facebook_title_icon {
	float:left;
	margin:0.12em 0 0 0.2em;
}
#margin_search {
	margin:0 0 0 0.5em
}
.cff-post-text {
	font-size:0.9em;
}
/*--------------------------------------------------------------
0.4 - Footer
--------------------------------------------------------------*/
#colophon {
	background-color:#3C2313;
	height:6em;
	padding:3% 0 0 0;
}
#footer_its_fresh {
	float:left;
	margin:0 1% 0 23%;
	width:6%;
	font-family: 'Fira Sans', sans-serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:0.9em;
	color:#E5CEAA;
}
#footer_motto {
	float:left;
	width:32.916%;
	padding:0 2em 0 0;
    font-family: 'Fira Sans', sans-serif;
	font-size:0.9em;
	line-height:1em;
	color:#ffffff;
	clear:right;
	line-height:1.2em;
}
#footer_destintation_logo {
	clear:left;
	margin:0 0 0 60.104%;
}
/*--------------------------------------------------------------
0.5 - Home Page
--------------------------------------------------------------*/
#home_page_container {
}
#home_page_notice {
	background-color:#e3ddc7;
	padding:1em;
	margin:0 0 1em 0;
	 text-align:center;
}
#home_ship_today_banner {
  width:80%;
  margin:0 auto;
  margin-top:1%;
  margin-bottom:3%;
}
#home_ship_today_banner img {
}
#home_jump_boxes {
	width:95%;
	margin:0 0 40px 5%;
}
.home_jump_box_row {
	width:100%;
	clear:right;
	margin:0 0 1.4em 0;
}
.home_jump_box {
	width:30.333%;
	float:left;
	margin:0 3% 1.4em 0;
	height:240px;
}
.home_jump_box_title {
	font-family: 'Roboto', sans-serif;
	font-family: 'Noto Sans', sans-serif;
	font-family: 'Fira Sans', sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:0.9em;
	color:#F06A24;
	margin:0 0 0.5em 0;
}
@media only screen and (max-width: 740px) {
	.home_jump_box_title {
		font-size:1.0em;
	}
}
.home_jump_box_title a:link {
	text-decoration:none;
	color:#F06A24;
}
.home_jump_box_title a:hover {
	color:#93C640;
}
.home_jump_box_title a:visited {
	color:#F06A24;
}
.home_jump_box_image {
	margin:0 0 0.3em 0;
}
.home_jump_box_image img {
	width:80%;
  box-shadow: 2px 2px 1px #A5948F;
}
.home_jump_box_desc {
	margin:0em 0 0.5em 0;
	padding: 0 3em 0 0;
	font-size:0.7em;
	line-height:1.5em;
	color:#333;
}
.home_jump_box_readmore {
	font-size:0.7em;
	font-weight:bold;
}
.home_jump_box_readmore a:link {
	text-decoration:none;
	color:#3E291A;
}
.home_jump_box_readmore a:hover {
	color:#93C640;
}
#home_page_video {
	float:left;
	width:60%;
	margin:0 0 2em 0;
}
#home_page_facebook {
	float:left;
	width:30%;
	margin:0 0 2em 3.5em;
}
/*--------------------------------------------------------------
0.6 - Other Pages
--------------------------------------------------------------*/
.page_markets_box {
	float:left;
	width:30%;
	margin:2% 3% 0 0;
 }
.page_markets_box img {
  max-width:100%;
  width:100%;
  border:1px solid white;
  box-shadow: 2px 2px 1px #A5948F;
}
.page_markets_title, .page_markets_title a:link, .page_markets_title a:visited {
	text-decoration:none !important;
	font-weight:bold;
	color:#0F9EB9;
	text-transform:uppercase;
}
.page_markets_box p {
	font-weight:0.9em;
}
.page_location_container {
    margin:0 0 1em 0;
}
.page_location_name {
	float:left;
	width:20%;
	margin:0 5% 0 0;
	line-height:1.2em;
	font-family: 'Fira Sans', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#0F9EB9;
	text-transform:uppercase;
 }
.page_location_name_wide {
	float:left;
	width:20%;
	margin:0 5% 5% 0;
	line-height:1.2em;
	font-family: 'Fira Sans', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#0F9EB9;
	text-transform:uppercase;
 }
.page_location_name_full {
	float:left;
	width:80%;
	margin:0 5% 5% 0;
	line-height:1.2em;
	font-family: 'Fira Sans', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#0F9EB9;
	text-transform:uppercase;
 }
.page_location_contact {
	float:left;
    font-size:0.8em;
    margin:0 4% 0 0;
	width:29%;
}
.page_location_contact img {
	box-shadow: 2px 2px 1px #A5948F;
}
.page_photo_single {
	width:90%;
    margin:0 0 1em; 0;
}
.page_photo_single img {
    border:1px solid #ffffff;
    box-shadow: 2px 2px 1px #A5948F;
 }
.page_quote {
    padding:0 45% 0 0;
    font-family: 'Fira Sans', sans-serif;
	font-size:1.1em;
    line-height:1.4em;
	font-weight:bold;
	color:#604324;
	text-transform:uppercase;
}
.page_quote_source {
	float:left;
	font-size:0.9em;
	color:#493219;
}
.page_destination_fresh_logo {
	width:38%;
	float:right;
    margin:0 14% 0 0;
  }
/* Careers Page */
.job_post_readmore {
	text-decoration:none !important;
}
/*--------------------------------------------------------------
0.6 - Woocommerce Pages
--------------------------------------------------------------*/
/* Lorri wants order notes field hidden as customer might put in special instructions
which must be honored */
#order_comments_field {
	display:none;
	height:0;
}
.note-form {
	display:none;
	height:0;
}
#shipping_notes_field {
	display:none;
	height:0;
}
/* end hide notes */
.woocommerce-shipping-fields, #ship-to-different-address {
	display:none !important;
	height:0;
}
/* Hide "is this a gift" selection */
.gift-form {
	display:none;
	height:0;
}
#billing_country_field {
	visibility:hidden !important;
	height:0 !important;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, #order_review_heading, #shipping_details_heading {
	font-size:1.2em;
	font-weight:bold;
	color:#93c640 !important;
}
#order_review_heading, #shipping_details_heading {
	margin:1em 0 1.6em 0;
}
/* White text for buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
	color: #ffffff !important;
}
.woocommerce-checkout-payment {
	background-color:none !important;
	background:#eee !important;
}
.woocommerce-tabs {
	  visibility: hidden !important;
	  height:0 !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	background-color:#e3ddc7 !important;
}
/* Thumbnail size in shopping cart */
.woocommerce-cart table.cart img {
	min-width:60px !important;
	box-shadow: 1px 1px 1px #9E9E9E;
}
/* These may need to be removed again after the shop pages overrides in /woocommerce/cart are revised */
div.woocommerce form table.shop_table.cart tbody tr td.actions a.checkout-button.button.alt.wc-forward {
	display:none;
}
div.woocommerce div.cart-collaterals div.cart_totals.calculated_shipping h2 {
	display:none;
}
div.related.products {
	  visibility: hidden !important;
	  height:0 !important;
}
ul.products li {
  border:1px solid white;
  padding:10px;
}
ul.products h3 {
  padding:0 !important;
  margin:0 0 -.4em 0.5em !important;
  line-height:1.2em !important;
}
ul.products .price {
  padding:0.5em !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius:10px !important;
	padding: 0.5em 1em !important;
}
.woocommerce a.button {
  margin:-2em 0 1em 23% !important;
  border-radius:10px !important;
  background:none;
  background-color: #92C53F !important;
  border: none !important;
  box-shadow:none !important;
  color:#ffffff !important;
  text-shadow:none !important;
  font-size:80% !important;
  text-transform: uppercase;
}
#customer_details .col-2 .button-primary {
	margin:0 !important;
}
.cart-remove-item {
	font-size:0.9em;
	color:#93c640;
	text-decoration:none;
	margin:0 0 0 1em;
}
.cart-remove-item a:hover {
	color:#f06a24;
}
.woocommerce-checkout #payment div.payment_box {
	background-color:#e3ddc7 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	max-width:200px;
}
/* multiple shipping addresses: manage addresses page */
.address-container {
	margin:0 0 2% 0;
}
.address-block {
	border: 1px dotted black;
	height:250px;
	width:220px;
	margin:0.5em 2em 0 0;
	padding: 0.5em;
}
.address-block .buttons {
	position:absolute;
	top:65%;
}
.address-column {
	width:75%;
}
.woocommerce-ordering {
	display:none;
}
/*--------------------------------------------------------------
0.8 - Post customizations
--------------------------------------------------------------*/
.entry-footer, .post-navigation, .entry-meta {
	visibility:hidden;
	height:0;
	width:0;
}
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background-color: #ede9d4;
	margin:0;
	padding:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
	clear: both;
}
h1 {
	margin:0.8em 0 0 0;
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:bold;
	line-height:0.9em;
	color:#F06A24;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color:#F06A24;
}
a:visited {
	color:#F06A24;
}
a:hover,
a:focus,
a:active {
	color:#93C640;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	width: 80%;
	margin:10px 0 0 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
	font-size:1.1em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin:0 2.8% 0 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:white;
}
.main-navigation ul a:hover {
	color:#01B2D6;
	border-top:0.2em solid #01B2D6;
}
.main-navigation ul ul a:hover {
	color:#01B2D6;
	border-top:none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
    padding:0em 0 0em 0;
	/*top: 1.5em;*/
	left: -999em;
	z-index: 99999;
    background-color:#EF6B24;
	background: rgba(239, 107, 36, 0.8);
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
}
.main-navigation ul ul a:hover {
  	color:white;
}
.main-navigation ul ul li {
  text-align:left;
  padding:0.6em 0 0.6em 0.9em;
}
.main-navigation ul ul li:first-child {
	padding-top:1em;
}
.main-navigation ul ul li:hover {
  background-color:#fa8242;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.7em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}
/*--------------------------------------------------------------
12.3 Products Pages
--------------------------------------------------------------*/
.product_jump h1 {
	font-size:1.1em;
}
	
.product_image {
	float:left;
	width:45%;
	margin:0 2% 50px 0;
}
.product_desc {
	float:left;
	width:50%;
}
.product_desc p {
	margin:0;
}
.product_price {
	color:#92c53f;
	font-size:1.2em;
}
.product_add {
	float:right;
	border-radius: 10px !important;
    padding: 0.5em 1em !important;
	background-color: #f06a24;
    color: #fff;
	width:120px;
	text-align:center;
	margin:0 0 0 10px;
}
.product_add button {
	box-shadow:none;
	color:white !important;
	text-shadow:none;
}
/*--------------------------------------------------------------
12.4 Password Recovery
--------------------------------------------------------------*/
#password_holder {
	height:400px;
}
#password_holder iframe {
	position:absolute;
	clip:rect(260px, 920px, 800px, 30px);
	top:-180px;
	left:-30px;
}

/*--------------------------------------------------------------
14.0 Responsive Design
--------------------------------------------------------------*/
@media only screen and (min-width: 0) and (max-width: 850px) {
#site_header_thumbnails_container {
	display:none !important;
	height:0 !important;
}
#shop_page_container {
	padding:20px;
}
}
@media only screen and (min-width: 0) and (max-width: 600px) {
#page {
	margin:0;
	padding:0;
}
#primary {
    float: none;
	width:98%;
	padding:1em 20px 0 20px;
}
#secondary {
    float: none;
	width:98%;
	margin:0 auto;
	padding:20px 0 0 0;
	border-top:1px dotted gray;
}
#site_header_logo {
	float:none;
	width:100%;
}
#site_nav_button {
	visibility:visible !important;
	height:auto;
}
#header_slides {
	display:none;
}
#site_header_center {
	padding:0;
}
#site_header_overlay {
    background-color: #236274;
    position: relative;
    z-index: 9999;
    top: -10px;
    padding: 20px;
    margin-bottom: 20px;
}
#shop_cart_fb {
	display:none;
	height:0;
}
#home_page_notice {
	display:none;
}
#site-navigation {
	visibility:hidden;
	height:0;
}
#margin_ship_today {
	float:none;
	width:75%;
	margin:0 auto;
	box-shadow:none;
}
#margin_facebook {
	float:none;
	width:75%;
	margin:0 auto;
	margin-top:20px;
	padding:20px 0 0 0;
	border-top:1px dotted gray;
}

#home_page_notice {
	font-size:12px;
}
	#home_ship_today_banner {
    width: 90%;
	}
	#home_page_container {
		width:100%;
		padding:0;
		margin:0 auto;
	}

	.home_jump_box {
    float: left;
    margin: 0 2% 0 0;
    width: 46%;
	}
#home_page_video {
	float:none;
	margin: 0 0 0 5%;
    width: 85%;
	height:auto;
}
#home_page_facebook {
	float:none;
	margin: 4% 0 10% 14%;
	padding:2%;
    width: 71%;
	border:1px gray dotted;
}
.page_markets_box {
	width:100%;
}
#colophon {
    height: 100px;
	padding:4% 0 !important;
}
#footer_its_fresh {
    margin:5px 1% 0 3%;
    width: 18%;
	font-size: 1.1em;
}
#footer_motto {
    padding: 0;
    width: 78%;
	font-size:0.7em;
}
#footer_destination_logo {
	float:left;
	width:40%;
	margin:0 0 0 10px;
}
.woocommerce a.button {
	margin: -2em 0 1em 10% !important;
}
.page_location_name, .page_location_name_wide {
    width: 40%;
}
.page_location_contact {
    width: 100%;
	margin:0 0 20px 0;
}
.page_quote {
    padding: 0;
}
.page_destination_fresh_logo {
	margin:15px 40px 0 0;
	width:200px;
}
#primary p {
	padding:0;
}
}
