/*
Theme Name: Order Prime Time
Template: onepress
Author: Servator Design
Author URI: http://www.servatordesign.com
Text Domain: orderprimetime
*/

/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
	font-display: swap;
  src: url('https://orderprimetime.com/wp-content/themes/orderprimetime/assets/fonts/Caveat-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
	font-display: swap;
  src: url('https://orderprimetime.com/wp-content/themes/orderprimetime/assets/fonts/Caveat-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://orderprimetime.com/wp-content/themes/orderprimetime/assets/fonts/Montserrat-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://orderprimetime.com/wp-content/themes/orderprimetime/assets/fonts/Monserrat-italics-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/orderprimetime/assets/fonts/Montserrat-latin.woff2') format('woff2');
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://orderprimetime.com/wp-content/themes/orderprimetime/assets/fonts/Montserrat-italics-latin.woff2') format('woff2');
}
html, body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  height: 100%;
}
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}
.site {
  background: #FFFFFF;
  position: relative;
    margin: 0 auto;
}
body, button, input, select, optgroup, textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #454546;
}
pre, code, input, textarea {
  font: inherit;
}
::-moz-selection, ::selection {
  background: #000000;
  color: #FFFFFF;
}
a {
  color: #18453B;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: #ffc451;
  text-decoration: underline;
  text-decoration-color: #BBBBBB
}
a:active, a:focus, a:hover {
  outline: none;
  outline-width: 0
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #454546;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #454546;
  text-decoration: none;
}
h1 {
  line-height: 1.3;
  font-size: 36px;
  font-size: 2.25rem;
}
h1 span {
  font-weight: bold;
}
h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}
h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
img + h3 {
  display: inline-block;
}
.wc-block-grid+h2 {margin-top:60px;}
h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}
h5, h6, h2.upp {
  text-transform: uppercase;
  font-weight: 700;
}
h5 {
  font-size: 15px;
  font-size: 0.9375rem;
}
h6 {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
b, strong {
  font-weight: bold;
}
blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p, dfn, cite, em, i {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}
figure {
  margin: 0;
}
address {
  margin: 20px 0;
}
hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
  box-sizing: content-box;
  overflow: visible
}
tt, kbd, pre, code, samp, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
  font-family: monospace, monospace;
  font-size: 1em;
  display: block;
  color: #292b2c
}
details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}
abbr, acronym, dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}
mark, .mark {
  background-color: transparent;
  text-decoration: none;
padding: .2em;
}
.nobr { white-space: nowrap}
small {
  font-size: 82%;
}
big {
  font-size: 125%;
}
ul, ol {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul li, ol li {
  margin: 8px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 20px 20px;
}
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  line-height: 1.42857;
  padding: 6px 4px 6px 0;
  vertical-align: middle;
}
table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}
table th {
  font-size: 14px;
  /*letter-spacing: 2px;
  text-transform: uppercase;*/
}
#tab-cooking-instructions table {
	width: auto;
	margin: 20px 0 30px 0;
}
#tab-cooking-instructions table td {
	padding: 8px 20px 8px 15px;
}
#tab-cooking-instructions table tr:nth-child(odd) {
	background-color:#ededed;
}
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
  margin: 0 2px;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  cursor: pointer;
}
textarea {
  resize: vertical;
  overflow: auto
}
select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
	height: auto !important;
}
textarea:not(.editor-post-title__input), input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], .select2-container--default .select2-selection--single, .select2-container .select2-selection--single {
  padding: 8px 10px!important;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
  background: #F8F8F8;
    min-height: 44px;
}
textarea:not(.editor-post-title__input):focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
input.loopz-cart-subtotal-td-form-input {max-width: calc(100% - 86px); /*width: calc(100% - 86px)*/}
#loopz-apply-gc-form {flex-direction: row; justify-content: space-between; flex-wrap: nowrap; align-items: center; margin-right: 0; max-width: 525px; }

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f8f9f9;
  border-radius: 3px;
  clip: auto !important;
  color: #18453B;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft, .alignright {
  display: inline;
  margin-bottom: 1em
}
.alignleft {
  float: left;
  margin-right: 2em;
}
.alignright {
  float: right;
  margin-left: 2em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
white-space: nowrap
}
.hide, .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer, .site-header .custom-logo-transparent {
  display: none;
}
.infinity-end.neverending .site-footer, .followWrap {
  display: block;
}
.clearleft {
  clear: left;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}
