/*
Theme Name: Absolute Caterers
Author: Alliance Media :: PBS
Version: 1.0





/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

* {
	margin:0;
	padding:0;
}


body {
	background:#000;
	font-family: 'Raleway', sans-serif;
	color:#646472;
	font-size: 15px;
    line-height: 1.6;
}

a {
  color: #000000;
}

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

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.alignleft{
  float: left;
  margin: 0 15px 15px 0;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

h1,h2,h3,h4,h5 {
	color: #EB2414;
	font-weight:bold;
	font-family: 'Dosis', sans-serif;
}

h1 {
	font-size:29px;
}

h2 {
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
}

h3 {
	font-size:28px;
}

h2.lined {
	background:url(images/title-line.png) no-repeat bottom center;
	padding:0 0 20px;
	margin:0 0 30px 0;
}

.mobile {
	display:none;
}


.wrap {
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

.wrap.narrow {
	width:860px;
	margin:0 auto;
	position:relative;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
    list-style: none;
}

li {
	position: relative;
	line-height:24px;
}

.stars {
	padding-left: 0;
}

.stars li {
    background: url(images/icn-star.png) no-repeat center left;
	  padding: 0 0 0 2em;
}


header.sticky {
	top: 0;
	width: 100% !important;
	z-index: 99;
	background:#000 url(images/navbg.jpg) repeat-x top right;
	height:148px;
}

header .wrap{
	max-width:980px;
}

.menuareaz {
  min-height: 80px;
}

header h1{
	background:url(images/ac-logo.png) no-repeat 0 0 transparent;
	width:255px;
	height:56px;
	text-indent:-9999px;
	position:absolute;
	left:25px;
	top:12px;
	margin:0px;
	display:block;
}

.home header h1{
    display: none;
}

.wrapfixed header h1{
	display:block;
}

header h1 a{
	width:255px;
	height:56px;
	display:block;
}

#searcharea {
  height: 37px;
  left: 33px;
  overflow: hidden;
  position: relative;
  text-align: right;
  top: 21px;
  width: 129px;
}

#searcharea form {
	float:right;
}

#searchform #s {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: transparent   -moz-use-text-color transparent transparent ;
    border-style: solid none solid solid;
    border-width: 0px medium;
    color: #333333;
    float: left;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 12px;
    width: 117px;
    background: #fff;
}

#searchsubmit {
    background: url("images/search_go.png") 0 0 no-repeat transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 16px;
	margin:12px 0 0 -24px;
}

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.comment-form .input-group input[type="text"], .comment-form .input-group input[type="email"], .comment-form .input-group input[type="url"], .comment-form .input-group textarea, .gfield_captcha_input_container .input-group input, .input-group .comment-form input[type="text"], .input-group .comment-form input[type="email"], .input-group .comment-form input[type="url"], .input-group .comment-form textarea, .input-group .form-control, .input-group .gfield_captcha_input_container input, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea, .form-control, .gfield_captcha_input_container input {
  background-color: #ffffff;
  background-image: none;
  border: 0 none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #A6A6B7;
  display: block;
  font-size: 16px;
  height: 25px;
  line-height: 1.6;
  padding: 6px 12px;
  width: 100%;
}

.header-search-form .btn.btn-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #494949;
  font-size: 17px;
  margin: -6px -6px 0;
  padding: 0;
}


.fbicon {
  height: 36px;
  position: absolute;
  right: 0;
  top: 23px;
  width: 36px;
}

nav {
	font-family: 'Dosis', sans-serif;
	float:left;
}

nav ul {
  color: #000;
  text-decoration: none;
  padding:0px;
  margin:0;
  height:79px;
}

nav ul li {
	float:left;
	display: block;
	line-height: 79px;
}

nav ul li  a{
	color:#000;
	text-decoration:none;
	padding:0px;
	margin:0 0px 0 0px;
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
	padding:6px 19px;
}

nav ul li  a:hover {
	color:#eb2414;
}

nav ul li.current-menu-item a{
	color:#eb2414;
	border:2px solid #eb2414;
}

nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 67px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:-67px;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	padding: 11px 0px 11px;
	overflow:hidden;
	-webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
	background: transparent url(images/dropdown-top.png) center top no-repeat;
}

nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	line-height:3em;
	margin:0;
	background:#fff;
	border-bottom:1px solid #000;
	text-align:center;
}

nav ul ul li:last-child {
}

nav ul ul li a { /* target all sub menu item links */
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	font-size:16px;
	margin:0;
	padding:0;
}

