/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;}

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

    .entry-content li {
      line-height: 1.3;
      font-size: 1.2em;
      margin-bottom: 0.8em;
    }
/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}

/*********************
FOOTER STYLES
*********************/
.subscribe {
  background: #861919;
  color: #fff;;
}
.subscribe p, .subscribe p.script {
  color:#fff;
}
.footer {
  clear: both;
  background: #fff;
  color: #3C3C3C;
  padding: 3em 0;;
  z-index: 1;
  float: left;
  width: 100%;
}
.footer a, .footer p {
  color: #3C3C3C;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1.25px;
}
.footer a i, .footer p i {
  color: #861919;
}
.footer a:hover, ul#menu-footer-links .active>a {
  color: #861919;
}
.footer-logo {
  width: auto;
  max-width: 250px;
  float: left;
}
.footer-address a {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: .5em;
}
.footer-address a.social {
  display: inline-block;
  width: auto;
  float: none;
  margin-right: 20px;
  color: #861919;
  font-size: 1.6rem;
}
.footer .copy-right a, .footer .copy-right p {
  font-size: 14px;
}
.copy-right {
  width: 100%;
  margin-top: 2em;
}
.payment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
.payment p {
  margin: 0 30px 0 0;
}
.payment img {
  width: 170px;
}
ul#menu-footer-links li {
  display: block;
  width: 100%;
  float: left;
  font-family: 'Lora', serif;
}
.footer .menu a {
  padding: 0;
}
ul#menu-footer-links li {
  padding: 5px 0 5px
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/* Commom styles */
.clearfix {
  clear: both;
}
.centered {
  text-align: center;
}

/*********************
RESPONSIVE MENU STYLES
*********************/
/* Responsive Menu CSS */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	font-family: 'Lora', serif;
	text-align: right;
  background: #3C3C3C;
}
#cssmenu > ul > li {
    display: inline-block;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
  color: #3C3C3C;
  font-weight: 300;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	color: #949494;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px
}
#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: ''
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 2;
	width: 250px;
	padding-top: 0;
	background: none;
}
#cssmenu ul ul li {
	opacity: 0;
	height: auto;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #fff;
	transition: all .25s ease
}
#cssmenu li:hover > ul {
	left: 0;
}
#cssmenu li:hover > ul > li {
	opacity: 1
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li a {
	padding: 1em 1.2em;
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	margin: 0;
	width: 100%;
	text-align: left;
	background: blue;
}
#cssmenu ul ul li a:hover {
	background: #3C3C3C;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	border-bottom-color: #eda2c8;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #444
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #444
}

@media screen and (max-width:875px) {
  .nav-favicons {
    position: absolute;
    top: 25px;
    right: 7.5rem;
  }
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
	width: 100%;
	display: none;
	position: absolute;
	right: 0;
	top: 77px;
  z-index: 6;
  background: #fff;
}
#cssmenu ul li {
	width: 100%;
	border-top: none;
}
#cssmenu ul li:hover {
	background: #f4f4f4;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
	opacity: 1;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	margin: 0;
	text-align: center;
	background: #fff;
	font-size: 1em;
	margin-left: 0px;
	color: #3C3C3C;
}
#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #444!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #ddd;
	background: black;
	text-align: left;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: 0;
	padding: 0;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: none;
}
.MenuButton {
	width: 59px;
	height: 46px;
	position: absolute;
	right: 1.875em;
	top: 16px;
	cursor: pointer;
	z-index: 12399994;
	background: #861919;
}
.MenuButton:after {
	padding: 2px 0px;
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: ''
}
.MenuButton:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #ddd;
	content: ''
}
.MenuButton.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 0;
}
.MenuButton.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: none;
	height: 52px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 24px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 21px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
#cssmenu li:hover > ul {
	left: 0;
}
}

