/*
 Theme Name:   Freedom Ranger Hatchery
 Description:  an EZMarketing Twenty Twenty Child Theme
 Author:       EZMarketing
 Author URI:   https://www.ezmarketing.com
 Template:     twentytwenty
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

*/
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
html, body {
  margin: 0px;
  border: 0px;
  padding: 0px;
  margin-top: 0px !important;
  text-align: left;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  color: #502118;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 28px;
  background: #fff;
}

body.admin-bar {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}

a {
  outline: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
:root {
  overflow-y: scroll !important;
}
::-moz-selection {
  background: #393939;
  color: #6a6a6a;
  text-shadow: none;
}
::selection {
  background: #393939;
  color: #6a6a6a;
  text-shadow: none;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.clear {
  clear: both;
}
.responsive {
  width: 90%;
}
/*	--------------------------------------------------
	:: Structure
	-------------------------------------------------- */
#top-wrapper {
  width: 100%;
  height: auto;
  background: #a65c32;
  z-index: 99999;
}
#top {
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  height: auto;
  margin: 0 auto;
}
.family-font {
  font-family: 'Charmonman', cursive;
  font-size: 24px;
  line-height: 50px;
  color: #efe2d1;
}
button#menuToggle {
  display: none;
}
ul.top-menu {
  margin: 0;
  padding: 0px 0 0 0;
}
ul.top-menu li {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  line-height: 50px;
}
ul.top-menu li:last-child a {}
ul.top-menu li:first-child a {}
ul.top-menu li:hover {
  cursor: default;
}
ul.top-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  color: #fae29c;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.top-menu li a:hover, ul.top-menu li.current-menu-item a, ul.top-menu li a:focus {
  color: #fff5d9;
}
ul.top-menu li ul {
  position: absolute;
  left: -9999em;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
ul.top-menu li:hover ul {
  left: 0;
}
ul.top-menu li:hover ul li {
  float: none;
  width: 100%;
  position: relative;
  z-index: 9999;
}
ul.top-menu li:hover ul li a {
  display: block;
  line-height: 40px;
  text-transform: none;
  text-shadow: none;
  text-align: left !important;
  padding-left: 10px;
  background: #a65c32;
  width: 100%;
  color: #faeecb;
  text-decoration: none;
}
ul.top-menu li:hover ul li a:hover {
  background: #8e4a24;
}
.cart-links {
  background: #d9b959;
  color: #ac321a;
  font-size: 16px;
  line-height: 50px;
  padding: 0 15px;
  margin-left: 15px;
}
.cart-links a {
  font-size: 12px;
  color: #502118;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 10px;
}
.cart-links a:hover {
  text-decoration: underline;
}
.cart-links a i {
  font-size: 16px;
  color: #ac321a;
  padding-right: 3px;
}
a.header-info {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
  color: #ac321a;
  text-decoration: none;
  padding-left: 10px;
}
a.header-info i {
  font-size: 18px;
  color: #ac321a;
}
.header-info:hover {
  opacity: 0.8;
}
a.header-info span.count {
  font-size: 12px;
  color: #ac321a;
  text-transform: uppercase;
}
#header-wrapper {
  width: 100%;
  height: auto;
  background: #f8f4e9;
}
#header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
}
#logo {
  padding: 5px 0;
}
#logo img {
  display: inline-block;
  padding-top: 5px;
}
.feat-img-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slogan {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 130px 38% 130px 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-shadow: 0 0 30px #000000;
}
.slogan h1 {
  color: #fff;
  line-height: 46px !important;
  letter-spacing: .05px;
}
.slogan a {
  color: #f8f4e9;
}
.slogan a.link {
  text-shadow: none;
}
.social-icon {
  background: #555;
  border: 1px solid #e9e9e9;
  padding: 3px 0;
  width: 35px;
  display: inline-block;
  color: #888;
  text-align: center;
  font-size: 20px;
  margin-top: 4px;
}
.social-icon:hover {
  background: #e9e9e9;
}
/* Options - Social */
ul.social-media-icons {
  width: 30%;
  list-style: none;
  text-align: right !important;
  margin: 0 !important;
  padding: 0;
}
ul.social-media-icons li {
  display: inline;
  padding: 2px 5px 0px 0px;
  margin: 0 !important;
}
ul.social-media-icons a i {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #083d62;
  color: #91f8fc;
  border-radius: 6px;
}
ul.social-media-icons li a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}
#slideshow-wrapper {
  width: auto;
  height: auto;
  background: #000 url(images/slideshow-bg.jpg) no-repeat scroll center center / cover;
}
#slideshow-bg {
  width: 90%; /* Change to exact pixels for static (non-responsive)*/
  margin: 0 auto;
}
.tan-wrapper {
  width: auto;
  height: auto;
  background: #f8f4e9;
  padding: 60px 0;
}
.tan {
  width: 90%; /* Change to exact pixels for static (non-responsive)*/
  margin: 0 auto;
}
.tan a {
  color: #ac321a;
  text-decoration: underline;
  line-height: 20px;
}
.tan a:hover {
  color: #7a1d0b;
  text-decoration: none;
}
.content-wrapper {
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  height: auto;
  margin: 0px auto;
}
.content {
  width: 100%;
  margin: 0px auto;
  height: auto;
  padding: 60px 0px 50px 0px;
}
.content a {
  color: #ac321a;
  text-decoration: underline;
  line-height: 20px;
}
.content a:hover {
  color: #7a1d0b;
  text-decoration: none;
}
.content ul {
  margin-bottom: 1em !important;
}
.shareaholic-share-buttons-container.shareaholic-round {
  margin-top: 30px;
}
/*	--------------------------------------------------
	:: Navigation (FULL CSS w/ DROPS)
	-------------------------------------------------- */