nav  ul.sub-menu li a {
	color:#000;
		border:0 none;
}


nav ul ul li.current-menu-item a,
nav ul ul li a:hover {
	color:#eb2414;
	border:0 none;
}

nav ul li:hover > ul {
	display: inline; /* show sub menus when hovering over a parent */
}

div#click-menu {
    width: 100%;
	margin-top:32px;
}


#content {
	position:relative;
}

#hero {
	background:#C6A288 url(images/table-bg.JPG) no-repeat fixed 0 0;
	width:100%;
	position:relative;
	margin-bottom:0px;
	color:#fff;
	padding:160px 0 40px 0;
	line-height:0;
}

.heroimg {
  max-height: 449px;
  text-align: center;
}

.heroimg img {
    width: 360px;
}


.wooden {
	background:#373737 url(images/wooden-bg.jpg) no-repeat fixed;
	padding:124px 0;
}

.wooden .col.span_3_of_12.centered > img {
  width: 90%;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section.internal {
	margin-top:100px;
}

.section.internal.menus .span_3_of_12 {
  background: #eeeeee;
}

.section.internal.menus img {
  max-width: 90%;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
	position: relative;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}

.menus .span_3_of_12 {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  padding: 11px 0;
}

.menus .span_3_of_12::before {
  background: rgba(0, 0, 0, 0) url("images/photo-peg.png") no-repeat scroll center top;
  content: "";
  height: 105px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -90px;
  width: 93px;
}


.menus .span_3_of_12 .btn {
  -moz-user-select: none;
  background:;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin:12px 0 0 0;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}



.menus .span_3_of_12 .btn:hover {
  background:#C7C7C7;
}



.centered {
	text-align:center;
}

#myintro {
	padding:47px 0;
	background:#000 url(images/desert-bg.jpg) no-repeat bottom right;
}

#myintro p{
	font-size:20px;
	margin:0 0 22px 0;
	color:#fff;
}

#myintro p a.btn {
    margin-top: 19px;
}


.btn {
  -moz-user-select: none;
  border: 3px solid #EB2414;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 14px 22px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: url(images/arrow-right-white.png) ;
  color: #EB2414;
  font-weight: 600;
  text-decoration: none;
  text-transform:uppercase;
  	font-family: 'Dosis', sans-serif;
}

.btn.blue {
  background: url(images/arrow-right-white.png) no-repeat scroll 94% center #00ACE9;
}

.btn:hover {
  background-color: #EB2414;
  color:#000;
}

p  a.btn {
	text-decoration:none;
	color:#EB2414;
}

main p,
main h1,
main h2,
main h3 {
	margin:0 0 14px 0;
}

footer {
	padding:40px 53px;
	background: #000;
	margin:44px 0 0 0;
	color:#fff;
	font-size:14px;
}

.col-lg-3 {
  width: 25%;
	float:left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}

.col-lg-4 {
	width: 33.3333%;
	float:left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}

.col-lg-5 {
  width: 41.6667%;
	float:left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
    position: relative;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

footer .nav {
  background: rgba(0, 0, 0, 0) url("images/grey-line.png") no-repeat scroll center bottom;
  line-height: 1.8;
  padding: 0 0 41px;
	margin: 0 0 30px;
  position: relative;
  text-align: center;
  width: auto;
}



footer .nav li {
	display:inline;
	margin: 0 3%;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
}

footer .nav li a {
	text-decoration:none;
	color:#A7A7B7;
}

footer .nav li a:hover {
	color:#eb2414;
}

footer p {
	margin:0 0 14px;
}

.copyright {
	text-align:center;
}

.vanity .copyright a{
	color:#eb2414;
}

.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}