body.mce-content-body {
  margin: 20px 40px;
  font-size: 13px;
}
#primary {
  padding-bottom: 40px;
  padding-top: 40px;
}
.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
  padding: 0;
}
.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content {
  margin-bottom: 0px;
}
#secondary {
  padding-bottom: 40px;
  padding-top: 0;
}
.content-area, .sidebar {
  width: 100%;
  float: none;
}
.super-simple-slider-container .prev, .super-simple-slider-container .next {
  border: 0;
}
.left-sidebar .site-main {
  margin-left: auto;
}
.no-sidebar .content-area {
  width: 100%;
}
.single-post .no-sidebar .site-main, .single-post .no-sidebar .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.footer-widgets {
  background: #050505;
}
.footer-widgets.section-padding {
  padding: 70px 0px 35px;
  padding: 4.375rem 0px 2.1875rem;
}
.footer-widgets table {
  border-collapse: collapse;
}
.footer-widgets table > thead > tr > th, .footer-widgets table > thead > tr > td {
  border-width: 1px;
}
.footer-widgets table th, .footer-widgets table td {
  border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
  color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li, .footer-widgets .widget-area .widget_archive li, .footer-widgets .widget-area .widget_meta li {
  width: 100% !important;
  float: none;
}
.footer-widgets .widget_recent_entries ul li, .footer-widgets .widget_recent_comments ul li {
  border-bottom: 0px none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
  margin-bottom: 30px;
}
.site-header {
  position: relative;
  width: 100%;
  background: #18453B;
  z-index: 1000;
  -webkit-transition: all 1s ease-out;
  
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#masthead .container-fluid, #content-inside {
  width: 100%;
  max-width: 1140px;
  padding: 0;
    margin: 0 auto;
}
.site-header.header-fixed {
  top: 0px;
  left: 0px;
  position: fixed;
}
.is-transparent .followWrap {
  z-index: 99;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  display: block;
}
.is-transparent .site-header {
  background: transparent;
  position: fixed;
  top: 0px;
}
.is-transparent .site-header.no-sticky {
  position: absolute;
  top: auto;
}
.is-transparent .site-header.no-scroll {
  box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
  display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo, .onepress-menu .nav-toggle-subarrow {
  display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span, .is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
  background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
  background-color: transparent;
}
.is-transparent .site-header.header-fixed {
  background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
  background: transparent;
  box-shadow: none;
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}
.site-branding {
  height: 140px;
  width: 24%;
  min-width: 180px;
  margin: 0 auto;
  padding: 10px 0;
}
.site-branding img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.mainnav {
  padding: 20px 10px;
  height: 65px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.headaddress, .headcart {
  width: 15%;
  float: left;
  margin: 40px 4%;
}
.headphone {
  width: 10%;
  float: left;
  margin: 40px 4% 40px 6%;
}
.headlogin {
  width: 9%;
  float: left;
  margin: 40px 3% 40px 10%;
}
.headaddress, .headphone, .headlogin, .headcart, .headlogin a, .headcart a, .headaddress a, .headphone a, .cart-menu a, .cart-menu {
  font-size: .9em;
  color: #ffffff;
  line-height: 1.4;
  position: relative;
}
.headaddress i, .headphone i, .headlogin i, .headcart i {
  position: absolute;
  left: -30px;
  top: 10px;
  font-size: 1.1em
}
.headlogin, .headcart, .header-btn {
  float: right;
}
.headaddress {
  width: 15%;
  margin: 40px 0 40px 2%;
}
.super-simple-slider-container {
    width: 1110px;
    max-width: 100%;
	margin: 0 auto;
}
.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}
/*.sanpop-link img {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-left: 30px;
	margin-bottom: 10px;
}*/
.caternav { font-size: 18px; font-weight: 700;}
.caternav a { color: #555555; margin:0 30px 30px 0; white-space: nowrap;}
#menu-home-categories, #menu-shop-categories, #menu-kitchen-categories, #menu-celebration-categories, #menu-bundles-categories, #menu-pantry-categories, #menu-seafood-categories, footer .menu, .onepress-menu, .onepress-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-home-categories, #menu-shop-categories, #menu-kitchen-categories, #menu-celebration-categories, #menu-bundles-categories, #menu-pantry-categories, #menu-seafood-categories {
  margin-left: -15px;
  margin-right: -15px;
}
footer .menu, footer h4, .recleft {
  text-align: left
}
footer h4 {
  color: #ffffff;
  font-weight: 400;
}
.onepress-menu {
  margin: 0 auto;
  display: inline-block;
}
.onepress-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.onepress-menu ul ul {
  top: 0;
  left: 100%;
}
.onepress-menu li, .onepress-menu a, #menu-home-categories li, #menu-shop-categories li, #menu-kitchen-categories li, #menu-celebration-categories li, #menu-bundles-categories li, #menu-pantry-categories li, #menu-seafood-categories li {
  position: relative;
}
.onepress-menu > li, #menu-home-categories li, #menu-shop-categories li, #menu-kitchen-categories li, #menu-celebration-categories li, #menu-bundles-categories li, #menu-pantry-categories li, #menu-seafood-categories li {
  float: left;
}
#menu-shop-categories li a, #menu-kitchen-categories li a, #menu-celebration-categories li a, #menu-bundles-categories li a {color: #ffffff;}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul, .onepress-menu a, #menu-home-categories li, #menu-shop-categories li, #menu-kitchen-categories li, #menu-celebration-categories li, #menu-bundles-categories li, #menu-pantry-categories li, #menu-seafood-categories li {
  display: block;
}
.onepress-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.onepress-menu li:hover, .onepress-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.onepress-menu a {
  color: #454546;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 0;
}
.onepress-menu ul li {
  line-height: 26px;
}
.onepress-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  color: #454546;
  font-size: 13px;
  text-transform: none;
  background: #ffffff;
}
.onepress-menu ul li a:hover, .onepress-menu li.onepress-current-item > a, .onepress-menu ul li.current-menu-item > a, .onepress-menu > li a.menu-actived, .onepress-menu a:hover {
  color: #18453B;
}
.onepress-menu > li:last-child > a {
  padding-right: 0px;
}
#nav-toggle {
  display: none;
  margin-left: 15px;
}

#menu-home-categories li {
  height: 200px;
  width: 200px;
  overflow: hidden;
  margin: 15px;
}
#menu-shop-categories li, #menu-kitchen-categories li, #menu-celebration-categories li, #menu-bundles-categories li, #menu-pantry-categories li, #menu-seafood-categories li {
  height: 240px;
  width: 240px;
  overflow: hidden;
  margin: 15px;
    background-color: #18453B;
}
#menu-home-categories li:nth-of-type(5), #menu-home-categories li:nth-of-type(10), #menu-home-categories li:nth-of-type(15) {
  margin-right: 0px;
}
#menu-home-categories li:nth-of-type(1), #menu-home-categories li:nth-of-type(6), #menu-home-categories li:nth-of-type(11) {
  margin-left: 0px;
}
#menu-home-categories li img {
  height: 200px;
  object-fit: cover;
  padding: 0;
}
#menu-shop-categories li img, #menu-kitchen-categories li img, #menu-celebration-categories li img, #menu-bundles-categories li img, #menu-pantry-categories li img, #menu-seafood-categories li img {
  height: 240px;
  object-fit: cover;
  padding: 0;
}
#menu-home-categories li .menu-image-title, #menu-shop-categories li .menu-image-title, #menu-kitchen-categories li .menu-image-title, #menu-celebration-categories li .menu-image-title, #menu-bundles-categories li .menu-image-title, #menu-kitchen-categories li a:not(.menu-image-title-after), #menu-celebration-categories li a:not(.menu-image-title-after), #menu-bundles-categories li a:not(.menu-image-title-after), #menu-pantry-categories li a:not(.menu-image-title-after), #menu-pantry-categories li .menu-image-title, #menu-seafood-categories li .menu-image-title, #menu-seafood-categories li a:not(.menu-image-title-after), .feature-media .featbg {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  justify-content: center;
  text-align: center;
}
#menu-home-categories li .menu-image-title, #menu-shop-categories li .menu-image-title, #menu-kitchen-categories li .menu-image-title, #menu-celebration-categories li .menu-image-title, #menu-bundles-categories li .menu-image-title, #menu-kitchen-categories li a:not(.menu-image-title-after), #menu-kitchen-categories li  .menu-image-title, #menu-celebration-categories li a:not(.menu-image-title-after), #menu-bundles-categories li a:not(.menu-image-title-after), #menu-pantry-categories li .menu-image-title, #menu-pantry-categories li a:not(.menu-image-title-after), #menu-seafood-categories li .menu-image-title, #menu-seafood-categories li a:not(.menu-image-title-after)   {
  padding: 10px;
  font-size: 1.8em;
  line-height: 1.2
}
#nav-toggle {
  float: left;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000;
}