/*	--------------------------------------------------
	:: Footer
	-------------------------------------------------- */
#footer-wrapper {
  height: auto;
  width: 100%;
  background: #a65c32;
  border-top: 15px solid #d9b959;
}
#footer {
  height: auto;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 20px 0;
  background: #a65c32;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #cfcfcf;
  text-decoration: underline;
}
ul.footer-hatcheries {
  width: 90%;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
ul.footer-hatcheries li {
  padding: 5px;
  font-size: 16px;
  margin: 0 0 0 15px;
}
ul.footer-hatcheries li:hover {
  opacity: 0.8;
  text-decoration: none !important;
  background: #bf7256;
}
ul.footer-hatcheries li a {
  color: #fff !important;
  text-decoration: none !important;
}
ul.footer-hatcheries li a:hover {
  color: #f2d680 !important;
  text-decoration: underline !important;
}
ul.footer-hatcheries i {
  color: #f2d680;
  font-size: 14px;
  margin-right: 5px;
}
#footer p {
  font-size: 12px;
}
#footer .footer-nav {
  font-size: 18px;
}
#footer .footer-nav a {
  color: #fae29c !important;
}
#copyright-wrapper {
  height: auto;
  width: 100%;
  background: #a65c32;
}
#copyright {
  height: auto;
  border-top: 2px solid #bf7256;
  width: 90%; /* Change to exact pixels for static (non-responsive) */
  margin: 0 auto;
  padding: 30px 0;
  background: #a65c32;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #f6dad0;
}
#copyright a {
  color: #f6dad0;
  text-decoration: none;
}
#copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
/*	--------------------------------------------------
	:: Elements
	-------------------------------------------------- */
