/*
Theme Name: Absolute Caterers 2020
Author: Monster Graphics :: PBS
Version: 2.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:#fff;
	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: #000;
	font-weight:bold;
	font-family: 'Dosis', sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

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

blockquote {
    border-bottom: 1px solid #dedede;
}

hr {
    clear: left;
    margin: 30px 0;
    background: none;
    border-bottom: 1px solid #dedede;
}

.mobile {
	display:none;
}


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

.smallpad {
	padding:20px 0;
}

.medpad {
	padding:35px 0;
}

.largepad {
	padding:50px 0;
}

.xlargepad {
	padding:80px 0;
}

.xlargepadtop{
	padding-top:80px;
}

.nobotpad {
    padding-bottom:0!important;
}

.wrap.narrow {
	width:870px;
	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;
}

div#hero {
    margin-bottom: 95px;
}


header,
header.smaller,
.home header.smaller,
.home header.smaller2 {
	height: 95px;
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.3s;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}


.home header {
	background-color: transparent;
	box-shadow: none;
}

.home header {
	height: 169px;
}

header h1#logo,
header.smaller h1#logo,
.home header.smaller h1#logo,
.home header.smaller2 h1#logo {
	background:url(images/ac-logo.png) no-repeat 0 0 transparent;
	width: 254px;
	height: 56px;
	text-indent:-9999px;
	position:absolute;
	left:0;
	margin:0;
	display:block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top:25px;
}

header h1#logo,
header.smaller h1#logo,
.home header.smaller h1#logo
.home header.smaller2 h1#logo {
	width: 254px;
	height: 56px;
}

header h1#logo a,
header.smaller h1#logo a,
.home header.smaller h1#logo a {
	display:block;
	width: 254px;
	height: 56px;
}

.home header.smaller2 h1#logo {
	left: 3%;
    top: 5px;
	width: 50px;
}


.home header h1#logo {
	background:url(images/logo-white.png) no-repeat 0 0 transparent;
	width:223px;
	height:135px;
}

.home header h1#logo a {
	width:223px;
	height:135px;
	display:block;
}

header nav,
header.smaller nav,
.home header.smaller nav {
	top: 45px;
	display: inline-block;
    float: right;
    position: relative;
}

.home header nav {
    top: 65px;
}


.home header nav ul li a {
    color: #fff;
}

header nav ul li a,
header.smaller nav ul li a,
.home header.smaller nav ul li a,
.home header.smaller2 nav ul li a {
    color: #737373;
}

header.smaller nav ul li.current-menu-item a, 
header.smaller nav ul li a:hover,
header.smaller2 nav ul li a:hover {
    color: #000;
	transition: all 0.3s;
}


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

nav ul {
  text-decoration: none;
  padding:0px;
  margin:0;
}

nav ul li {
	float:left;
	display: block;
	margin-right:20px;
}

nav ul li:last-child {
	margin-right:0px;
}

nav ul li a{
	color:#fff;
	text-decoration:none;
	padding:0px;
	margin:0 0px 0 0px;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	padding:0 12px 7px;
}


.home nav ul li.current-menu-item a,
.home nav ul li a:hover {
	color:#fff;
}


nav ul li.current-menu-item a,
nav ul li a:hover {
	border-bottom:3px solid #d90000;
	color:#000;
}

nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top:32px; /* this should be the same height as the top level menu -- height + padding + borders */
	left:0;
	z-index:1000;
	background: #fff;
	height:auto;
	width:240px;
	padding: 0;
	overflow:hidden;
	-webkit-border-radius: 0 0 2px 2px;
    border-radius: 0;
	box-shadow: 3px 3px 12px rgba(0,0,0,0.4);
}

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 #e0e0e0;
	text-align:left;
}

nav ul ul li:last-child {
	border:0 none;
}

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,
.home nav ul.sub-menu li a {
	color:#000;
	border:0 none;
	padding: 0 12px;
}


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 */
}

nav.woocommerce-MyAccount-navigation li a {
    color: #000;
}

nav.woocommerce-MyAccount-navigation li {
    float: none;
}

nav.woocommerce-MyAccount-navigation ul li.current-menu-item a, 
nav.woocommerce-MyAccount-navigation ul li a:hover {
    border-bottom: 0 none;
    color: #444!important;
}