@media screen and (min-width:48.1em) {
#cssmenu {
	background: none;
	text-align: right;
}
#cssmenu > ul > li > a {
	margin-right: 22px;
	border-bottom: solid 3px rgba(255,255,255,0.00);
	letter-spacing: 0;
	font-size: 1.2em;
	padding: 22px 0 17px;
}
#cssmenu > ul > li > a:hover {
	border-bottom: solid 3px #3C3C3C;
}
#cssmenu > ul > li.has-sub > a:before {
	top: 14px;
}
#cssmenu > ul > li.has-sub > a:after {
	top: 17px;
}
#cssmenu > ul li.current-menu-item a {
	border-bottom: solid 3px #3C3C3C;
}
}
/* \END Responsive Menu CSS */

.menu .active>a {
  background: none;
}

/**************************************************************************************************
**********************
CREATIVE TOUCH STYLES
*********************/

/* Styles for the width */
.grid-container {
  max-width: 1600px;
  width: 100%;
}
.grid-container.narrow {
  max-width: 1300px;
}

/* Styles for the sections */
section {
  padding: 6rem 0;
  width: 100%;
  background: #fff;
  display: block;
  float: left;
}
section.grey {
  background: #f4f4f4;
  display: block;
}

/***********************
HEADER STYLES
***********************/
.top-strip {
  padding: 1rem 0;
  background: #861919;
  color: #fff;
}
.top-strip .right {
  text-align: right;
}
.top-strip p, .top-strip a {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}
.header {
  background: none;
  width: 100%;
  padding:0;
  position: relative;
}
.main-nav-bar {
  width: 100%;
  background: #fff;
  padding: 22px 0 20px;
  color: #3C3C3C;
}
.main-nav-bar ul li:nth-child(6), .main-nav-bar ul li:nth-child(5) {
  float: right;
}
/***********************
HEADING/FONT STYLES
***********************/
/* Title styles */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	text-rendering: optimizeLegibility;
  display: block;
  font-family: 'Lora', serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
}

h1 {
	font-size: 3em;
	line-height: 1.2;
}
h2 {
	font-size: 2.6em;
	line-height: 1.2;
}
h3 {
	font-size: 2.4em;
	line-height: 1.2;
}
h4 {
	font-size: 2em;
	line-height: 1.2;
}
h5 {
	font-size: 1.4em;
	line-height: 1.2;
}
h6 {
	font-size: 1.2em;
	line-height: 1.2;
}