h1, .woocommerce-products-header__title.page-title {
  color: #ac321a;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  line-height: 42px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px !important;
}
h2, h2.woocommerce-loop-category__title {
  color: #ac321a;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-size: 30px !important;
  line-height: 36px !important;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px !important;
}
h2 a {
  color: #ac321a !important;
}
h3, .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-product__title {
  color: #502118;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px !important;
}
h3 a {
  color: #502118 !important;
}
h4 {
  color: #ac321a;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px !important;
}
h4 a {
  color: #ac321a !important;
}
p {
  line-height: inherit;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
hr, hr.is-style-wide {
  border: 0;
  height: 4px;
  background: #dadada;
  text-align: center;
  line-height: 4px;
  font-size: 26px;
  border-bottom: 0px;
  margin: 30px 0 45px 0;
}
hr.wp-block-separator:not(.is-style-wide) {
  border: 0;
  height: 4px;
  background: #dadada;
  text-align: left;
  line-height: 4px;
  font-size: 26px;
  border-bottom: 0px;
  margin: 30px 0 45px 0;
}
.wp-block-separator.is-style-wide {
  max-width: 100% !important;
  width: 100% !important;
}
.pquote {
  border-left: 12px solid #d9b959;
  background: #f8f4e9;
  color: #502118;
  padding: 20px 10px 20px 40px;
}
.pquote a {
  color: #ac321a !important;
  font-weight: bold;
}
.pquote a:hover {
  color: #84220f !important;
}
blockquote {
  border-left: 12px solid #d9b959 !important;
  background: #f8f4e9;
  color: #502118;
  padding: 20px 10px 20px 40px !important;
}
blockquote p {
  padding: 0;
}
blockquote a {
  color: #ac321a !important;
  font-weight: bold;
}
blockquote a:hover {
  color: #84220f !important;
}
blockquote cite {
  font-size: 16px;
  text-transform: uppercase;
  color: #575757;
  font-style: italic;
}
.wp-block-embed figcaption, .wp-block-image figcaption {
  font-size: 14px !important;
  font-style: italic;
  font-weight: 400 !important;
  margin-top: .5rem !important;
}
a.link {
  display: inline-block;
  background: #d9b959;
  font-family: 'Poppins', sans-serif;
  color: #502118 !important;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  padding: 20px 30px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.link:hover {
  background: #f1d275;
  color: #ac321a !important;
}
a.link i {
  color: #ac321a;
  font-size: 16px;
  margin-right: 10px;
}
a.wp-block-button__link {
  display: inline-block;
  background: #d9b959;
  font-family: 'Poppins', sans-serif;
  color: #502118 !important;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  padding: 20px 30px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.wp-block-button__link:hover {
  background: #f1d275;
  color: #ac321a !important;
}
.wp-block-button {
  margin: 0 !important;
}
.wp-block-columns:not(.alignwide):not(.alignfull) {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
/*	--------------------------------------------------
	:: Homepage Tab Styles
	-------------------------------------------------- */
.responsive-tabs ul.responsive-tabs__list {
  margin: 0px 0 0 12px !important;
}
.responsive-tabs__list__item {
  background: #f8f4e9 !important;
  border: 0px solid #f8f4e9 !important;
  border-bottom-color: #e6dbbd !important;
  border-bottom-style: solid !important;
  border-bottom-width: 6px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: #ac321a !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 1px 0px 0 0 !important;
  padding: 10px 32px 10px !important;
}
.responsive-tabs .responsive-tabs__panel {
  background: #f8f4e9 !important;
  border: 1px solid #f8f4e9 !important;
  border-top: 1px solid #f8f4e9;
}
.responsive-tabs__list__item--active {
  border-bottom: 6px solid #ac321a !important;
  color: #ac321a !important;
  top: 0px !important;
}
/* homepage featured product grid layout - adjustment */
.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
  margin: 0 3% 2.992em 0 !important;
  width: 22% !important;
}
/* homepage product slider */
.slick-initialized .slick-slide {
  display: flex !important;
}
.wpsf-product {
  display: flex !important;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.slick-slide img {
  margin: 0 auto;
} /* center photos */
.sp-wps-product-image-area {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  padding: 20px;
}
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.shipping-rates table {
  margin: 0 !important;
}
/*	--------------------------------------------------
	:: Blog Styles
	-------------------------------------------------- */
.hentry {
  padding: 0px !important;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 0px 0 0px !important;
}
.widget_search .search-form .search-submit {
  flex-shrink: 2;
}
.widget_search input {
  background: #fff !important;
}
.widget {
  background-color: #f8f4e9;
  margin: 0 0 24px;
  padding: 10px;
}
.widget li {
  padding: 10px 15px;
  background: #ede4cc;
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  line-height: 20px !important;
}
.widget li:hover {
  background: #e6dbbd;
}
.widget li a {
  color: #ac321a !important;
  text-decoration: underline;
  font-size: 16px !important;
  /*text-transform: uppercase !important;*/
}
.widget .widget-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  margin: 0 0 10px !important;
  padding: 5px 10px !important;
  background: #a65c32 !important;
  color: #fff !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.post-layout-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.post-archive-layout {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  margin: 0 2% 40px 0;
  width: 31%;
  float: left;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.post-archive-layout img {
  margin-bottom: 20px;
  max-height: 175px;
}
.post-archive-layout a.link {
  margin-top: auto;
}
.post-archive-layout:nth-child(3n+4) {
  clear: both;
}
/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */
div#content > div img {
  width: 100%;
}
/* Override */ .no-full {
  width: auto !important;
}
.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
  height: auto;
  float: left;
}
.g10 {
  width: 10%;
}
.g20 {
  width: 20%;
}
.g30 {
  width: 30%;
}
.g40 {
  width: 40%;
}
.g50 {
  width: 50%;
}
.g60 {
  width: 60%;
}
.g70 {
  width: 70%;
}
.g80 {
  width: 80%;
}
.g90 {
  width: 90%;
}
.g100 {
  width: 100%;
}
.g33 {
  width: 33.33333333%;
}
.g25 {
  width: 25%;
}
.g75 {
  width: 75%;
}
.padding {
  padding: 10px 15px;
}
table {
  font-size: 18px;
}
/*	--------------------------------------------------
	:: Form Styles
	-------------------------------------------------- */
