/*
Theme Name: TOMS Farm Market Theme
Description: A custom theme developed by DreamCo Design for TOMS Farm Market.
Author: DreamCo Design
Author URI: https://www.dreamcodesign.com/
Version: 2.0
*/

body, html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #212529;
  overflow-x: hidden;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

a {
  color: #C72328;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #C72328;
}

.text-right {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "phoreuscherokee", serif;
}

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

strong, b {
  font-weight: 700;
}

section {
  padding: 5rem 1rem;
}

.white-bg {
  background-color: #fff;
}

.offwhite-bg {
  background-color: #f8f9fa;
}

.wood-bg {
  background-image: url(assets/img/woodbg.png);
  background-repeat: repeat;
}

.wood-bg h1 {
  color: #fff;
}

.container {
  padding: 0 1rem;
}

.container-fluid {
  padding: 0 1rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.9rem;
}

.btn-link {
  color: #C72328;
}
.btn-link:hover {
  color: #000;
  text-decoration: none;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-primary:hover {
  background-color: #C72328;
  border-color: #C72328;
  color: #fff;
}
.btn-primary:disabled {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-primary.disabled {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}

nav.top-nav {
  padding: 0.5rem 0;
  background-color: #C72328;
}
nav.top-nav .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
nav.top-nav .container-fluid .address {
  color: #fff;
  font-family: "phoreuscherokee", serif;
}
nav.top-nav .container-fluid .phone {
  padding-left: 1rem;
}
nav.top-nav .container-fluid .phone a {
  color: #fff;
  font-family: "phoreuscherokee", serif;
  text-decoration: none;
}
nav.top-nav .container-fluid .phone a:hover {
  text-decoration: underline;
}

nav.navbar {
  background-color: #000;
  border-color: #fff;
  max-height: 5rem;
  position: relative;
  z-index: 5;
}
nav.navbar .navbar-brand img {
  max-height: 10rem;
}
nav.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1.1rem;
  font-family: "phoreuscherokee", serif;
}
nav.navbar .navbar-nav {
  position: relative;
  z-index: 10;
}
nav.navbar .navbar-nav .dropdown-menu {
  right: 0;
  z-index: 10;
}

.main-banner .main-slider .slick-slide div {
  position: relative;
}
.main-banner .main-slider .slick-slide div .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(70, 70, 70, 0.25);
}
.main-banner .main-slider .slick-slide div .content h1 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
.main-banner .main-slider .slick-slide div .slide-bg {
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.welcome {
  text-align: center;
}
.welcome h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.welcome h1 {
  color: #C72328;
  font-size: 3.5rem;
  text-transform: uppercase;
}
.welcome p {
  font-size: 1.15rem;
  text-align: justify;
}

.ctas {
  background-image: url(assets/img/woodbg.png);
  background-position: center;
  background-repeat: repeat;
}
.ctas .cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
.ctas .cta-grid .card {
  border: none;
  border-radius: 0;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.75));
}
.ctas .cta-grid .card .card-img-top {
  border-radius: 0;
  padding-bottom: 75%;
  background-position: center;
  background-size: cover;
}
.ctas .cta-grid .card .card-body h5 {
  color: #000;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.heading-bg {
  background-size: cover;
  background-position: center;
  padding: 10rem 1rem;
  position: relative;
}
.heading-bg h1 {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 4.5rem;
  font-weight: normal;
  text-align: center;
}
.heading-bg .overlay {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.20);
}