/* Paragraph styles */
body {
  font-family: 'Roboto', sans-serif;
  color: #3C3C3C;
}
p , .full-width li {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  font-size: 1.2rem;
	font-style: normal;
	text-rendering: optimizeLegibility;
  padding: 0;
  font-weight: 300;
  color: #3C3C3C;
  letter-spacing: 1.25px;
}
p.largeText {
	font-size: 16px;
	line-height: 25px;
}
main ul li {
  line-height: 1.3;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
p.smallText {
	font-size: 16px;
	line-height: 1.2;
}
strong {
	font-weight: 700;
	font-weight: bold;
}
/* Link Styles */
a, input[type="submit"] {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
p a {
  color: #3C3C3C;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a {
  color: #861919;
}
a:hover {
  color: #3C3C3C;
}

/***********************
BUTTON STYLES
***********************/
.BTN, .woocommerce ul.products li.product .button, .woocommerce button.button.alt, .woocommerce a.button, .woocommerce button.button {
  margin-top: 1rem;
	padding: 20px 35px 18px;
  background: none;
	display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: #fff;
  background: #861919;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.BTN:hover {
  background: #631010;
  color: #fff;
}

.BTN.dark {
  color: #3C3C3C;
  border: 3px solid #3C3C3C;
  padding: 10px 25px 8px;
}
.BTN.dark:hover {
  color: #fff;
  background: #3C3C3C;
}
.SmallBTN {
  font-size: 0.75em;
  padding: 10px 15px 7px;
}
.woocommerce button.button.alt {
  width: auto;
  display: inline-block;
  margin-top: 0;
  margin: 0!important;
}
.quantity {
  display: inline-block;
  border: 3px solid #3C3C3C;
  text-align: center;
}
.woocommerce .quantity .qty {
  border: none;
  height: auto;
  margin: 0;
  text-align: center;
}
/***********************
HOME PAGE STYLES
***********************/

/* Hero Styles */
img.collect-badge {
  width: 300px;
  position: absolute;
  top: 10%;
  right: 7%;
}
.hero-banner .overlay {
  width: 100%;
  min-height: 60vh;
  text-align: left;
  display:flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  padding: 3rem 0;
}
.hero-banner h1 {
  font-size: 4rem;
  line-height: 1.2;
}
.hero-banner p{
  color:#3C3C3C;
  font-size: 1.6rem;
}
.hero-banner p span {
  color:#861919;
}
p.script {
  color: #861919;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: 'Dancing Script', cursive;
}
.hero-banner p.script {
  font-size: 3rem;
}
.hero-banner h1 {
  color: #3C3C3C;
}
/* Inner banner style */

.inner-banner .overlay {
  width: 100%;
  min-height: auto;
  height: auto;
  text-align: left;
  display:flex;
  vertical-align: middle;
  align-items: center;
  padding: 5rem 0;
}
/* Popular Products home */
.popular-products {
  text-align: center;
  padding-bottom: 4rem;
}
.popular-products ul {
  margin: 0;
  margin: 2rem 0 0;
}
.popular-products ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 2rem;
}
.popular-products ul li p.script {
  color: #c3c3c3;
}
.popular-products ul li .BTN {
  margin: 0 auto;
  padding: 0;
  color: #861919;
  background: none;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.popular-products ul li h4 {
  margin-bottom: 0;
  font-size: 1.75rem;
  color:#3c3c3c ;
}
.prod-img {
  position: relative;
  display: block;
  text-align: center;
}
.prod-content {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.prod-img::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(134,25,25,0);
}
.prod-img:hover:before {
  background: rgba(134,25,25,.6);
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.prod-img:hover p.script, .prod-img:hover h4, .prod-img:hover .BTN {
  color: #fff ;
}

.different {
background: #E8EBEA;
position: relative;
overflow: hidden;
}
.different .box {
  background: #fff;
  padding: 2rem;
  width: 100%;
  position: relative;
}
.different .local-text {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 475px;
}
.different .fresh-text {
  position: absolute;
  top: -100px;
  left: 0;
  width: 450px;
}
/* Call to actions Banners */


/* About us styles */

/* Map styles */

.map {
  width: 100%;
  height: 550px;
  float: left;
  overflow:hidden;
  clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0% 100%);
}
.map iframe{
  width: 100%;
  height: 100%;
}
.gallery-slider {
  width: 100%;
    height: 500px;
    position: relative;
}
.main-slider i.fa-angle-left.slick-arrow {
  left: 0;
    z-index: 100;
}
.main-slider i.slick-arrow {
  top: 230px;
    right: 0;
    padding: 12px;
    height: 40px;
    width: 33px;
    background: rgba(53,10,10,0.8);
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.main-slider i.slick-arrow {
  position: absolute;
}
/***********************
404 STYLES
***********************/

.error {
  background: #f4f4f4;
}


/*FORM STYLES*/

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea {
	font-family: inherit;
	width: 100%;
	border: solid 1.5px #fff;
	background-color: transparent;
	outline: 0;
	color: #3C3C3C;
}
select {
  border: 1px solid #861919;
}
textarea {
	overflow: auto;
	min-height: 150px;
}
input[type="submit"], button[type="submit"] {
  background: #fff;
  height: 60px;
	cursor: pointer;
	font-family: inherit;
	color: #861919;
	font-size: 1em;
	border: 0;
	border: none;
	margin: 0!important;
	width: 100%;
	display: block;
	text-align: center;
	padding: 1rem;
	font-weight: bold
}
input[type="submit"]:hover, button[type="submit"]:hover {
	background: #3C3C3C;
}

.gform_validation_container{
	display: none!important;
}

.gfield_description{
	font-size: 0.8em;
}

/***********************
GRAVITY FORM STYLES
***********************/

li.gfield.marketing label.gfield_label, .gform_body ul.gform_fields li label.gfield_label  {
  display: none;
}
.gform_body ul.gform_fields li, .gform_wrapper ul li.gfield {
  margin: 0;
}
.gform_wrapper .gform_footer {
  margin-top: 0;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  margin-bottom: 0!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
  width: 100%;
  margin: 0;
  min-height: 50px;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}
body .gform_wrapper ul li.gfield {
  margin: 0;
}
.gform_wrapper .ginput_container span:not(.ginput_price), .gform_wrapper li.hidden_label input {
  margin-bottom: 0!important;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 1rem;
}
/* Subscribe Form Styles */
.subscribe .gform_wrapper form {
  display: flex;
}
.subscribe .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0;
}
.subscribe div.ginput_container_name span {
  padding-right: 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 18px!important;
}
.subscribe .gform_wrapper .gform_body ul, .subscribe .gform_wrapper .gform_body ul li  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subscribe .gform_wrapper .gform_body ul li {
  width: 50%;
  padding-right: 15px;
}
.subscribe .gform_wrapper .gform_body ul li input {
  margin: 0;
  min-height: 60px;
}
.subscribe .gform_wrapper .gform_body ul li .ginput_container {
  width: 100%;
  margin: 0;
}
.subscribe .gform_wrapper .gform_body {
  width: 66.66%;
}
.subscribe .gform_wrapper .gform_footer {
  width: 33.33%;
  align-items: center;
  padding: 0;
}
.subscribe .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  width: 100%!important;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px!important;
  font-weight: 700;
}
.subscribe .gform_footer input.button:hover {
  background: #3C3C3C;
  color: #fff;
}
.subscribe input[type="text"] {
  color: #fff;
  border: 1.5px solid #fff;
}
.subscribe [type=color]:focus, .subscribe [type=date]:focus, .subscribe [type=datetime-local]:focus, .subscribe [type=datetime]:focus, .subscribe [type=email]:focus, .subscribe [type=month]:focus, .subscribe [type=number]:focus, .subscribe [type=password]:focus, .subscribe [type=search]:focus, .subscribe [type=tel]:focus, .subscribe [type=text]:focus, .subscribe [type=time]:focus, .subscribe [type=url]:focus, .subscribe [type=week]:focus, .subscribe textarea:focus {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
  padding-top: 0;
}
/* Contact Form Styles */ 
.contact-sect {
  padding-bottom: 4rem;
}
.contact-sect input[type="text"], .contact-sect input[type="email"], .contact-sect input[type="number"], .contact-sect input[type="tel"], .contact-sect input[type="password"], .contact-sect textarea {
  background:none;
  border: 1.5px solid #861919;
  min-height: 60px;
}
.contact-sect input[type="submit"], .contact-sect button[type="submit"] {
  background: #861919!important;
  color: #fff;
}
.contact-sect input[type="submit"]:hover, .contact-sect button[type="submit"]:hover {
  background: #3C3C3C!important;;
}
.contact-sect h3.gform_title{
  display: none;
}

.Christmas li.gfield.marketing label.gfield_label, .Christmas .gform_body ul.gform_fields li label.gfield_label {
display: block;
}
.gform_wrapper.Christmas_wrapper ul.gform_fields:not(.top_label) .gfield_label, .gform_wrapper.Christmas_wrapper table.gfield_list thead th {
width: 100%;
font-size: 1.1rem;
color: #3C3C3C;
font-weight: 500;
}
html:not([dir=rtl]) .gform_wrapper.Christmas_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper.Christmas_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_wrapper.Christmas_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date), .gform_wrapper.Christmas_wrapper ul.gform_fields:not(.top_label) .ginput_list {
  width: 100%!important;
  margin-left: 0!important;
}
.gform_wrapper.Christmas_wrapper .top_label input.medium, .gform_wrapper.Christmas_wrapper .top_label select.medium {
  min-height: 60px!important;
  padding:10px 26px 10px 18px!important;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea {
  background:none;
  border: 1.5px solid #861919;
  min-height: 60px;
}
.Christmas .gform_footer input.button, .gform_wrapper.Christmas_wrapper .gform_footer input[type=submit] {
  background: #861919;
  color: #fff;
}
.Christmas .gform_footer input.button:hover, .gform_wrapper.Christmas_wrapper .gform_footer input[type=submit]:hover {
  background: #631010;
  color: #fff;
}
.gform_wrapper.Christmas_wrapper table.gfield_list tr , .gform_wrapper.Christmas_wrapper table.gfield_list thead {
  border: none;
  border-bottom: none; 
  border-top: none;
  background: none;
}
.gform_wrapper.Christmas_wrapper .gfield_list td.gfield_list_cell input, .gform_wrapper.Christmas_wrapper table.gfield_list td{
  margin-left: 0!important;
  margin-right: 0!important;
  width: 100%!important;
}
.gform_wrapper.Christmas_wrapper table.gfield_list tr {
  padding-top: 0!important;
}
body .gform_wrapper.Christmas_wrapper .top_label div.ginput_container {
  margin-top: 1rem
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0;
}

/***********************
WOOCOMMERCE STYLES
***********************/
/* Main shop styles */
.main-shop {
  padding: 6em 0 3em;
  background: #fff;
}
.woocommerce .woocommerce-result-count {
  margin: 10px 0 1em 0;
}
.woocommerce ul.products {
  margin-top: 2em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  color: #3C3C3C;
  margin: 0 auto;
  z-index: 100;
  position: absolute;
  top:.5rem;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-category__title, .woocommerce ul.products li.product:hover .woocommerce-loop-category__title mark {
  color:#fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 3em;
}

.woocommerce ul.products li.product-category a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(134,25,25,0);
}
.woocommerce ul.products li.product-category:hover a:before {
  background: rgba(134,25,25,.6);
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.woocommerce ul.products li.product-category a img {
  margin-bottom: 0;
}

.woocommerce ul.products li.product a {
  display: block;
  width: 100%;
  height:100%;
  position: relative;
}

/* Breadcrumb styles */
.woocommerce .woocommerce-breadcrumb {
  max-width: 1550px;
  margin: 0 auto;
  padding: 10px 1.875rem;
  display: flex;
  color: #3C3C3C;
}
/* Category product styles */
mark {
  font-size: 16px;
  background: none;
}
.woocommerce ul.products li.product .button, .woocommerce button.button.alt, .woocommerce button.button {
  float: none;
  border-radius: 0;
  margin-top: 10px;
  line-height: 1;
  width: auto;
}
.woocommerce a.button {
  border-radius: 0;
  margin: 0;
  line-height: 1;
}
.woocommerce ul.products li.product .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button:hover {
  background: #631010;
  color:#fff;
}
.woocommerce button.button.alt {
  width: auto;
}
.woocommerce ul.products li.product .price {
  color:#861919;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #3C3C3C;
  padding: 0;
  font-size: 1.2rem;
  text-transform: none;
  letter-spacing: normal;
}
.woocommerce a.added_to_cart, .product_meta a:hover {
  color: #3C3C3C;
}

/* Single product styles */
h1.product_title {
  font-size: 2em;
}
.woocommerce div.product div.images {
  width: 100%;
}
.woocommerce span.onsale {
  background-color: #861919;
  min-height: 80px;
  min-width: 80px;
  padding: 17px;
}
.woocommerce ul.products li.product .onsale {
  top: -10px;
}
.woocommerce span.onsale{
  top: -1.5em;
  left: -1.5em;
}
.product_meta {
  padding: 30px 0;
}
.product_meta a {
  color: #861919;
}
/* Related product styles */
.grey.related {
  padding-bottom: 2em;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
.related.products {
  padding: 0;
  background: none;
  text-align: center;
}
.related.products ul.products li h2.woocommerce-loop-product__title {
  font-size: 1.4em;
}
.woocommerce-message, .woocommerce-info {
  border-top-color: #861919;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #861919;
}
.entry-content {
  padding: 1em 0;
}
.main-single-prod table tbody {
  border: none;
  background-color: none;
}
table tfoot tr, table thead tr, tr.cart-subtotal, tr.cart-subtotal th {
  font-weight: 700;
}
.main-single-prod table tbody td {
  padding: 0;
}
.main-single-prod .variations tbody {
  display: flex;
}
.main-single-prod a.reset_variations {
  font-size: 12px;
}

/* My account/checkout styles */
.payment_method_stripe img {
  height: 40px;
}
.label {
  background: none;
}
nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #e4e4e4;
  list-style: none;
  padding: 15px 20px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  color:#3C3C3C;
  font-size: 700;
}
nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-content a:hover {
  color: #861919; 
}
nav.woocommerce-MyAccount-navigation ul li:nth-child(odd) {
  background: #f4f4f4;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
}
.woocommerce-MyAccount-content {
  padding: 30px;
  background: #f4f4f4;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border: none;
  background: #f4f4f4;
  margin-top: 0;
}
.cart-collaterals h2, h3#order_review_heading {
  font-size: 1.8rem;
  padding: 20px;
  background: #861919;
  color: #fff;
  margin: 0;
}
.woocommerce-shipping-totals.shipping {
  background: #f1f1f1;
}
#e_deliverydate_field br {
  display: none;
}
#e_deliverydate_field .orddd_field_note {
  margin-bottom: 1.5rem;
}
.shipping-calculator-form {
  padding: 1rem 1rem 0;
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
  background-color: #861919;
}
.woocommerce a.button.alt {
  background-color: #861919;
  font-size: 1.2em;
}
.woocommerce a.button.alt:hover {
  background: #3C3C3C;
}
.woocommerce-cart-form__cart-item.cart_item a {
  color:#861919;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: auto;
}
.woocommerce-cart-form .coupon {
  width: 100%;
  padding: 10px 0
}
.woocommerce-cart-form .coupon .button {
  width: auto;
  float: left;
  margin: 0 0 0 10px;
}
.woocommerce-privacy-policy-text p {
  font-size: 16px;
}