label {
  font-size: 16px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  font-size: 16px;
  padding: 10px !important;
  letter-spacing: 0;
}
input, textarea, select {
  border: 0px !important;
  background: #f3f1ec !important;
  font-family: inherit;
  font-size: 16px;
  padding: 10px !important;
  width: 100%;
}
select {
  padding: 14px !important;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
}
input:focus, textarea:focus, select:focus, input:focus-visible, textarea:focus-visible, select:focus-visible {
  border: 0px;
  background: #ddd6cc !important;
  font-size: 16px;
  font-family: inherit;
  padding: 10px !important;
}
select:focus {
  padding: 14px !important;
}
input[type="checkbox"]:checked::before {
  margin: -0.8rem 0 0 -0.7rem;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 0 0 100%;
}
.ginput_complex.ginput_container_address .address_city {
  width: 31% !important;
  margin-right: 2% !important;
  margin-left: 0 !important;
  padding: 0 !important;
  display: block;
  float: left;
  flex: unset !important;
}
.ginput_complex.ginput_container_address .address_state {
  width: 31% !important;
  margin-right: 2% !important;
  margin-left: 0 !important;
  padding: 0 !important;
  display: block;
  float: left;
  flex: unset !important;
}
.ginput_complex.ginput_container_address span.ginput_right + .ginput_left.address_zip {
  width: 33% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  display: block;
  float: right;
  flex: unset !important;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}
.single-product .woocommerce-variation-add-to-cart .button, button.single_add_to_cart_button.button.alt, .add_to_cart_button, a.wc-forward, button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 18px !important;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #a65c32 0%, #88421a 100%) repeat scroll 0 0 !important;
  border-bottom: 2px solid #a65c32 !important;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #88421a 0%, #a65c32 100%) repeat scroll 0 0 !important;
  color: #fff !important;
}
/*	--------------------------------------------------
	:: Media Queries
	-------------------------------------------------- */