.vanity {
	clear: left;
	text-align:center;
	font-size:12px;
	margin: 0;
	padding: 0px 0 0;
}

.vanity p  {
	color:#A7A7B7;
}

.vanity p a {
  color: #a7a7b7;
  text-decoration: none;
}

.vanity p a:hover{
	color:#A7A7B7;
}

.mglogo img {
  height: auto;
  max-width: 180px;
}

.thecontent {
	background:#fff;
}

.thecontent p {
	color:#646472;
	margin:0 0 20px;
}


.thecontentinner {
  float: left;
  max-width: 58%;
  padding: 5% 30px 5% 5%;
  width: 58%;
}

.thecontentinner.full {
  float: none;
  max-width: 100%;
  padding: 5% 0px 5% 0%;
  width: 100%;
}

.thecontentinner li {
  list-style: inside none disc;
}

.thecontentinner strong,
.thecontentinner b {
	font-weight:700;
}

.thecontentinner.full {
  float: none;
  max-width: 90%;
  padding: 5% ;
  width: 90%;
}

aside.sidebar {
  float: left;
  max-width: 28%;
  padding: 5% 3%;
}

.product_cat_finger-foods aside.sidebar,
.term-finger-foods aside.sidebar,
.product_parent_cat_finger-foods aside.sidebar  {
  position: sticky;
  top: 139px;
}


body.edge.product_cat_finger-foods aside.sidebar,
body.edge.term-finger-foods aside.sidebar,
body.edge.product_parent_cat_finger-foods aside.sidebar,
body.ie.product_cat_finger-foods aside.sidebar,
body.ie.term-finger-foods aside.sidebar,
body.ie.product_parent_cat_finger-foods aside.sidebar  {
  position: fixed;
  left:calc(50% + 157px);
}


body.edge aside.sidebar li,
body.ie aside.sidebar li {
	background:#fff;
}




aside.sidebar  article{
	margin-bottom:20px;
}

article.sec1 {
	padding:0 0px;
}

article.sec1 header {
	margin-bottom:0px;
	background:#f0f0f0;
	overflow:hidden;
}

aside.widget {
	margin: 0 0 25px;
}

.sidewrap {
	padding:0 15px 15px 15px;
}

.sidebar ul {
	margin:0;
	padding:0;
}

.sidebar ul li {
  border:1px solid #eb2414;
	border-bottom:0 none;
  line-height: 43px;
  padding: 0 20px;
}

.sidebar ul li:last-child {
  border-bottom:1px solid #eb2414;

}

.sidebar ul li a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.sidebar ul li:hover {
	background:#ECECEC;
}


