/*
Theme Name: GRG Web Design
Theme URL: https://www.grgwebdesign.com
Description: GRG Framework
Author: Greg Hibbins
Author URI:  https://www.grgwebdesign.com
Version: 1.5
*/

/*** Body ***/
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 100px;
}
.container-fluid,
.container {
  max-width: 970px;
}

/*** Web Fonts ***/
@font-face {
  font-family: "CircularStd-Book";
  src: url("fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/CircularStd-Book.woff") format("woff"),
    url("fonts/CircularStd-Book.ttf") format("truetype"),
    url("fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd-Medium";
  src: url("fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/CircularStd-Medium.woff") format("woff"),
    url("fonts/CircularStd-Medium.ttf") format("truetype"),
    url("fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*** Globals ***/
.admin-bar {
  top: 32px;
}

/*** Page Defaults ***/
.default {
  margin-top: 40px;
  padding-bottom: 50px;
}
.default h1 {
  font-size: 35px;
  font-weight: 600;
  color: #1e441a;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.default h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1e441a;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.default p {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

/*** Anchors ***/
a {
  color: #1e441a;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #1e441a;
  text-decoration: underline;
}

/*** Wordpress Alignment Classes ***/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*** Global Mobile Classes ***/
@media (max-width: 768px) {
}

/*** Header ***/
.admin-bar {
  min-height: 35px;
}
.logo {
  margin-top: 15px;
  width: 160px;
}
.strap p {
  font-size: 15px;
  line-height: 20px;
  margin: 33px 0 0 0;
  padding: 0 0 0 0;
}
.header {
  padding-top: 15px;
  padding-bottom: 20px;
}
.header-right {
  text-align: right;
}
.header-right p {
  font-size: 14px;
  font-weight: 600;
  color: #414141;
  margin: 0 25px 3px 0;
  padding: 0 0 0 0;
}
.taptap-custom-activator {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 35px;
  color: #1E441A;
  cursor: pointer;
}
.header-search {
  margin-top: 30px;
}
.header-right p.cart-items {
  font-size: 16px;
  font-weight: 600;
}
/*** Header Mobile ***/
@media (max-width: 992px) {
  p.cart-items {
    margin-top: 50px;
  }
}
/*** Header Mobile ***/
@media (max-width: 991.98px) {
  .logo {
    margin-top: 5px;
    margin-left: 0px;
    width: 160px;
  }
  .strap p {
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
  }
  .admin-bar {
    min-height: 50px;
  }
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.header-nav {
  background: #1e441a;
}

/*** Navigation ***/
.navbar-light {
  background: #1e441a!important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0!important;
}
.navbar-dark {
  background: transparent!important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #1E441A!important;
  font-weight: 600!important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:hover,
.navbar-light .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 11px 10px 11px;
}
.nav-link.panel {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 7px 11px 7px 11px;
  margin-left: 15px;
  border: 2px solid #2b2b2b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-light .navbar-toggler {
  background: #2b2b2b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.dropdown li a {
  color: #ffffff;
}
.dropdown-item {
  padding-top: 0!important;
  padding-bottom: 2px!important;
}
a.dropdown-item {
  font-weight: 600;
  color: #0f220d;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: -1px;
}
.dropdown-menu-right {
  right: -40px!important;
}
.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.dropdown-toggle::after {
  margin-left: 0!important;
  border: 0!important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #1e441a;
}
.woocommerce-breadcrumb {
  padding: .75rem 1rem!important;
  margin-bottom: 1rem!important;
  background-color: #e9ecef!important;
  border-radius: .25rem!important;
  font-size: 15px!important;
  color: #222222!important;
}
.woocommerce-breadcrumb a {
  text-decoration: underline;
  color: #222222!important;
}
/*** Bootstrap ***/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.badge-primary {
  background-color: #ebddea;
  font-weight: 600;
  font-size: 65%;
  color: #76336d;
}
.breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f5f5f5;
}
.breadcrumb a {
  text-decoration: underline;
}

.home-delivery {
  background: #f5f5f5;
  padding: 15px 0 15px 0;
}
.home-delivery p {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-delivery-icon {
  font-size: 40px;
  color: #1E441A;
}
/*** Responsive Video ***/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aiosp_upgrade_wrapper .aioseop_option_div {
  display: none !important;
}

/*** Login Form ***/
.page-template-page-templatespage_login-php {
  background: #f5f5f5;
}
#login-page {
  margin-top: 100px;
}
.woocommerce-Input--text {
  box-shadow: none !important;
  font-size: 16px !important;
  padding: 7px 15px 7px 15px !important;
  height: 45px !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border: 1px solid #c1d7e7;
}
#login-page .btn-login {
  background: rgb(80, 103, 178);
  background: linear-gradient(
    132deg,
    rgba(80, 103, 178, 1) 0%,
    rgba(143, 78, 159, 1) 76%
  );
  color: #ffffff;
}
#login-page .woocommerce,
.woocommerce form.login,
.woocommerce form.register {
  background: #ffffff !important;
}
.lost-password a {
  color: #055790;
}
#login-page .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-size: 14px !important;
  margin: 0 0 20px 0 !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin-top: 10px!important;
}
#customer_login {
  margin-top: 25px;
}
.dgwt-wcas-search-input {
  -webkit-border-radius: 15px!important;
  -moz-border-radius: 15px!important;
  border-radius: 22px!important;
  border-color: #8f8f8f!important;
}
/*** WooCommerce ***/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #1e441a!important;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
.woocommerce-info {
  border-top-color: #1E441A!important;
}
.woocommerce-info::before {
  color: #1E441A!important;
}
.related.products {
  clear: both!important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ed1069!important;
  font-size: 22px!important;
  font-weight: 600;
}
h2.woocommerce-loop-product__title {
  font-weight: 600;
}
.woocommerce ul.products li.product .price {
  color: #ed1069!important;
  font-size: 16px!important;
  font-weight: 600!important;
}

/*** Buttons ***/
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn-primary {
  font-size: 16px;
  background: #206D04;
  border: 2px solid #206D04;
  padding: 5px 12px 5px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 500;
  color: #ffffff;
}
.btn-primary:hover {
  background: #206D04;
  border: 2px solid #206D04;
  color: #ffffff;
  transform: translateY(-1px);
}
.btn-signin {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: 2px solid #7c90dc;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 14px;
}
.btn-signin:hover {
  background: transparent;
  border: 2px solid #f1f1f1;
  color: #ffffff;
}
.btn-signin:active:focus {
  background: #5d3e6f !important;
}
.btn-signin:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/*** WooCommerce ***/


/*** Footer ***/
.footer {
  position: absolute;
  bottom: 0;
  height: 100px;
  background: #1e441a;
  padding-top: 15px!important;
  padding-bottom: 10px;
  color: #ffffff;
}
.footer p {
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  color: #262626;
}
.footer h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}
.footer a {
  font-size: 14px;
  color: #c1c1c1;
  padding: 0;
  margin: 0;
}
.footer a:hover {
  color: #ffffff;
}
.footer ul li {
  font-size: 15px;
  padding: 0;
  margin: 0 0 1px 0;
  color: #af79b9;
}
.footer-logo {
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}
.footer-support-email {
  font-size: 14px;
  color: #c4a3bf;
}
.copyright p {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  color: #d1dfcf;
}