@media screen and (min-width: 1300px) {
  .responsive {
    width: 1300px !important;
  }
}
@media screen and (max-width: 1300px) {
  .slogan {
    width: 90%;
    padding: 60px 0 60px 0;
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  .opensub {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  button.mega-toggle-animated {
    background: #f8f4e9 !important;
    border-bottom: none !important;
  }
  #mega-menu-mobile {
    margin-top: 24px !important;
  }
  /* ********* Mobile Navigation Styles ********** */
  #header {
    width: 100% !important;
    position: static;
  }
  #header .g70 {
    position: static;
  }
  button#menuToggle {
    display: inline-block;
    border: 0;
    background: #a65c32 !important;
    border-bottom: transparent !important;
    padding: 10px 0;
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    border-radius: 0px !important;
  }
  button#menuToggle:hover, #menuToggle:focus {
    background: #a65c32 !important;
  }
  .menu-content {
    display: none;
  }
  .menu-content .right {
    float: none !important;
  }
  ul.top-menu {
    background: #a65c32;
  }
  ul.top-menu li {
    float: none;
    width: 100%;
    text-align: left;
  }
  ul.top-menu li a {
    color: #fff;
    text-align: left;
  }
  ul.top-menu li a:hover, ul.top-menu li.current-menu-item a, ul.top-menu li a:focus {
    color: #fff;
    background: #a65c32;
  }
  /* submenu */
  ul.sub-menu {
    display: none;
    background: #bd7146;
  }
  ul.top-menu li ul {
    position: static;
    left: 0;
    width: auto;
  }
  ul.top-menu li:hover ul li {
    float: none;
    width: 100%;
    position: static;
    text-align: center !important;
  }
  ul.top-menu li:hover ul li:hover {
    text-align: center;
  }
  ul.top-menu li .opensub {
    color: #fff;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  #content img.alignright {
    display: block;
    margin: 0px auto;
    float: none;
    width: auto;
    max-width: 100%;
  }
  #top .g30 {
    display: none;
  }
  .home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
    margin: 0 3% 2.992em 0 !important;
    width: 47% !important;
  }
  .post-archive-layout {
    width: 48%;
  }
  .post-archive-layout:nth-child(3n+4) {
    clear: none;
  }
  .post-archive-layout:nth-child(2n+2) {
    clear: both;
  }
  .g25 {
    width: 50% !important;
  }
  .g30 {
    width: 100% !important;
  }
  .g33 {
    width: 100% !important;
  }
  .g50 {
    width: 100% !important;
  }
  .g70 {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .responsive {
    width: 90% !important;
  }
  #header {
    display: block;
  }
  #mega-menu-mobile {
    margin-top: 0px !important;
  }
  #mega-menu-wrap-mobile .chickens-menu img {
    display: none;
  }
  .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #a65c32 !important;
    color: #fff !important;
  }
  .responsive-tabs .responsive-tabs__heading:not(.responsive-tabs__heading--active) {
    background: #e6dbbd !important;
    color: #a65c32 !important;
    border: none !important;
  }
  .woocommerce .content-area .site-main {
    margin: 0 !important;
  }
  .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }
  .content-wrapper {
    width: 100%;
  }
  #footer .g60 {
    width: 100%;
  }
  #footer .g40 {
    width: 100%;
  }
  #footer .g40:nth-of-type(2) {
    display: none;
  }
	
	.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {width: 50%;}
	
}
@media screen and (max-width: 480px) {
  .responsive {
    width: 95% !important;
  }
  #logo {
    padding: 0;
    text-align: center;
  }
  .home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
    margin: 0 0 2.992em 0 !important;
    width: 100% !important;
  }
  .slogan {
    padding: 40px 0 40px 0;
  }
  .slogan h1 {
    line-height: 32px !important;
    font-size: 24px !important;
  }
  .hatchery_info {
    text-align: center;
  }
  .hatchery_info img {
    float: none !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .post-archive-layout {
    width: 100%;
  }
  .post-archive-layout p {
    display: none;
  }
  .post-archive-layout:nth-child(2n+2) {
    clear: none;
  }
  .g10 {
    width: 100% !important;
  }
  .g20 {
    width: 100% !important;
  }
  .g25 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g60 {
    width: 100% !important;
  }
  .g80 {
    width: 100% !important;
  }
  .g90 {
    width: 100% !important;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 :: 404 Page 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.error404-content .intro-text {
  font-size: 1rem;
}
.error404-content .search-submit {
  min-width: 100px;
  max-width: 150px;
  width: 20%
}
/*	--------------------------------------------------
	:: WooCommerce Styles
	-------------------------------------------------- */
.wc_payment_methods img {
  width: auto !important;
  height: auto;
}
.woocommerce {
  font-size: inherit !important;
}
.woocommerce-message {
  background: #f8f4e9;
  border: 2px solid #e6dbbd;
  color: #502118;
}
/* Coupon amount fix */
#sc-cc .inline-flex {
  display: block !important;
}
/*  Hide the first price which is the "starting at price on variations" */
.add_to_cart_button {
  display: block;
  width: 100%;
  font-size: 18px;
  letter-spacing: 2px;
}
button.single_add_to_cart_button.button.alt, .add_to_cart_button, a.wc-forward {
  background-color: #a55c33 !important;
  color: #fff !important;
}
button.button {
  background-color: #a55c33 !important;
  color: #fff !important;
}
.woocommerce-button.button {
  color: #fff !important;
}
/* -----------------------------------------------------------
    :: Shop Page && Categories 
-------------------------------------------------------------- */
.woocommerce .content-area {
  max-width: 1200px;
  padding: 0;
}
.woocommerce-breadcrumb {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #f8f4e9;
  padding: 10px;
  color: #502118;
}
#content .woocommerce-breadcrumb a {
  color: #a65c32 !important;
}
.category_blurb {
  color: #502118;
  font-size: 14px;
}
.woocommerce img, .woocommerce-page img {
  margin-bottom: 15px;
}
li.product {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.content a.woocommerce-LoopProduct-link {
  padding: 20px;
  text-decoration: none;
}
ul.products li.product .price {
  font-size: 14px;
  color: #502118;
  font-weight: 700;
  margin-bottom: 15px;
}
ul.products.columns-4 .product-category {
  display: block !important;
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  clear: both;
  box-shadow: none !important;
}
.home ul.products li.product .woocommerce-loop-product__link {
  text-align: center;
}
ul.products.columns-4 .product-category h2 {
  text-align: left !important;
}
ul.products.columns-4 .product-category .category_image {
  width: 25%;
  float: left;
}
ul.products.columns-4 .product-category .category_title_description {
  padding: 10px 0;
  width: 73%;
  float: right;
}
.count {
  background-color: transparent;
}
/* -----------------------------------------------------------
    :: Product Page 
----------------------------------------------------------- */
.single-product .entry-title {
  margin: 0;
}
.single-product .summary p.price {
  margin-bottom: 0;
}
.woocommerce-variation-price {
  display: none !important;
}
.woocommerce-product-gallery {
  margin-bottom: 10px;
}
/* price break table */
.price_break_table {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 0;
  margin-bottom: 2%;
  font-size: 18px;
}
.price_break_table:nth-child(3n) {
  margin-right: 0;
}
.price_break_table th, .price_break_table td {
  padding: 2px 10px !important;
}
.price_break_table .tdqty {
  width: 50%;
}
.price_break_table .price {
  width: 50%;
}
th.bulk_variation {
  background-color: #dab95a;
} /* give this a nice color */
.single-product .summary {
  margin-bottom: .5rem;
}
.single-product table.variations {
  margin: 20px 0;
}
.single-product .variations {
  background-color: #dab95a;
}
.single-product .variations label {
  font-weight: bold;
}
/* the parent input width is overriding the checkbox width style stretching them out. */
.single-product form.cart input[type="checkbox"] {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.quantity_label {
  float: left;
  padding: 25px 10px 0 0;
  font-weight: bold;
}
.tc-cell.tm-epo-element-label {
  font-weight: bold;
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-epo-field.tmcp-radio {
  vertical-align: baseline !important;
}
.tm-extra-product-options .tc-cell, .tc-extra-product-options .tmcp-field-wrap label.tc-cell, .tc-cell {
  margin-bottom: 0px;
}
input.tmcp-field[type="text"], select.tmcp-field, #pa_run-type {
  padding: 0.7rem 0.5rem !important;
  border-color: #000;
}
.single-product input[type="checkbox"] {
  border-color: #000;
}
.product-addon-totals {
  display: none;
}
/* product shipping calendar */
.inventory_calendar {
  margin-top: 30px;
}
/*.inventory_calendar h3 { font-size: 2.5rem; margin: 0 0 15px 0; } */
.inventory_calendar .ship_notice {
  margin: 0 0 10px 0;
}
.inventory_calendar .inventory_grid {}
.inventory_calendar .g25 {
  padding: 0;
  border: 1px solid black;
  border-collapse: collapse;
}
.inventory_calendar .InvNone {
  background-color: #dbdbdb;
}
.inventory_calendar .InvLimited {
  background-color: #edadb2;
} /* old color ec8097 */
.inventory_calendar .InvGood {
  background-color: #cce4b7;
} /* old color  bee07e*/
.inventory_calendar .shipdate {
  font-weight: bold;
  padding: 0 5px;
  line-height: 25px;
}
.inventory_calendar .numberAvailable {
  font-size: 14px;
  font-weight: normal;
}
.inventory_calendar label {
  display: inline-block;
  font-size: 1rem;
}
.inventory_calendar .shipdate1 {
  margin: 0;
  font-size: 1rem;
}
.inventory_calendar .shipdate1.noinv {
  margin: 3px 10px;
  font-size: 1rem;
}
.inventory_calendar .runtype {
  font-size: 14px;
  margin: 3px 0;
  padding: 0 6px;
}
.inventory_calendar .grid_size_1 {
  height: 100px;
}
.inventory_calendar .grid_size_2 {
  height: 130px;
}
.inventory_calendar .grid_size_3 {
  height: 160px;
}
.inventory_calendar .grid_size_4 {
  height: 190px;
}
.inventory_calendar .grid_size_5 {
  height: 220px;
}
.inventory_calendar .grid_size_6 {
  height: 250px;
}
.inventory_calendar input[type="radio"] {
  width: 2em !important;
}
@media screen and (max-width: 980px) {
  .inventory_calendar .grid_size_1 {
    height: 180px;
  }
  .inventory_calendar .grid_size_2 {
    height: 200px;
  }
  .inventory_calendar .grid_size_3 {
    height: 240px;
  }
  .inventory_calendar .grid_size_4 {
    height: 270px;
  }
  .inventory_calendar .grid_size_5 {
    height: 300px;
  }
  .inventory_calendar .grid_size_6 {
    height: 310px;
  }
}
@media screen and (min-width: 601px) and (max-width: 650px) {
  .inventory_calendar .grid_size_1 {
    height: 240px;
  }
  .inventory_calendar .grid_size_2 {
    height: 260px;
  }
  .inventory_calendar .grid_size_3 {
    height: 280px;
  }
  .inventory_calendar .grid_size_4 {
    height: 310px;
  }
  .inventory_calendar .grid_size_5 {
    height: 340px;
  }
  .inventory_calendar .grid_size_6 {
    height: 370px;
  }
}
#show_more_ship_dates {
  color: #7a1d0b;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
#show_more_ship_dates:hover {
  text-decoration: none;
}
.postid-351 .grid_size_1 {
  height: 140px;
}
.show_minimum_qty {
  float: right;
  width: calc(100% - 325px);
  padding: 15px 0 0 0;
  color: #D40003;
  font-size: 14px;
  line-height: 20px;
}
/* product shipping calendar */
.hatchery_info {
  margin: 0 0 15px 0;
  background: #f8f4e9;
  border: 6px solid #e6dbbd;
  padding: 20px;
  font-size: 14px;
  line-height: 26px;
}
.hatchery_info b {
  color: #502118;
  font-size: 20px;
}
.hatchery_info img {
  float: right;
  max-width: 190px;
  height: auto;
  margin: 0 0 0 5px;
  border: 2px solid #e6dbbd;
}
.quantity, .single-product .woocommerce-variation-add-to-cart .button {
  margin-top: 15px;
}
.quantity input {
  width: 12rem !important;
}
.woocommerce-product-details__short-description {
  clear: both;
  margin-top: 60px;
  padding-top: 45px;
  border-top: 4px solid #e6dbbd;
}
@media screen and (max-width: 768px) {
  .inventory_calendar .g25 {
    width: 33% !important;
  }
  .inventory_calendar .shipdate1 {
    padding: 0 5px;
  }
  .ez_product_description {
    width: 100%;
    float: left;
  }
  .show_minimum_qty {
    float: none;
    width: 100%
  }
}
@media screen and (max-width: 600px) {
  .inventory_calendar .g25 {
    width: 50% !important;
  }
  .price_break_table {
    width: 100%;
    margin-right: 0;
  }
  ul.products.columns-4 .product-category .category_image {
    width: 100%;
    float: left;
  }
  ul.products.columns-4 .product-category .category_title_description {
    padding: 10px 0;
    width: 100%;
    float: left;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// my account pages 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: inherit !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  font-size: 1.5rem;
  margin: 0 1rem 1rem 0 !important;
}
@media screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: left;
  }
}
/*	--------------------------------------------------
	:: cart page 
	-------------------------------------------------- */