.thecontentinner h2,
.sidebar h2 ,
h1.widget-title,
.page-title {
  background: rgba(0, 0, 0, 0) url("images/title-line.png") no-repeat scroll left bottom;
  margin: 0 0 30px;
  padding: 0 0 20px;
      font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

header .wrap.breadcrumbs {
  background: #000000 none repeat scroll 0 0;
  max-width: 1200px;
  padding:20px 0;
}


/***************** START WOOCOMMERCE */

.carttop {
  width:25%;
  float:left;
  text-align: right;
}

p.carticon {
  background:url(images/cart-icon.png) no-repeat right center transparent;
  padding-right:35px;
  margin-right:15px;
  font-family: "Dosis",sans-serif;
  font-weight: 600;
  display:inline-block;
}

p.carticon .amount {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

a.cart-contents {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.breadcrumbs a.cart-contents {
    width: 130%;
    display: block;
    text-align: left;
}


.breadcrumb,
.woocommerce-breadcrumb {
	color:#fff!important;
	font-family: 'Dosis', sans-serif;
	font-size:18px!important;
	font-weight:600;
	margin: 0 !important;
  width:75%;
  float:left;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
	color:#A7A7B7!important;
	text-decoration:none;
	
}

.woocommerce ul.products li.product a img {
  border-radius: 3px;
}


.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  text-align: center;
  background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 12px;
}

.woocommerce ul.products li.product h3 {
  font-size: 1.2em;
  padding:0 0 0.5em;
}

.amount {
  color: #000000;
  font-size: 22px;
}

.quantity {
  margin: 0 12px !important;
  width: 2.5em;
}

.numpeople {
  width: 2.5em;
}

.woocommerce .quantity .qty {
  border: 1px solid #777777;
  padding: 5px;
  text-align: center;
  width: 3.631em;
}

.woocommerce .numpeople .qty {
  border: 1px solid #777777;
  padding: 5px;
  text-align: center;
  width: 3.631em;
}

.woocommerce ul.products li.product .button {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #eb2414;
  border-radius: 0;
  color: #eb2414;
  margin-top: 1em;
  font-family: "Dosis",sans-serif;
  text-transform:uppercase;
}

.checkall,
[for="checkall"] { display: none;} {
  display: none;
}

.button.btn-cartall {
	background: #eb2414 none repeat scroll 0 0 !important;
	border: 2px solid #eb2414;
	margin: 20px 0 !important;
	color:#fff!important;
	border-radius:0 !important;
	color: #eb2414;
	margin-top: 1em;
	font-family: "Dosis",sans-serif !important;
	text-transform:uppercase;
	font-size: 1.3em !important;
}

.woocommerce-shipping-fields #allw {
    display: none;
}

.woocommerce-tabs {
	display:none;
}

.single-product .btn-cartall {
	display:none!important;
}

.term-46 li img {
	display:none!important;
}

#payment li {
  list-style: outside none none;
}


/***************** END WOOCOMMERCE */

.site-description {
  display: none;
}

.quote {
	background:#F5F5F5;
	padding:16px;
	color:#000;
}

.quote {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #000000;
  padding: 20px 16px 24px;
  margin: 0 0 30px;
}

.quotetxt {
  border-right: 1px solid #9d9d9d;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 2% 0 0;
  width: 64%;
}

.quoteaurth {
  color: #555555;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 2%;
  width: 29%;
}

.quote h3 {
  background: rgba(0, 0, 0, 0) url("images/title-line.png") no-repeat scroll left bottom;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 29px;
  padding: 0 0 13px;
  text-transform: uppercase;
}

.gallery {
  overflow: auto;
  margin: 0 0 30px 0;
}

.gallery figure {
  float: left;
  margin:1%;
}

.gallery figcaption {
  color: #000000;
  text-align: center;
}

.textarea-wrap textarea {
  height: 92px;
}

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0px!important;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
  padding: 6px;
}

.ninja-forms-all-fields-wrap {
  background: #ececec none repeat scroll 0 0;
  padding: 15px;
}

/************************* START WOOCOMMERCE */
.woocommerce div.product form.cart .button, 
.button.add_to_cart_button.product_type_simple, 
.woocommerce ul.products li.product .button, 
.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.checkout-button.button.alt.wc-forward, 
#place_order, 
.login .button {
  -moz-user-select: none;
  border: 2px solid #EB2414;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.42857;
  margin: 5px;
  padding: 10px 17px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #EB2414;
  font-weight: 600;
  text-decoration: none;
  text-transform:uppercase;
  	font-family: 'Dosis', sans-serif;
	background:#fff;
	border-radius:0;
}

.summary .single_add_to_cart_button.button.alt {
	margin: 0 0 0 20px!important;
    padding: 0 10px!important;
}

.wc-nested-category-layout-category-title > a {
  color: #000000;
}


.button:hover {
background:#EB2414!important;
color:#fff!important;	
}