input.search-field {
    padding: 8px;
}

#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,
.search-submit {
    background: url("images/search_go.png") 0 0 no-repeat transparent;
    border: medium none;
    cursor: pointer;
    height: 15px;
    width: 16px;
	margin:12px 0 0 -24px;
	text-indent: -9999px;
}

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

.shopbanner {
    background:url(images/shop-banner-1200x400.jpg) no-repeat 0 0 transparent;
    height:400px;

}



.badge {
    background: rgba(255,255,255,0.6);
    width: 340px;
    height: 340px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 28px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 170px);
    top: calc(50% - 170px);
	box-shadow: 3px 3px 12px rgba(0,0,0,0.4);
	line-height:2em;
}

.badge.noround {
    background: rgba(255,255,255,0.8);
    width:800px;
    height: auto;
    border-radius: 0;
    text-align: left;
    left: calc(50% - 400px);
    top: calc(50% - 100px);
    box-shadow: 3px 3px 12px rgba(0,0,0,0.4);
    padding: 30px;
    line-height: 1.3;
}

.badge.noround h2:after {
    content: none;
}

.badge:hover {
    background: rgba(255,255,255,0.8);
}

.badge h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
	margin-bottom:19px;
}

.badge h2:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 80px;
    display: block;
    margin: 28px auto 0;
}

.badge h3 {
    color: #000;
    font-weight: 300;
    font-size: 18px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
}

.badge p.btnarrow {
	font-size:19px;
}

.badge h2 a,
.badge h3 a,
.badge p a {
	text-decoration:none;
}

.menus .badge {
	width: 185px;
	height: 185px;
	left: calc(50% - 92px);
    top: calc(50% - 92px);
}


.fbicon {
  display: block;
  margin:30px 0 0 0;
}

.intros .col.span_4_of_12 {
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
    min-height: 445px;
    position: relative;
}

.intros img {
	margin-bottom:20px;
}

.intros h2 a{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	text-decoration:none;
}

.intros h2{
    line-height: 1.4em;
	margin-bottom: 15px;
}

.intros p.btnarrow {
    position: absolute;
    bottom: 23px;
}

.intros p.btnarrow a {
    background: url(images/arrow-red.png) no-repeat top 3px right 8% transparent;
}

.intros p.btnarrow a:hover {
    background: url(images/arrow-red.png) no-repeat top 3px right 0% transparent;
}

#content {
	position:relative;
}

.home #hero {
	background:#C6A288 url(images/home-hero.jpg) no-repeat 0 0;
	background-size: cover;
    background-attachment: fixed;
	width:100%;
	position:relative;
	margin-bottom:0px;
	color:#fff;
	line-height:0;
	height:100vh;
}

.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: #eee;
}

.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%;
	position: relative;
}

.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 {

}


.menus .span_3_of_12 .btn {
  -moz-user-select: none;
  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;
}


.menucol {
    max-width: 890px;
    margin: 0 auto;
}


.centered {
	text-align:center;
}

#myintro {
	padding:95px 0;
	background:transparent url(images/knickerbockergloy-bg.jpg) no-repeat center center;
}

#myintro.noimage {
	background:#000 url(images/knickerbockergloy-bg-noimage.jpg) no-repeat center right;
}

#myintro h2{
	font-size:28px;
	margin:0 0 22px 0;
	color:#000;
}

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

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


.btn,
.gform_button {
  -moz-user-select: none;
  border: 2px solid #000;
  border-radius:25px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 14px 34px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}

.gform_button {
    padding: 6px 37px!important;
}

.gform_wrapper textarea.large {
    height: 150px!important;
}

.btn:hover {
  background-color: rgba(0,0,0,0.2);
  color:#000;
}

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


p.btnarrow a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    background:url(images/arrow-red.png) no-repeat top 6px right 8% transparent;
    padding-right: 36px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

p.btnarrow a:hover {
    background:url(images/arrow-red.png) no-repeat top 6px right 0% transparent;
}


a.badgebtn {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
	font-size:18px;
}

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