/* Basket Nav styles */
.pickup-location-field .pickup-location-appointment-date {
  background: #fff;
}
.woocommerce ul#shipping_method li input {
  vertical-align: middle;
}
.pickup-location-field .ui-datepicker-trigger {
  vertical-align: sub;
}
.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  display: none;
}
.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
display: none;
}
.ui-datepicker.pickup-location-appointment-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  border-width: 0;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table td {
  border-top: none;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: ""!important;
  display: inline-block!important;
  width: 0.5em!important;
  height: 0.5em!important;
  border-left: 0.1em solid!important;
  border-bottom: 0.1em solid!important;
  -ms-transform: rotate(45deg)!important;
  -webkit-transform: rotate(45deg)!important;
  -moz-transform: rotate(45deg)!important;
  -o-transform: rotate(45deg)!important;
  transform: rotate(45deg)!important;
  margin-left: 0.6em!important;
  font: normal 20px/34px 'dashicons'!important;
}
.cart-customlocation{
  color: #fff;
  background-color: #861919;
  font-weight: bold;
  border-radius: 50%;
  padding: 3px 0 0 0;
  line-height: 1;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin: 2px 0 0 -4px;
  font-size: 12px;
}
.nav-favicons {
  float: right;
}
.nav-favicons a {
  color: #3C3C3C;
  margin-left: 10px;
  font-size: 20px;
}
.nav-favicons a:hover {
  color: #861919;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
table.shop_table{
  table-layout:fixed;
  width:100%;
}
span.select2.select2-container.select2-container--default {
  margin-bottom: 20px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0;
}
.woocommerce-shipping-fields, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields {
  background: #f1f1f1;
  padding:2rem;
}
.woocommerce-additional-fields__field-wrapper {
  margin-top: 1rem;
}
.woocommerce-billing-fields {
  margin-bottom: 2.5rem;
}
#ship-to-different-address {
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}
.woocommerce form .form-row label {
  line-height: 1;
  font-size: .875rem;
  margin-bottom: .25rem;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background: #fff;
  border: none!important;
  height: 50px;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  height: 50px;
}
/***********************
LANDING PAGE STYLES
***********************/
.logo-banner {
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.logo-banner img {
width: 300px;
}
.landing-grey {
  height: 91vh;
  display: flex!important;
  align-items: center;
}
.landing-grey h1 {
  color: #3c3c3c;
}

/***********************
MEDIA QUIRIES STYLES
***********************/
@media only screen and (max-width: 1500px) {
  h1, .hero-banner h1 {
    font-size: 3rem;
    color: #fff;
  }
  h1.product_title {
    color: #3C3C3C;
  }
  .hero-banner p.script {
    font-size: 2rem;
    color: #fff;
  }
  .hero-banner p, .hero-banner p span {
    font-size: 1.3rem;
    color: #fff;
  }
  .overlay {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  img.collect-badge {
    width: 200px;
    top: 5%;
  }
  .hero-banner {
    background-size: cover!important;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .footer .logo {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .header .logo {
    min-width: 250px;
    max-width: 250px;
  }
  #cssmenu > ul > li > a {
    font-size: 1rem;
  }
  .mobile-hide {
    display: none;
  }
  .top-strip .right {
    text-align: center;
    width: calc(100% - 1.875rem)
  }
  .popular-products .popular-prod {
    height: 300px;
  }
  .popular-products ul li h4 {
    font-size: 1.4em;
  }
  .collect-badge {
    width: 120px;
    top: 5%;
    right: 50%;
    margin-right: -60px;
  }
  
}
@media only screen and (max-width: 768px) {
  .contact-sect {
    padding-bottom: 2.5rem;
  }
  h1, .hero-banner h1 {
    font-size: 2rem;
  }
  h3, h2 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  .hero-banner p {
    font-size: 1.2rem;
  }
  p {
    font-size: 1rem;
  }
  p.script, .hero-banner p.script {
    font-size: 1.4rem;
  }

  .hero-banner .overlay {
    height: auto;
    padding: 3em 0;
  }
  .collect-badge {
    display: none;
  }
  section, .main-shop {
    padding: 4em 0;
  }
  header {
    position: relative;
  }
  .popular-products .popular-prod {
    height: 400px;
  }
  .popular-products ul {
    margin-bottom: 0;
  }
  .box-mobile {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }
  .payment {
    display: block;
  }
  .footer .medium-4 {
    width: 100%;
  }
  .footer {
    text-align: center;
  }
  .footer-logo {
    float: none;
    margin: 0 auto 20px;
  }
  .copy-right {
    margin-top: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .main-single-prod .align-middle {
    align-items: flex-start;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 15px 10px;
    font-size: 1.2em;
  }
  .pickup-location-field .pickup-location-appointment-date {
    width: 100%;
    max-width: 100%;
  }
  .popular-products {
    padding-bottom: 2rem;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td, .lpp-shipping-package-wrapper tbody {
    background: #f1f1f1;
  }
}
@media only screen and (max-width: 639px) {
  .cart-collaterals h2, h3#order_review_heading {
    font-size: 1.2rem;
  }
  .woocommerce-shipping-fields, .woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields {
    padding: 1rem;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%!important;
    margin-bottom: 1.5rem!important;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    width: 100%;
}
  .subscribe .gform_wrapper .gform_body ul li {
    padding-right: 0;
  }
  .salt-fridge .BTN {
    margin-bottom: 2rem;
  }
  .different .box .box {
    padding: 0;
    margin-top: 1rem;
  }
  .MenuButton {
  right: 1.25em;
}
.nav-favicons {
  right: 6.5rem;
}
  .footer-address a.social.linked {
    margin-right: 0;
  }
  #menu-footer-links {
    margin-bottom: 1.5rem;
  }
  .about-sect .small-order-1 {
    margin-top: 2em;
  }
  .about-sect .clearfix {
    padding: 0;
  }
  .subscribe .gform_wrapper form {
    display: block;
  }
  .subscribe .gform_wrapper .gform_body, .subscribe .gform_wrapper .gform_body ul li, .subscribe .gform_wrapper .gform_footer {
    width: 100%;
  }
  .subscribe .gform_wrapper .gform_body ul li {
    margin-bottom: 1rem;
  }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1!important;
    min-height: 50px!important;
  }
  .woocommerce-page table.cart td.actions .coupon .button{
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 455px) {
  .main-nav-bar {
    padding: 15px 0 60px;
    text-align: center;
  }
  .MenuButton {
    bottom: 5px;
    top: auto;
  }
  .nav-favicons {
    left: 1rem;
    text-align: left;
    top: auto;
    bottom: 10px;
  }
  .top-strip p, .top-strip a {
    font-size: .9rem;
  }
  #cssmenu ul {
    top: 111px;
  }

}

#hidden_div {
  display: none;
}