select, .input-text {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  border: 1px solid #b8b9c8;
  padding: 5px;
}
/************************* END WOOCOMMERCE */

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */


/* for 1500px or less */
@media screen and (max-width: 1500px) {

	header .wrap {
	max-width: 100%;
	margin-left:300px;
	}

	#myintro {
	background:#000 url(images/desert-bg-small.jpg) no-repeat bottom right;
	}


	#searcharea {
	display: none;
	}

	.fbicon {
	display:none;
	}

	header .wrap {
	margin-left: 0px;
	}

	header nav {
	display:none;
	}

	#click-menu.admin-bar-showing {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	  left: 0;
	  margin: 15px auto 0;
	  right: 0;
	}


	header h1 {
	  background: url("images/emc-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  float: none;
	  margin: 30px auto;
	  width: 138px;
	}

	#myintro {
	background: none;
	}
}

/* for 1168px or less */
@media screen and (max-width: 1168px) {


	.col.slider {
		display:none;
	}
	.wrap {
	max-width:94%;
	}

	#hero h1,
	#hero p,
	#hero ul	{
	}

}



/* for 1100px or less */
@media screen and (max-width: 1100px) {


	#content {
	top: 0;
	width: 100%;
	}


	nav ul li a {
	font-size: 16px;
	}

	.wrap {
	margin:0px auto;
	}



	ul {
	padding: 0;
	}

	body #content aside.sidebar {
	top: 0px;
	clear: left;
	margin: 30px 0 0;
	float: none;
	max-width: 100%;
	padding: 5%;
	position:relative !important;
	left:0;
	}

	.thecontentinner {
	float: none;
	max-width: 90%;
	padding: 5%;
	width: 90%;
	}



}


/* for 700px or less */
@media screen and (max-width: 700px) {

	.wrap.thecontent.clearfix {
	  max-width: 100%;
	}

}


/* for 600px or less */
@media screen and (max-width: 600px) {
	.vanity {
	  text-align: center;
	  border:0 none;
	  margin:0;
	  padding:0;
	}


	.footerseg {
	display:none;
	}

	footer {
		padding:10px 0;
	}

	.ourservices ul li {
	float: none;
	width: 100%;
	}

	.quotetxt {
	  border-bottom: 1px solid #9d9d9d;
	  border-right: 0 none;
	  float: none;
	  margin: 0 0 20px;
	  padding: 0 0 20px;
	  width: 100%;
	}

	.quoteaurth {
	  color: #555555;
	  float: none;
	  font-size: 12px;
	  font-weight: 700;
	  margin: 0;
	  width: 100%;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

  .carttop {
    width:100%;
    float:none;
    text-align: right;
  }


  .breadcrumb,
  .woocommerce-breadcrumb {
    display:none;
  }


	.desktop {
	display:none;
	}

	.mobile {
	display:block;
	}


	#hero {
	  background: #c6a288 url("images/table-bg-mobile.jpg") no-repeat fixed center -174px;
	  padding: 80px 0 29px;
	  position: relative;
	  width: 100%;
	}

	.heroimg img {
	    width: 200px;
	}

	.col {  margin: 1% 0 1% 0%; }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%;
	}

	h2.lined {
	font-size: 18px;
	}

	#myintro p {
	font-size: 16px;
	margin: 0 0 16px;
	}


	.wooden {
	padding: 124px 0 20px;
	}

	.menus .span_3_of_12::before {
	display: none;
	}


	.menus .span_3_of_12:first-child::before {
	display:block;
	}

	.menus .span_3_of_12 {
	  margin: 0 0 20px;
	}

	footer .nav li {
	display: block;
	margin: 0 0 10px;
	}

	footer {
	margin: 25px 0 0;
	}

	footer .nav {
	padding: 0 0 28px;
	}

	.fleft {
	display:block;
	}

	.col.span_12_of_12.copyright {
	margin-bottom: 35px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
	width: 100%;
	}

}