.breadcrumbs {color: #5C5C5C; font-size: .75em; padding: 10px; letter-spacing: .5px}
.site-content.no-border {
  border-top: none;
}
.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content, .hiding-page-title .site-content {
  margin-top: 0;
}
.entry-tagline {max-width: 1140px; width: 100%; padding: 20px 20px 0 20px; font-size: 1.2em; margin: 0 auto -16px auto;}
.page-header {
  padding: 30px 0 0 0;
  position: relative;
}
.page-header.titleimg {
  height: 250px;
  background-repeat: no-repeat;
  background-position: right;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.page-header.titleimg h1 {
  padding: 0 30% 0 6%;
  font-family: caveat;
  text-align: left;
  justify-content: center;
  margin: 0;
  font-size: 3.5em !important;
	color:#ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
.page-header .entry-title, .page-header .page-title {
  letter-spacing: 1px;
}
.page-header p {
  margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
  position: relative;
  padding: 8% 0px;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header.page--cover .entry-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}
.page-header.page--cover .entry-tagline {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.page-header.page--cover.is-t-above .container {
  margin-top: 30px;
}
#proddisc {
  text-align: center;
  font-size: .8em;
  max-width: 1040px;
  margin: 40px auto 30px auto;
  padding: 0 20px;
}
.site-footer {
  color: #ffffff;
  padding-top: 180px;
  background: #18453B url(/images/butcher-bg-med3.png) top left;
  margin-top: 70px;
}
.site-footer a {
  color: #ffffff;
}
.site-footer .footer-connect {
  padding: 80px 0;
  text-align: center;
}
.site-footer .footer-connect .follow-heading {
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer .footer-connect .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 60%;
  font-size: 13px;
}
.site-footer .footer-connect .subs_input:focus {
  border: none;
}
.site-footer .footer-connect .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
.site-footer .footer-connect input[type="text"]:focus {
  border: none !important;
}
.copyright {
  text-align: center;
}
.site-footer a.social {
  width: 36px;
  height: 36px;
  margin: 20px 20px 0 0;
  text-indent: 100%;
  overflow: hidden;
  background-image: url("/images/spt-2sm.svg");
  background-repeat: no-repeat;
  background-size: auto 36px;
  display: inline-block;
  color: transparent;
}
.instagram {
  background-position: left center;
}
.facebook {
  background-position: center center;
}
.twitter {
  background-position: right center;
}
.script {color: #18453B;
  font-weight: 600;
  font-size: 2.5em;
	margin-top: 15px;
	line-height: 1.1;
  display: inline-block;
  position: relative;
  font-family: caveat;
}
.odpmenu {
  background: #18453B;
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}
.odpmenu p{
  margin: 0;
    width: 100%;
    max-width: 300px;
}
.odpmenu p a, .odpmenu > a {
  display: block;
}
.odpmenu h3 {
  padding: 10px 0 10px 20px;
  width: 60%;
  margin: 0;
  text-align: right;
}
.odpmenu h3 a {
  font-weight: 600;
  color: #ffffff
}
.wteimg {margin: 60px auto 0 auto}
.site-footer .btt a:hover {
  color: #dddddd;
}
.site-footer .site-info {
  position: relative;
  padding: 35px 0px;
  background: #18453B;
}
.copyright {
  font-size: .9em;
  margin-top: 40px;
  letter-spacing: .5px
}
.site-footer .site-info a:hover {
  text-decoration: underline;
}
.site-footer .site-info .container {
  position: initial;
}
.site-footer .btt a {
  border-radius: 0px 20px 0 0;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 50px;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 3px;
}
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}
.searchpage-title {padding-top: 40px}
.entry-header .entry-title {
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}
.entry-content, .entry-thumbnail {
  margin-bottom: 30px;
}
.single .entry-header .entry-title {
  margin-bottom: 10px;
}
.highlight {
  color: #18453B;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #03c4eb;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}
.entry-meta {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.nav-links {
  padding: 30px 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
  flex-basis: 100%;
  text-align: center;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links a, .nav-links .page-numbers {
  background: #cccccc;
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  text-decoration: none;
}
.bypostauthor {
  margin: 0;
}
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}
.wp-caption-text, .entry-thumbnail-caption, .cycle-caption, .wp-caption {
  font-style: italic;
  line-height: 1.35;
}
.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 {
  display: block;
}
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #18453B;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #e9e9e9;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a, #comments a {
  text-decoration: none;
}
#comments .comment .children, #comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}
#comments .form-allowed-tags, #respond .comment-notes {
  display: none;
}
#comments a:hover {
  text-decoration: underline;
}
.comment-respond textarea, .comment-respond textarea {
  width: 100%;
}
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
/*#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}*/
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto;
}
.woocommerce div.product form.cart .variations td.label {
  color: #454546;
}
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after, .owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  color: #454546;
  font-size: 14px;
}
.sidebar .widget a:hover {
  color: #18453B;
  text-decoration: underline;
}
.search-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.search-form .search-submit {
  width: auto;
  margin: 0px 0 0 0.5em;
  height: 100%;
}
.search-form label {
  -webkit-box-flex: 2;
  flex-grow: 2;
  margin: 0px;
}
.hdsearch {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 20px;
	margin:0 0 0 20px
}
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .widget_calendar a {
  color: #18453B;
  text-decoration: underline;
}
.section-padding {
  padding: 55px 0 0 0;
}
#about.section-padding, #expect.section-padding {
  padding: 25px 0 0 0;
}
#email.section-padding {
  padding: 70px 0 0 0;
}
.section-padding-lg {
  padding: 90px 0px;
}
.section-padding-larger {
  padding: 140px 0px;
}
.section-meta {
  background-color: #f8f9f9;
}
.butchershop.section-meta {
  background-color: #ffffff;
}
.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid, .onepage-section .container {
  position: relative;
  z-index: 5;
}
.section-inverse {
  background: #222222;
}
.section-inverse .section-title-area .section-title, .section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle, .section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after, .section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}
.section-inverse-extended {
  background: #454546;
}
.section-inverse, .section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.section-title-area .section-subtitle {
  color: #18453B;
  font-weight: 600;
  font-size: 2.5em;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-family: caveat;
  text-transform: capitalize
}
.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.hero-slideshow-wrapper {
  width: 100%;
  position: relative;
  background-color: #222222;
  overflow: hidden;
}
.hero-slideshow-wrapper:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn, .hero-slideshow-wrapper .hero__content .hcl2-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transition-delay: 0.7s;
  
  transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
  -webkit-transition-delay: 0.8s;
  
  transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
  -webkit-transition-delay: 1s;
  
  transition-delay: 1s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.animation-disable .hero-slideshow-wrapper { /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
  -webkit-transition-delay: 0s;
  
  transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js-rotating {
  display: none;
}
.js-rotating.morphext {
  display: inline-block;
}
.is-customize-preview .slider-spinner {
  display: none !important;
}
.morphext > .animated {
  display: inline-block;
}
.icon-background-default {
  color: #18453B;
}
.feature-item:hover .icon-background-default {
  color: #454546;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#featuredprods ul, #featuredprods li, .entry-content .tagsect ul, .tagsect ul, .entry-content .tagsect li, .tagsect li, .localprods ul, .localprods li {
  list-style: none;
  margin: 0
}
 .localprods ul{
  margin: 0 -15px!important
}
#featuredprods ul, .entry-content .tagsect ul,  .tagsect ul, .localprods ul {
  padding: 0;
    box-sizing: border-box;
}
.feature-item h4, .expect-item h4, h3.product-title {
  text-align: center;
  display: block;
  font-weight: 400;
}
.feature-item h4 {
  margin: 0 auto;
  font-size: 1.8em;
  padding: 0 16px;
  line-height: 1.4;
}
.feature-item h4 a {
  color: #ffffff;
  text-transform: uppercase;
}
.feature-item h4 a:hover {
  color: #ffc451;
  text-decoration: none;
}
.expect-item h4, h3.product-title, .wc-block-grid__product-title {
  color: #18453B;
  margin: 20px auto 15px auto;
  font-size: 1.1em;
  line-height: 1.4;
    height: 72px;
}
.expect-item h4 {
	height: auto;
}
.feature-media, .expect-media {
  position: relative;
  z-index: 1;
  height: 170px;
  overflow: hidden;
}
 .feature-media>a, .feature-media>a .icon-image {display: block; width: 100%;height: 100%;}