/*** Blog ***/
.blog h2 {
  color: #76336d;
  font-size: 25px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.blog h2 a {
  color: #76336d;
}
.blog-feed-article {
  margin-bottom: 25px;
}

/*** Sidebar ***/
.sidebar {
  padding: 15px;
  -webkit-box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
}
.sidebar h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  color: #76336d;
}
.sidebar ul {
  margin: 0 0 25px 20px;
  padding: 0 0 0 0;
}

/*** Testimonials ***/
.home-testimonials h2 {
  font-family: CircularStd-Medium;
  font-size: 35px;
  color: #76336d;
  text-align: center;
  font-weight: 400;
}
.testimonial-left img {
  width: 125px;
  margin: 0 auto 0;
}
.testimonial-right p {
  font-family: CircularStd-Book;
  font-weight: 400;
  color: #333333;
  font-size: 17px;
}
p.testimonial-name {
  font-weight: 600;
  font-size: 17px;
}
.five-stars {
  margin-left: 15px;
  color: #00b67a;
}
.slick-next,
.slick-prev {
  top: 30%;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  color: #af9aac;
  font-size: 55px;
  font-weight: 600;
}
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #af9aac;
  font-size: 55px;
  font-weight: 600;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #af9aac;
}
.slick-dots li.slick-active button:before {
  color: #42233e;
}
.slick-slide {
  padding: 15px 40px 15px 40px;
}
.slick-slide {
  outline: none;
}

/*** Testimonials Mobile Classes ***/
@media (max-width: 768px) {
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .testimonial-left img {
    width: 175px;
    margin-bottom: 15px;
  }
  .slick-slide {
    padding: 15px 20px 15px 20px;
  }
}