.featured-img {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 5rem;
  border-top-left-radius: 5rem;
  border: 1rem double #fff;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-for .slide-bg {
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.slider-nav {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.slider-nav .slick-current .slide-bg {
  opacity: 1;
}
.slider-nav .slide-bg {
  opacity: 0.6;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

.menu-gallery h1.gallery-title {
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 4rem;
}
.menu-gallery .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}
.menu-gallery .grid .item-container {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}


.prefooter {
  padding: 2rem 1rem;
  background-color: #C72328;
}
.prefooter img {
  max-width: 150px;
}
.prefooter .container p {
  color: #fff;
  font-family: "phoreuscherokee", serif;
  margin-bottom: 0;
}
.prefooter .container a {
  color: #fff;
  text-decoration: none;
}
.prefooter .container a:hover {
  color: #fff;
}
.prefooter .col-md-4 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.prefooter .col-md-4 .footer-image {
  margin: 0 auto;
}
.prefooter .col-md-4 .hours {
  font-size: 1.15rem;
}
.prefooter .col-md-4 .address {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.15rem;
}

footer {
  background-color: #000;
  padding: 3rem 1rem;
}
footer .links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}
footer .links .footerlinks {
  padding-left: 0;
  display: flex;
  flex-direction: row;  
  align-items: center;
  list-style: none;
}
footer .links .footerlinks li a {
  padding: 0.75rem 1rem 0.75rem 0;
  color: #ced4da;
  font-family: "phoreuscherokee", serif;
  text-decoration: none;
  font-size: 1.25rem;
}
footer .links .footerlinks li a:hover {
  color: #fff;
}
footer .social-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .social-links ul.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social-links ul.social li a {
  color: #ced4da;
  font-size: 2rem;
  padding: 0 0 0 1rem;
}
.newsletter-form h4 {
  color: #ffffff;
  text-align: right;
  font-size: 1.15rem;
}
.newsletter-banner h4 {
  color: #ffffff;
  font-size: 1.4rem;
}
.newsletter-banner {
  margin-bottom: 3rem;
}
.newsletter-banner input#input_1_1 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ddd;
  border-bottom: none;
}
.newsletter-banner input#input_1_2 {
  border: 1px solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.learn-more a {
  color: #fff;
}
div#gform_wrapper_1 {
  margin: 0 !important;
}
form#gform_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.gform_body.gform-body {
  flex: 1 1 100%;
  padding: 0 !important;
  margin: 0 !important;
}
li#field_1_1 {
  margin-top: 0 !important;
  padding-right: 0 !important;
}
li#field_1_2 {
  padding-right: 0 !important;
  margin-top: 0 !important;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
form#gform_1 label.gfield_label {
  display: none !important;
}
form#gform_1 .gform_footer.top_label {
  margin-top: 0 !important;
  flex: 1 1 125px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  padding: 0 !important;
  margin: 0 !important;
}
.gform_footer.top_label input#gform_submit_button_1 {
  width: 100%;
  border: 1px solid #C72328;
  background-color: #C72328;
  color: #fff;
  margin: 0 !important;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
footer .copyright {
  font-size: 0.75rem;
  color: #6c757d;
  flex: 0 0 100%;
  text-transform: lowercase;
  max-width: 100%;
}
footer .copyright a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #6c757d;
}

.wc-block-product-search .wc-block-product-search__field {
  border: 1px solid #ddd;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
.woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {
  float: none;
}
.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.woocommerce-variation-price {
  font-size: 1.5rem;
  text-align: right;
}
.product_meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.product_meta span {
  font-size: 0.85rem;
}
.block-5.widget_block {
  margin-top: 1.5rem;
}
.woocommerce .woocommerce-ordering select {
  padding: 6px 8px;
  border-color: #ddd;
}
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
  padding: 6px 8px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_variable.add_to_cart_button, button.wc-block-product-search__button {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  margin-top: 0 !important;
  text-align: center;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.9rem;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  margin-top: 0 !important;
  text-align: center;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #111;
  border-color: #111;
}
.woocommerce .products ul, .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  clear: none;
  margin: 0;
  float: none;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}