.feature-item {width: calc(25% - 30px); margin: 15px;}
.expect-item, .woocommerce-page ul.products.columns-3 li.product {
  text-align: center;
  justify-content: center
}
.woocommerce-page ul.products.columns-3 li.product {
  padding-bottom: 10px
}
.woocommerce-page ul.products.columns-3 li.product:hover {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.expect-media {
  max-height: 220px;
}
.feature-media img, .section-about .about-image img {
   height: 100%;
    width:100%;
  object-fit: cover;
}
.expect-media img {
  min-height: 220px;
  object-fit: cover;
}
.about-cont {
  background: url("/images/butcher-bg-med3.png") top left;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.section-about .about-image {
  text-align: right;
  padding: 0;
  overflow: hidden
}
.section-about .about-text {
  padding: 60px
}
.section-about .about-text, .section-about .about-text h3 a, .section-about .about-text h3, #hero .btn-theme-primary:focus, section#email .emailform h3, section#email .emailform p, section#map .mapdir h3, section#map .mapdir p {
  color: #ffffff;
}
.section-about .about-text h3, section#email .emailform h3 {
  font-size: 2em;
}
.section-about .about-image > a {}
.section-about .section-title-area {
  margin-bottom: 30px;
}
.section-about .row > div {
  margin-top: 30px;
  padding: 0;
}
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 100ms ease-out 0s;
  transition: all 100ms ease-out 0s;
}
.section-services .service-item:after, .woocommerce div.product form.cart:after {
  content: "";
  display: table;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #18453B;
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #454546;
}
section#email .emailform, section#map .mapdir {
  color: #ffffff;
  background: url("/images/butcher-bg-med3.png") top left;
  padding: 50px 40px
}
section#map .mapdir {
  padding: 60px;
  z-index: 2
}
section#email .weekly {
  padding: 20px 2% 30px 7%;
}
section#email .weekly .specialimg {
  border: 2px solid #ffffff;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    float: right;
    margin: 10px -80px 5px 20px;
    overflow: hidden;
}
section#email .weekly .specialimg img {
  height: 100%;
width: auto;
}
.emailform .email {
  display: block;
  margin-bottom: 20px;
  width: 100%
}
.emailform .btn {
  width: 200px;
}
section#map .map {
  padding: 0;
}
section#map .mapdir .btn {
  margin-top: 40px;
}
section#map {
  flex-direction: row-reverse;
  display: flex;
}
.header-social a {
  display: block;
  height: 100%;
  float: left;
  margin-left: 0px;
  margin-top: -2px;
  color: #18453B;
}
.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #454546;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
.counter_item {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  color: #03c4eb;
  line-height: 1;
  font-family: serif, sans-serif;
  text-transform: uppercase;
}
.counter_item .counter_title {
  font-size: 18px;
  font-size: 1.125rem;
}
.section-parallax, #parallax-hero {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse, #parallax-hero .hero-slideshow-wrapper, #parallax-hero .hero-slideshow-wrapper::after {
  background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 9999999px;
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
  height: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0;
}
.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}
.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