/*** Feature Hightlights ***/
.home-feature-highlights {
  color: #76336d;
}
.feature-highlight h3 {
  font-size: 18px;
  color: #742e6a;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.feature-highlight-icon {
  color: #76336d;
  font-size: 45px;
}
.feature-highlight-text {
  padding-left: 25px;
}
.feature-highlight-text p {
  font-size: 16px;
  color: #444444;
  line-height: 22px;
}

/*** Business Web Design ***/
.sidebar-introduction {
  background: #f5f5f5;
  padding: 15px;
}
.sidebar-introduction h3 {
  font-size: 22px;
  font-weight: 600;
  color: #76336d;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.hosting-feature {
  margin-bottom: 150px;
  clear: both;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.hosting-feature-text h2 {
  font-size: 29px;
  font-weight: 600;
  color: #76336d;
  margin: 0 0 19px 0;
  padding: 0 0 0 0;
}
.hosting-feature-text p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.home-call-to-action {
  background: #4d3a58;
  height: 70px;
}

.home-about h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1e441a;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.home-about h3 {
  font-size: 22px;
  font-weight: 400;
  color: #252525;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.home-about p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}

/*** Cookie Banner ***/
.cookie-bar__inner {
  background-color: #4D3A58;
  color: #c8b3d4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  padding: 3px 10px;
  text-align: center;
}
@media (min-width: 62rem) {
  .cookie-bar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cookie-bar__buttons {
  display: block;
  margin-top: 0.375rem;
}
@media (min-width: 62rem) {
  .cookie-bar__buttons {
    margin-top: 0;
  }
}
.cookie-bar__btn {
  background-color: #71597f;
  color: #c8b3d4;
  border: none;
  margin: 0 3px;
  padding: 0px 3px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.cookie-bar__btn:hover {
  background-color: #71597f;
}
.cookie-bar__btn:active {
  background-color: #71597f;
}
.cookie-bar__link {
  margin: 0 0.5rem;
}
.cookie-bar a {
  color: #c8b3d4;
  text-decoration: underline;
}
.cookie-bar a:hover {
  text-decoration: none;
}
.cookie-bar-privacy-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {
  display: none;
}
.cookie-bar-privacy-popup__dialog {
  background-color: #fff;
  width: 100%;
  max-width: 50rem;
  max-height: 90vh;
  overflow: auto;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
}
.cookie-bar-privacy-popup__dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  display: block;
  width: 2rem;
  height: 2rem;
  border: none;
  cursor: pointer;
}
.cookie-bar-privacy-popup__dialog__close:after,
.cookie-bar-privacy-popup__dialog__close:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.25rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin-top: -0.125rem;
}
.cookie-bar-privacy-popup__dialog__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie-bar-privacy-popup__dialog__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cookie-bar-privacy-popup__dialog p:last-child {
  margin-bottom: 0;
}
.cookie-bar--bottom,
.cookie-bar--bottom-left,
.cookie-bar--bottom-right {
  z-index: 100;
  position: fixed;
}
.cookie-bar--bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.cookie-bar--bottom-left {
  left: 0.9375rem;
}
.cookie-bar--bottom-right {
  right: 0.9375rem;
}
.cookie-bar--bottom-left,
.cookie-bar--bottom-right {
  bottom: 0.9375rem;
}
@media (min-width: 48rem) {
  .cookie-bar--bottom-left,
  .cookie-bar--bottom-right {
    width: 22.5rem;
  }
}
@media (min-width: 48rem) {
  .cookie-bar--bottom-left .cookie-bar__buttons,
  .cookie-bar--bottom-left .cookie-bar__inner,
  .cookie-bar--bottom-right .cookie-bar__buttons,
  .cookie-bar--bottom-right .cookie-bar__inner {
    display: block;
  }
}
@media (min-width: 48rem) {
  .cookie-bar--bottom-left .cookie-bar__buttons,
  .cookie-bar--bottom-right .cookie-bar__buttons {
    margin-top: 0.375rem;
  }
}
.cookie-bar--bottom-left .cookie-bar__inner,
.cookie-bar--bottom-right .cookie-bar__inner {
  line-height: 1.3;
}


.home-beer-wines-cider {
  margin-top: 25px;
  background: url(images/beer-wines-cider.png) no-repeat bottom center;
  background-size: cover;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 95px 0 0 20px;
}
.home-beer-wines-cider-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.home-beer-wines-cider-btn {
  padding: 40px 30px 0 0;
  text-align: right;
}
.home-fruit-veg {
  margin-top: 25px;
  background: url(images/fruit-veg.png) no-repeat bottom center;
  background-size: cover;
  height: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 120px 0 0 20px;
}
.home-fruit-veg-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}
.home-fruit-veg-btn {
  padding: 20px 30px 0 0;
  text-align: right;
}