.woocommerce-cart-form dt, woocommerce-cart-form dd {
  line-height: inherit !important;
}
.woocommerce-shipping-totals.shipping {
  border-top: 1px solid #eee;
}
.woocommerce-cart-form .quantity input {
  width: 12rem !important;
}
/*	--------------------------------------------------
	:: checkout 
	-------------------------------------------------- */
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0;
}
.woocommerce-checkout #payment label {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  margin-left: 3px;
}
.woocommerce-error li, .woocommerce-info, .woocommerce-message {
  padding: 1rem 3rem !important;
  justify-content: inherit !important;
  align-items: left;
}
/* Remove .woocommerce-info from this style because it creates a big blue bar on products under the vaccinate checkbox */
.woocommerce-error li,  .woocommerce-message {
  display: inherit !important;	
}

.woocommerce-checkout #payment .form-row {
  margin-bottom: 10px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered, .wc_payment_methods .payment_box p, .woocommerce-cart-form dl.variation dd, .woocommerce-cart-form dl.variation dt, .woocommerce-cart-form dl.variation p {
  font-size: 16px;
}
/* ----------------------------------------------
 :: coupons 
------------------------------------------------ */
#sc-cc .text-xs {
  font-size: 1.5rem !important;
}
/* ---------------------------------------------------
:: My account - order history page 
----------------------------------------------------- */
.woocommerce-MyAccount-orders .woocommerce-button {
  width: 40% !important;
  margin-left: 15px !important;
  min-width: 100px;
}
/* ----------------------------------------------
 :: Blog Layout Updates 
------------------------------------------------ */
.single-post h2 {
  margin-top: 4vh;
}
.single-post figure.alignleft {
  margin-right: 25px !important;
  margin-bottom: 25px !important;
}
.single-post figure.alignright {
  margin-left: 25px !important;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 992px) {
  .single-post figure.alignleft {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 25px !important;
  }
  .single-post figure.alignright {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .single-post figure {
    width: 100% !important;
    min-width: 100% !important;
  }
  .single-post figure img {
    width: 100% !important;
    min-width: 100% !important;
  }
}