.section-contact input, .section-contact textarea {
  width: 100%;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaaaaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 190px;
}
.wpcf7-form {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
  width: 100%;
}
div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}
div.wpcf7-response-output {
  margin: 20px 0px;
}
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0px;
  font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 100px;
  height: 50px;
  line-height: 1;
  padding: 10px;
  width: 50px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
  margin-top: 1px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #000;
}
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}
.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}
.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  
  transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}
.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.gallery-justified > a, .gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}
.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:after {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-hide, .emoji  {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content, .mfp-loading.mfp-figure, .mfp-align-top .mfp-container:before {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img, .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.mfp-ie7 .mfp-img, .mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* WooCommerce support */
.woocommerce-result-count {
  font-style: italic;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0 20px 20px 20px;
}
.woocommerce-ordering select {
  padding: 7px;
  margin-top: -10px;
}
input[type="reset"], input[type="submit"], .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.button.wc-forward, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, button.loopz-cart-subtotal-td-form-button, .btn, .button, .wp-block-button__link, .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add, .cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit {
  background-color: #18453b;
  padding: 10px 25px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
  border-radius: 0px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
	border: 0;
    text-align: center
}
input[type="reset"]:hover, input[type="submit"]:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover, .btn:hover, .button:hover, .btn.white:hover, .wp-block-button__link:hover, .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover, .cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover {
  background-color: #454545;
  color: #FFF;
  text-decoration: none;
}
button.loopz-cart-subtotal-td-form-button {padding: 10px 15px!important; font-size: 14px; margin-left:0!important; max-width:78px;}
/*.woocommerce-checkout input#giftcard_code {max-width: calc(100% - 75px); display: inline-block}*/
.btncenter {
  margin: 20px auto;
  text-align: center;
  justify-content: center
}
.btn.white {
  background-color: #ffffff;
  color: #18453b;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}
.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}
.btn-theme-primary, .btn-theme-primary-outline:hover {
  background: #18453B;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}
.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #18453B;
  color: #18453B;
}
.btn-theme-primary-outline:hover {
  border-color: #18453B;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce .quantity .qty {
  padding: 5px;
}
.woocommerce span.onsale {
  padding: inherit;
}
.related.products h2, #ptabs h2, .cross-sells h2, .up-sells h2, #tab-description h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 9px 14px;
  font-weight: bold;
}
.woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2, .woocommerce .woocommerce-Addresses .col-1, .woocommerce .woocommerce-Addresses .col-2, .woocommerce .woocommerce-customer-details .col-1, .woocommerce .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce .woocommerce-additional-fields h3 {
  margin-top: 20px;
}
.woocommerce .cart_totals th {
  text-align: left;
}
.woocommerce .cart_totals h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
}
.woocommerce .woocommerce-order-details__title, .woocommerce .woocommerce-customer-details h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  margin: 0 auto;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #18453B;
  opacity: .8;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li {
  list-style: none;
}
.wt-mycoupons {position: relative;}
.wt-mycoupons h4, .wt-used-coupons h4, .wt_Store_credit h4  {color: #18453B; font-weight: 600;}
.wt_store_credit_main {padding-bottom:40px}
.wt_sc_available_coupon_sort_by {
    position: absolute;
    top: 0;
    right: 0;
}
.timedate {
    width: 48%;
    float: left;
    padding: 40px 0 0 0;
}
/*.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded, .no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme {
  position: relative;
}
.owl-theme .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: 0px;
  padding: 4px 10px 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0px none;
}
.owl-theme .owl-nav button:focus {
  box-shadow: none;
  outline: none;
}
.owl-theme .owl-nav:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* WP FORMS */
div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-label, div.wpforms-container .wpforms-form .wpforms-field .wpforms-field-sublabel {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
div.wpforms-container .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date], div.wpforms-container .wpforms-form .wpforms-field input[type=datetime], div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local], div.wpforms-container .wpforms-form .wpforms-field input[type=email], div.wpforms-container .wpforms-form .wpforms-field input[type=month], div.wpforms-container .wpforms-form .wpforms-field input[type=number], div.wpforms-container .wpforms-form .wpforms-field input[type=password], div.wpforms-container .wpforms-form .wpforms-field input[type=range], div.wpforms-container .wpforms-form .wpforms-field input[type=search], div.wpforms-container .wpforms-form .wpforms-field input[type=tel], div.wpforms-container .wpforms-form .wpforms-field input[type=text], div.wpforms-container .wpforms-form .wpforms-field input[type=time], div.wpforms-container .wpforms-form .wpforms-field input[type=url], div.wpforms-container .wpforms-form .wpforms-field input[type=week], div.wpforms-container .wpforms-form .wpforms-field select, div.wpforms-container .wpforms-form .wpforms-field textarea {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #f2f2f2;
  box-sizing: border-box;
  color: #000000;
  border-bottom: 1px solid #fff;
}
div.wpforms-container .wpforms-form .wpforms-field input[type=date]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=date]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=datetime]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=datetime-local]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=email]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=email]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=month]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=month]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=number]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=number]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=password]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=password]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=range]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=range]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=search]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=search]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=tel]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=text]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=text]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=time]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=time]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=url]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=url]:focus, div.wpforms-container .wpforms-form .wpforms-field input[type=week]:hover, div.wpforms-container .wpforms-form .wpforms-field input[type=week]:focus, div.wpforms-container .wpforms-form .wpforms-field select:hover, div.wpforms-container .wpforms-form .wpforms-field select:focus, div.wpforms-container .wpforms-form .wpforms-field textarea:hover, div.wpforms-container .wpforms-form .wpforms-field textarea:focus {
  border: none;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}