footer {
	padding:40px 53px;
	background: url(images/footer-bg.jpg) top center #f5f5f5;
	margin: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 li {
	display:block;
	margin: 0;
}

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

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

footer p {
	margin:0 0 14px;
	color:#878787;
}


footer p a {
	color:#878787;
	text-decoration:none;
}

footer p a:hover {
	color:#000;
	text-decoration:none;
}

footer h3.widget-title {
    margin: 0;
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	color: #000;
}

footer h3.widget-title:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 80px;
    display: block;
    margin: 22px 0 0;
}

.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: 50px 0 0 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;
	padding-top:40px;
}

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


.thecontentinner {
  float: left;
  max-width: 63%;
  padding: 30px 0;
  width: 63%;
  margin-right:4%
}

aside.sidebar {
  float: left;
  max-width: 32%;
  padding: 5% 0;
}


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

.product_cat_finger-foods aside.sidebar,
.term-finger-foods-and-canapes aside.sidebar,
.product_parent_cat_finger-foods-and-canapes 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 .gform_wrapper ul li {
    border: 0 none;
    border-bottom: 0 none;
    line-height: 0;
    padding: 0;
}


.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.gfield_html a {
  text-transform: none;
  display: inline;
}	

.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 */

section.related.products {
    float: left;
}

h2.wc-nested-category-layout-category-title {
    background: none;
}

.wc-nested-category-layout-category-title span {
    display: none;
}

.wc-nested-category-layout-category-title:first-letter {
    font-size:0;
}


.carttop,
.smaller .carttop,
.home .smaller .carttop {
	position: absolute;
	right: 0;
	top: 15px;
	z-index:55;
}

p.carticon,
.smaller p.carticon,
.home .smaller p.carticon,
.home .smaller2 p.carticon  {
	background:url(images/cart-icon-black.png) no-repeat right center transparent;
	padding-right:35px;
	margin-right:15px;
	font-weight: 400;
	display:inline-block;
	line-height: 16px;
}

.home p.carticon {
	background:url(images/cart-icon.png) no-repeat right center transparent;

}

p.carticon .amount,
.smaller p.carticon .amount,
.home .smaller p.carticon .amount,
.home .smaller2 p.carticon .amount {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.home p.carticon .amount {
  color: #ffffff;
}

a.cart-contents,
.smaller a.cart-contents,
.home .smaller a.cart-contents,
.home .smaller2 a.cart-contents {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.home a.cart-contents {
  color: #ffffff;
}

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


h2.woocommerce-loop-product__title {
    background: none;
}

.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;
    width:30.75%;
}

.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;
	display:inline-block;
}

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



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

.nf-form-layout,
#gform_wrapper_2 {
    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;
}

button.button.btn-cartall {
    display: block;
}
/************************* END WOOCOMMERCE */

.clearfix { display: inline-block; }

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


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

	header .wrap {
	max-width: 100%;
	}

	#myintro {
	background:#000 url(images/knickerbockergloy-bg-noimage.jpg) no-repeat center right;
	}
	
	.carttop, 
	.smaller .carttop, 
	.home .smaller .carttop {
    right: 70px;
	top:23px;
	}	
	
	.home .carttop, 
	.home .smaller .carttop, 
	.home .smaller .carttop {
	top:27px;
	}
	
	header h1#logo, 
	header.smaller h1#logo, 
	.home header.smaller h1#logo {
    left: 3%;
    top: 5px;
	}


	#searcharea {
	display: none;
	}


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

}



/* 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 800px or less */
@media screen and (max-width: 800px) {
	
	.col {  
	margin: 1% 0 1% 0%;
	float:none;	
	}

    .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%;
	}
	
	.intros .col.span_4_of_12 {
    min-height: 0;
	margin-bottom: 30px;
    text-align: center;
	border-bottom:2px solid #ccc;
	}
	
	.intros p.btnarrow {
    position: static;
	}
	
	.menus .span_3_of_12 img {
    width: 100%;
	}
	
	
	.home #hero {
    background-attachment: scroll!important;
	height: auto;
    min-height: 0;
	}
	
	#hero .badge {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    display: block;
    box-shadow: none;
    margin-top: 95px;
	}
	
}


/* 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 500px or less */
@media screen and (max-width: 500px) {

	header h1#logo, 
	header.smaller h1#logo, 
	.home header.smaller h1#logo {
	width: 50px;
	}


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


	.desktop {
	display:none;
	}

	.mobile {
	display:block;
	}

	.heroimg img {
	width: 200px;
	}

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

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

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

}