a.cart-customlocation {
  color: #ffffff;
  padding-left: 1rem;
  text-decoration: none;
}
a.cart-customlocation:hover {
  text-decoration: underline;
}
nav.top-nav .address, nav.top-nav .phone, nav.top-nav .cart-customlocation {
  position: relative;
  z-index: 10;
}
div#shopSidebar {
  padding-top: 1.5rem;
}
.button-group.filters-button-group {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 0.5rem;
  row-gap: 0rem;
  margin-bottom: 1.5rem;
}
.button-group.filters-button-group button.button.is-checked.show_all.active, .button-group.filters-button-group  button.button.gallery_filter.active {
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.button-group.filters-button-group button.button {
  border: 0.125rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  text-align: center;
  margin: 0.25rem 0;
}

section.up-sells.upsells.products, section.related.products {
  padding: 1rem 0;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
.calendar .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
}
.grid .gallery-item {
  position: relative;
}
.grid .gallery-item .overlay {
  background-color: rgba(255,255,255,0.85);
  position: absolute;
  padding: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.grid .gallery-item .item-container {
  padding-bottom: 75%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.bakery-gallery .grid {
  margin: auto;
}
.bakery-gallery .grid .gallery-item a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.bakery-gallery .grid .gallery-item .card-body {
  background-color: #fff;
  text-align: center
}
.bakery-gallery .grid .gallery-item .card-body h4 {
  font-size: 1.25rem;
}
.three-column-list {
  column-count: 3;
}
.four-column-list {
  column-count: 4;
}
.four-column-list ul, .three-column-list ul {
  padding-left: 1rem;
}
.grid .gallery-item .overlay h5 {
  font-weight: bold;
}
.grid .gallery-item .overlay p {
  font-weight: 500;
}
.black-border {
  padding: 1.5rem;
  background-color: #111;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}
div#input_2_4 > div {
  margin: 0 auto;
}
.gform_legacy_markup_wrapper .gform_footer {
  text-align: center;
}
.gform_legacy_markup_wrapper .top_label .gfield_label, .gform_legacy_markup_wrapper legend.gfield_label,
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  color: #fff;
}
.gform_legacy_markup_wrapper .gfield_required {
  color: red !important;
}
.wood-bg.border-bottom {
  border-bottom: 3rem solid #111 !important;
}
.load-more-btn {
  margin-top: 2rem;
  text-align: center;
}
.load-more-btn button {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.bordered-text {
  padding: 2rem;
  border: 3px solid #111;
}
.post-template-default, .post-template.post-template-post-fall {
  font-family: "phoreuscherokee", serif;
}
.btn-lg {
  font-size: 1.5rem;
  font-family: "phoreuscherokee", serif;
  padding: 1rem 2rem;
}
.table-grid .table-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0rem;
}
.table-wrap h3 strong small {
  font-size: 1.25rem;
  margin-top: 5px;
}



@media screen and (max-width: 1199px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
  .button-group.filters-button-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.5rem;
    row-gap: 0rem;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .calendar .grid, .bakery-gallery .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .main-banner .main-slider .slick-slide div .slide-bg {
    padding-bottom: 75%;
  }
  .main-banner .main-slider .slick-slide div .content h1 {
    font-size: 2.5rem;
  }
  nav.navbar {
    max-height: none;
  }
  nav.navbar .navbar-brand img {
    max-height: 8rem;
  }
  nav.navbar .navbar-brand {
    padding: 0;
  }
  .navbar-toggler {
    color: #ffffff;
    font-size: 2rem;
  }
  .ctas .cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
  }
  footer .links .footerlinks {
    flex-wrap: wrap;
  }
  footer .links .footerlinks li a {
    font-size: 1.1rem;
  }
  .menu-gallery .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .heading-bg {
    padding: 6rem 1rem;
  }
  .heading-bg h1 {
    font-size: 2.5rem;
  }
  .top-gallery {
    margin-bottom: 3rem;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .calendar .grid, .bakery-gallery .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .table-grid .table-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: none;
    margin: 0;
  }
  .woocommerce ul.products li.product .button {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 767px) {
  nav.top-nav .container-fluid .phone, nav.top-nav .container-fluid .address, nav.top-nav a.cart-customlocation {
    font-size: 0.85rem;
    max-width: 45%;
  }
  nav.top-nav .container-fluid {
    justify-content: space-between;
    align-items: center;
  }
  nav.navbar .navbar-brand img {
    max-height: 6rem;
  }
  nav.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  nav.navbar {
    max-height: none;
  }
  .main-banner .main-slider .slick-slide div .slide-bg {
    padding-bottom: 100%;
  }
  .main-banner .main-slider .slick-slide div .content {
    padding: 2rem;
  }
  .main-banner .main-slider .slick-slide div .content h1 {
    font-size: 2.25rem;
  }
  .welcome h1 {
    font-size: 2.5rem;
  }
  .ctas .cta-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 2rem;
    row-gap: 2rem;
  }
  .prefooter .col-md-4 .hours {
    text-align: center;
    margin: 0 auto;
  }
  .prefooter .col-md-4 .footer-image {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .prefooter .col-md-4 .address {
    justify-content: center;
    text-align: center;
  }
  section {
    padding: 3rem 1rem;
  }
  footer .links .footerlinks {
    flex-wrap: wrap;
  }
  footer .links .footerlinks li a {
    font-size: 1.1rem;
  }
  footer .social-links ul.social {
    justify-content: center;
    margin: 1rem auto;
  }
  footer .newsletter-form h4 {
    text-align: center;
  }
  .menu-gallery .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .button-group.filters-button-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
    row-gap: 0rem;
  }
  .calendar .grid, .bakery-gallery .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .col-md-8.d-flex.flex-column.justify-content-center {
    margin-top: 2rem;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

