div.wpforms-container .wpforms-form .wpforms-field textarea {
  min-height: 215px;
}
div.wpforms-container .wpforms-form button[type=submit] {
  width: 100%;
  text-align: center;
  display: block;
}
/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
[class*="c-bully"], [class*="c-bully"]:before, [class*="c-bully"]:after {
  box-sizing: border-box;
}
.c-bully {
  position: fixed;
  top: 50%;
  right: 28px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 600;
  color: #333;
  text-transform: uppercase;
}
.c-bully.c-bully--inversed {
  color: #fff;
}
.onepress-menu-mobile-opening .c-bully {
  z-index: 10;
}
.c-bully__bullet {
  padding: 8px;
  opacity: 0;
  cursor: pointer;
  position: relative;
}
.c-bully__bullet:hover .c-bully__title {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.c-bully__title {
  position: absolute;
  right: 26px;
  top: 1px;
  left: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 1px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.c-bully__bullet:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  will-change: transform;
}
.c-bully__bullet--active {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.c-bully__bullet--active:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  background: currentColor;
  border-radius: 50%;
}
.c-bully__bullet--active:after {
  border-color: transparent;
}
.c-bully__bullet--pop {
  -webkit-animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
  animation: bully-pop 0.6s cubic-bezier(0.485, 1.63, 0.43, 2) forwards, fade-in 0.2s 0.2s ease-out forwards;
}
.c-bully__bullet--squash {
  opacity: 1;
  -webkit-animation: bully-squash 0.2s ease-out forwards;
  animation: bully-squash 0.2s ease-out forwards;
}
.single-post .content-inner, .entry-content > * {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *, .wp-block-video video {
  max-width: 100%;
}
.no-sidebar .entry-content > .alignwide {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1110px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.no-sidebar .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.single-post .right-sidebar .content-inner {
  margin-left: 0px;
}
.single-post .left-sidebar .content-inner {
  margin-right: 0px;
}
.entry-content ul, .entry-content ol {
  margin: 1.5em 20px;
  list-style-position: outside;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft, .wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}
.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.is-grid.alignwide, ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}
.wp-block-table {
  display: block;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul, .faq-container {
  margin: 0 auto;
}
.entry-content ul ul li, .entry-content ol ol li, .entry-content ul ol li, .entry-content ol ul li {
  margin-left: 0;
}
.wp-block-quote {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.wp-block-quote.is-style-large {
  padding: 0px;
}
.wp-block-quote.is-style-large cite {
  font-size: 13px;
}
.wp-block-quote > * {
  margin-left: 16px;
  margin-right: 16px;
}
.wp-block-quote cite {
  font-style: normal;
  margin-top: 1em;
  margin-left: 0px;
  position: relative;
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
}
.wp-block-pullquote {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
  border-bottom: 0 none;
  border-top: 0 none;
}
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}
.wp-block-pullquote cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.wp-block-pullquote blockquote {
  border-left: 0px;
  background: none;
}
.wp-block-separator {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.wp-block-separator:not(.is-style-wide) {
  max-width: 100px;
}
.wp-block-separator.is-style-dots {
  border-bottom: none !important;
  text-align: center;
}
.wp-block-separator.is-style-dots::before {
  padding-left: 0px;
  font-size: 30px;
}

/* OLD FAQs */
/*.accordion article {
  margin: 1em auto;
}
.accordion h3 {margin-bottom: 0}
.accordion input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: -100vh;
  left: -100vh;
}
.accordion input[type=radio] ~ div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.accordion input[type=radio]:checked ~ div {
  max-height: 200px;
}*/


.faq-item {
    border-bottom: 1px solid #ddd;
    overflow: hidden; 
}
.faq-item button.active + .faq-answer {
    padding: 20px 0 40px 10px
}
.faq-question {
    background-color: #ffffff;
    width: calc(100% - 20px);
	max-width: 100%;
    padding: 0 10px;
	text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease; 
}
.faq-question:hover, .faq-question:focus, .faq-question:active {
    background-color: #F1F3F5;
	border: 0;
	-webkit-appearance: none;
	outline: 0;
}
.faq-question .arrow {
    position: absolute;
    right: 20px;
	top: 10px;
    transition: transform 0.3s ease;
}
.faq-question.active .arrow {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
}
/* Wishlist styling */
.tinv-wishlist table th, .tinv-wishlist table td {
    padding: .5em;
}
.woocommerce .tinvwl-table-manage-list button.button.tinvwl-button, .woocommerce .tinvwl-table-manage-list  a.button.tinvwl-button  {
	font-size: .75em;
	padding: 8px 10px;
}
.stock.in-stock span+span {display: none;}
.tinv-wishlist .product-action {
    width: 110px;
}

@-moz-document url-prefix() { 
  .sku_wrapper {margin-top: 20px}
}

.sku_wrapper {display: block; width: 100%;}
.pewc-style-simple [data-field-type=select] select.pewc-form-field { height: auto !important; }
@media screen and (min-width: 1140px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
  .hero-content-style1 p {
    font-size: 22px;
  }
  .is-transparent .no-scroll.site-header .onepress-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
  .page-header.page--cover .entry-tagline {
    font-size: 20px;
  }
}
@media screen and (min-width: 940px) {
  .content-area {
    float: left;
  }
  .sidebar {
    width: 25.2252252252%;
    float: left;
  }
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%;
  }
  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }
  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 74.7747747748%;
  }
  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
  #comments .comment .children .children .children, #comments .comment .children .children, #comments .comment .children {
    padding-left: 90px;
  }
  .header-full-width .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header-social a {
    margin-left: 3px;
  }
  .header-social {
    margin-left: 10px;
  }
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.5;
  }
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
  .hero-content-style1 p {
    font-size: 18px;
  }
  .hero-content-style1 h2 {
    font-size: 75px;
    letter-spacing: 4px;
  }
  .feature-item:nth-child(4n+1), .feature-item:nth-child(3n+1), .feature-item:nth-child(2n+1) {
    clear: left;
  }
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
  .entry-content > * {
    padding-left: 0px;
    padding-right: 0px;
  }
      #secondary {
    padding-top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .hero-content-style1 h2 {
    font-size: 60px;
    letter-spacing: 3px;
  }
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-2 .g-item, .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li  {
    width: 50%;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }

}
@media screen and (min-width: 577px) {
  .hdrmob {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1), .g-col-2 .g-item:nth-child(2n+1), .g-col-3 .g-item:nth-child(3n+1), .g-col-4 .g-item:nth-child(4n+1), .g-col-5 .g-item:nth-child(5n+1), .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
}
@media (max-width: 1400px) {
  .onepress-menu a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12.5px;
  letter-spacing: 0px;
}
}
@media (max-width: 1199px) {
  .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
    text-align: center;
  }
    section#products, section#featuredprods {padding-right: 20px;padding-left: 20px;}
}
@media screen and (max-width: 1140px) {
	.hdsearch {
    margin: 0;
	right: 40px
}
    .page-template-default main {padding: 0 20px}
  /*.sanpop-link {
    display: inline-block;
    float: left;
    margin-top: -27px
  }*/
  .main-navigation {
    position: static;
	  text-align: right;
	  margin-left: 80px;
  }
  .main-navigation .onepress-menu {
    width: 100% !important;
    display: block;
    height: 0px;
    overflow: hidden;
    background: #fff;
  }
  .onepress-menu.onepress-menu-mobile {
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    z-index: 800;
    overflow: auto !important;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .onepress-menu.onepress-menu-mobile li:hover ul {
    display: none;
  }
  .onepress-menu.onepress-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .onepress-menu.onepress-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li a:hover {
    background: transparent;
  }
  .onepress-menu.onepress-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .onepress-menu.onepress-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .onepress-menu.onepress-menu-mobile ul ul {
    left: 0px;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: 20px;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
	  text-align: left
  }
  .onepress-menu.onepress-menu-mobile > li:first-child {
    border-top: 0px none;
	  margin-top: 50px
  }
  .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
    color: #18453B;
  }
  .onepress-menu.onepress-menu-mobile a {
    color: #454546;
	  margin-right: 65px
  }
  .onepress-menu.onepress-menu-mobile a:hover {
    color: #000000;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }
  #nav-toggle {
    display: block;
      text-decoration: none;
  }
    .nav-is-visible span {
        z-index: 1000;
        
    }
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1040px) {
    .container.banner {margin: 0!important; padding: 0}
    .container.banner .page-header { padding: 0 20px}
    #menu-home-categories li:nth-of-type(4), #menu-home-categories li:nth-of-type(8) {
        margin-right: 0px;}
        #menu-home-categories li:nth-of-type(5), #menu-home-categories li:nth-of-type(10) {
    margin-right: 15px;
}
    #menu-home-categories li:nth-of-type(1), #menu-home-categories li:nth-of-type(6), #menu-home-categories li:nth-of-type(5), #menu-home-categories li:nth-of-type(10), #menu-home-categories li:nth-of-type(11) {
    margin-left: 15px;
}
    section#features .container { padding: 0 30px;}
    section#homeslider .container { padding: 0 15px;}
    #menu-shop-categories li, #menu-kitchen-categories li, #menu-celebration-categories li, #menu-bundles-categories li, #menu-pantry-categories li, #menu-seafood-categories li {
  height: 220px;
  width: 220px;
}
}
@media (max-width:1023px) {
    section#products, section#featuredprods {padding-right: 15px;padding-left: 15px;}
    div.about-cont {display: block}
    .feature-item { width: calc(50% - 30px); margin: 15px; }
    .feature-media, .feature-item {
    height: 170px;
    max-height: 170px;
}
    section#features.section-padding {
    padding: 15px 0 0 0;
}
    .about-cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-connect .subs-button {
    width: 70%;
  }
  .site-footer .footer-connect .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
  .page-header.page--cover .entry-tagline {
    font-size: 18px;
  }
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
  .nav-links a, .nav-links .page-numbers {
    padding: 6px 10px;
  }
  .c-bully {
    right: 0px;
  }
  .c-bully.c-bully-hide-on-mobile {
    display: none;
  }
  .c-bully__bullet {
    padding: 8px 3px;
  }
  .c-bully__bullet:after, .c-bully__bullet--active:before {
    width: 9px;
    height: 9px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width:932px) and (orientation: landscape) and (min-width:658px) {
    .hdl {
    float: left;
    width: 36%
  }
  .hdr {
    float: right;
    width: 36%
  }
  .headaddress, .headphone {
    float: none;
    width: 80%;
    margin: 15px 0 20px 20%;
  }
  .headlogin, .headcart {
    float: none;
    width: 60%;
    margin: 15px 0 20px 40%;
  } 
    #about .about-text {height: 400px}
    #about .about-image {display: none;}
     .feature-media img {
    height: auto;
}
    section#products .container {
    width: 100%;
    padding: 0 30px;
}
    #menu-home-categories li {
    margin: 10px!important;
}
}

@media (max-width: 820px) {
    .woocommerce-cart .woocommerce {padding: 0 10px}
    .page-header .entry-title, .page-header .page-title {
  letter-spacing: 0px;
    text-align: center;
}
    section#email .weekly .specialimg {
    margin: 10px 0 5px 30px;
}
    section#email .weekly {
    padding: 60px 40px 30px 40px;
}
  .odpmenu {
    width: 100%;
  }
  .odpmenu h3 {
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  footer h4 {
    margin-top: 30px
  }
 .localprods ul {
    margin-right: -15px;
    margin-left: -15px;
  }
  #menu-home-categories li:nth-of-type(1), #menu-home-categories li:nth-of-type(6) {
    margin-left: 15px;
  }
  #menu-home-categories li:nth-of-type(5), #menu-home-categories li:nth-of-type(10) {
    margin-right: 15px;
  }
    #menu-home-categories li:nth-of-type(3), #menu-home-categories li:nth-of-type(6), #menu-home-categories li:nth-of-type(9) {
    margin-right: 0px;}
#menu-home-categories li:nth-of-type(4), #menu-home-categories li:nth-of-type(8) {
    margin-right: 15px;
}
  .mainnav {
    padding: 10px 30px;
	  height: 48px;
  }
  .site-branding {
    width: 28%;
    min-width: 150px;
  }
  .hdl {
    float: left;
    width: 36%
  }
  .hdr {
    float: right;
    width: 36%
  }
  .headaddress, .headphone {
    float: none;
    width: 80%;
    margin: 15px 0 20px 20%;
  }
  .headlogin, .headcart {
    float: none;
    width: 60%;
    margin: 15px 0 20px 40%;
  }
  .site-header {
    height: 150px;
  }
.page-header.page--cover {
  margin: 0 -15px;
}
}

@media screen and (max-width: 768px) {
	table.variations th.label,table.variations td.value {display: block}
  /*.woocommerce a.button.wc-forward { max-width: 120px; padding: 10px}*/
}
@media screen and (max-width: 767px) {
	.faq-question h3 {
    font-size: 24px
}
    section#products, section#featuredprods {padding-right: 10px;padding-left: 10px;}
    .entry-tagline {padding: 20px 15px 0 15px; font-size: 1.1em; }
    .page-template-default main {padding: 0 15px}
     section#features .container {width: 100%; padding: 0;}
    section#email .weekly {
    padding: 40px 20px;
}
     section#email .weekly .specialimg {
     width: 300px;
     height: 300px;
    margin: 40px auto;
    float: none;    
}
    #menu-home-categories li, #menu-home-categories li:nth-of-type(1), #menu-home-categories li:nth-of-type(6), #menu-home-categories li:nth-of-type(5), #menu-home-categories li:nth-of-type(10), #menu-home-categories li:nth-of-type(11), #menu-home-categories li:nth-of-type(15), #menu-shop-categories li, #menu-kitchen-categories li, #menu-celebration-categories li, #menu-bundles-categories li, #menu-pantry-categories li, #menu-seafood-categories li, .feature-item {
    height: 200px;
    width: calc(50% - 20px);
    margin: 10px;
  }
 #menu-home-categories li:nth-of-type(3), #menu-home-categories li:nth-of-type(6), #menu-home-categories li:nth-of-type(9), #menu-home-categories li:nth-of-type(4), #menu-home-categories li:nth-of-type(8) {
        margin-right: 10px;}
    #menu-item-113074 span {letter-spacing: -.5px}
    .woocommerce .cart-collaterals .cart_totals {padding-top: 20px}
  .site-footer .footer-connect .footer-subscribe { margin-bottom: 40px; }
  .hero-content-style1 .btn {
    display: inline-block;
  }
    .breadcrumbs { padding: 10px 0 10px 5px; }
}
@media screen and (max-width: 720px) {
	.caternav { font-size: 16px;}
.caternav a { margin:0 20px 30px 0;}
  .site-footer .footer-connect .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
  .page-header.page--cover .entry-tagline {
    font-size: 16px;
  }
  .site-footer .footer-connect .subs-button {
    width: 100%;
  }
  .section-services .service-item {
    padding: 20px;
  }
  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
}
@media (max-width: 576px) {
    .recleft {line-height: 1.55}
    .caternav a {
    margin: 0 20px 30px 0;
}
    ul.pewc-product-extra-groups {padding-left: 0}
input[type=number].pewc-child-quantity-field {width: 50px; padding: 8px 5px; }
    .pewc-preset-style .pewc-checkboxes-list-desc-wrapper {display: flex; align-items: center}
    ul.pewc-product-extra-groups label {
    padding: 0;
    margin: 0;
}
    .btn, button, .wp-block-button__link, input[type="reset"], input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .btn, .button, .wp-block-button__link {
    padding: 10px;
    width: 100%;
    /*max-width: 190px;*/
    font-size: .9em
}
    .btn.longer { max-width:280px }
    /*.woocommerce a.checkout-button.button { max-width:320px }*/
    .woocommerce-message .button {width: 140px!important; display: block!important; float: none!important}
.page-header.titleimg h1 {
  padding: 0 20% 0 0;
}
    .return-to-shop a.button {font-size: 1.3em}
.page-header.page--cover {
    margin: 0 ;
}
	.itbegan {width: 150px; height: auto; margin-right: 1.25em; margin-bottom: .5em}
	.steakphoto, .family {width: 180px; height: auto; margin-right: 1.25em;}
  .odpmenu {
    flex-direction: column;
  }
  .odpmenu img {
    width: 100%;
    height: auto;
  }
  .odpmenu > a, .g-col-1 .g-item {
    width: 100%
  }
    .odpmenu p{
    max-width: 100%;
}
  .odpmenu h3 {
    padding: 20px;
    text-align: center;
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1), .g-col-2 .g-item:nth-child(2n+1), .g-col-3 .g-item:nth-child(3n+1), .g-col-4 .g-item:nth-child(4n+1), .g-col-5 .g-item:nth-child(5n+1), .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  section#map {
    flex-direction: column;
  }
  #featuredprods li, .entry-content .tagsect li, .tagsect li, .localprods li {
    width: 50%;
    margin-bottom: 20px;
  }
  .section-about .about-text {
    padding: 60px 40px;
  }
    section#features.section-padding { padding: 0; }
  section#features .container, section#homeslider .container {width: 100%; padding: 15px;}
    .feature-media, .feature-item {
    height: 120px;
    max-height: 120px;
}
    .feature-item { width: calc(50% - 20px); margin: 10px; }
    .feature-item h4 {
    font-size: 1.4em;
    padding: 0 10px;
}
  .hdl, .hdr, .woocommerce-result-count, .breadcrumbs {
    display: none;
  }
  .site-branding {
    width: 50%;
    float: left;
      height: 125px;
      padding: 8px 0
  }
  .site-header {
    height: 125px;
  }
  .hdrmob {
    display: block;
    float: right;
    width: 50%;
  }
.headphone i, .headlogin i, .headcart i {
    top: 2px;
}
    .mbhide {display: none;}
  .headphone, .headcart, .headlogin {
    float: none;
    width: 120px;
    margin: 18px 0 10px 50px;
  }
}
@media screen and (max-width: 380px) {
.feature-item h4 {
    font-size: 1.3em;
    padding: 0 5px;
}
}
@media screen and (max-width: 340px) {
     .site-branding {
      height: 120px;
  }
     .headphone, .headcart, .headlogin {
    width: 105px;
  }
.feature-item h4 {
    font-size: 1.2em;
}
    .expect-item h4, h3.product-title, .wc-block-grid__product-title {
  font-size: 1em;
}
    }
.grecaptcha-badge {
    visibility: hidden;
}
.page-id-1942 .grecaptcha-badge, .page-id-68 .grecaptcha-badge {
    visibility: visible;
}
p.recap, p.recap a  {font-size: 9px; color: #AAAAAA; text-transform: none; margin: -20px 0 30px 0}
.has-strong-blue-color {
  color: #0073aa;
}
.has-strong-blue-background-color {
  background-color: #0073aa;
}
.has-lighter-blue-color {
  color: #229fd8;
}
.has-lighter-blue-background-color {
  background-color: #229fd8;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bully-pop {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
    transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bully-squash {
  50% {
    -webkit-transform: scale(0.6, 1.8);
    transform: scale(0.6, 1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}