/*
 Theme Name:   Bee Matthew
 Description:  Matthew Child Theme
 Author:       Bee Brained
 Author URI:   http://beebrained.com
 Template:     matthew
 Version:      1.0.0
 Text Domain:  beematthew

Matthew is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
:root{
  --color-primary-dark:#000000;
	--color-primary-base:#000223;
	--color-primary-light:#000445;

	--color-secondary-base:#4a5773;
	--color-secondary-light:#8ea2b4;
	--color-secondary-lighter:#c1ccd6;
	--color-secondary-lightest:#eef1f4;

	--color-accent-dark:#003560;
	--color-accent-base:#005AA4;
	--color-accent-light:#eff6fb;

	--color-white:#ffffff;
	--color-red:#B31007;
}

*/


/* @import url(); */


/* :root{
  --site-font-headings:"Nunito";
	--site-font-body:"Open Sans";
} */

@font-face {
  font-family: 'TheThiefBird-Regular';
  src: url(http://radtech-toolkit.local/wp-content/themes/beematthew/fonts/TheThiefBird-Regular.woff2) format('woff2');
}

@media (min-width: 992px){
 
  .lg\:th-w-3\/12{
    width:50%;
  }
  .lg\:th-w-9\/12{
    width:50%;
  }
  
}

.beerow {
  display: flex;
  min-width: 360px;
  vertical-align: top;
}
.beebranding-logo {
  width: 380px;
  height: auto;
  padding: 4px 4px 0 0;
  /* border: 1px solid red; */
  border-radius: 0;
}
.beebranding-logo img {
  width: 360px;
  height: auto;
  /* border: 1px solid red; */
}
.site-description {
  color: #fff;
/*font-family: "TheThiefBird-Regular", "Open Sans", "Nunito Sans", sans-serif;*/
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0;
  margin: 0;
  width: auto;
}

.top-bar {
  background-color: #939ba3;
  color: #fff;
  padding: 10px 96px;
  margin-bottom: 10px;
}

/* .beebranding-text {
  height: 54px;
  padding: 7px 0 2px;
  vertical-align: middle;
} */

/* .main-navigation .current_page_item, .main-navigation .current-menu-item {
  color: var(--color-accent-base);
  border: 1px solid;
  border-color: var(--color-accent-base);
  border-radius: 9999px;
  padding: 0;
} */

/* .th-rounded-border--sm.th-rounded-border--before, .th-rounded-border--sm.th-rounded-border--after {
  border-top: 1px solid #ddd !important;
} */

/* .th-rounded-border--sm.th-rounded-border--before::before, .th-rounded-border--sm.th-rounded-border--after::after {
  height: 3px;
  } */

.th-rounded-border--sm.th-rounded-border--before::before, .th-rounded-border--sm.th-rounded-border--after::after {
  height: 3px;
  border-top: 1px solid #ddd;
}

.site-header .icons-menu {
  margin-top: 0;
}

.woocommerce-breadcrumb {
  margin-top: 0;
}

.wp-block-separator {
    border: none;
    border-top: 2px solid #ddd;
}

.wp-block-separator.is-style-medium{
  height:6px;
}

@media screen and (max-width: 992px) {
  .beebranding-logo {
    margin: 0 auto 15px auto;
  }
  .site-description { 
    margin: 0 auto; 
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .woocommerce-breadcrumb {
    margin-top: 1rem;
  }
}

 textarea {
  border-radius: .5rem;
}
/*
button, a.button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 999px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], 
input[type="search"], input[type="number"], input[type="tel"], input[type="range"], 
input[type="date"], input[type="month"], input[type="week"], input[type="time"], 
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border-radius: 999px;
}
*/

🍵

.single-product .entry-summary .woocommerce-review-link {
  color: var(--color-secondary-base);
  font-weight: 400;
  line-height: 1.25;
  margin-left: 0 !important;
  margin-top: 0.5rem;
}

@media (min-width: 500px) {
  .single-product .product .summary .price {
      font-size: 2rem !important;
      line-height: 1.25;
  }
}

.woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-message a {
  margin-left: 15px !important;
}

.single-product .product .related.products:before, .single-product .product .woocommerce-tabs:before {
  background-color: var(--color-secondary-lightest);
  border-radius: 12px;
  content: "";
  height: 6px !important;
  border-top: 1px solid #ddd;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-footer::before {
  background-color: #eef1f4;
  background-color: var(--color-secondary-lightest);
  border-radius: 12px;
  height: 6px !important;
  border-top: 1px solid #ddd;
  content: "";
  display: block;
}


.star-rating, .wc-block-grid__product-rating, 
.wc-block-grid__product-rating__stars > span, 
.wc-block-review-list-item__rating, 
.wc-block-review-list-item__rating__stars > span {
  height: .889rem;
  min-width: 100%;
  text-align-last: center;
}

/* .wc-block-grid__product {
  border-color: transparent;
  border-top: 2px !important;
  border-bottom: 2px !important;
  border-left: 2px !important;
  border-right: 2px !important;
} */

.wc-block-grid__product {
  border-bottom: 16px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border: none !important;
  border-radius: 14px;
  box-sizing: border-box;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 10px !important;
  position: relative;
  text-align: center;
  width: auto;
}

.wc-block-grid__product:hover {
  border-color: #ddd !important;
  border: none !important;
  background-color: #e6eaf1;
}

.wc-block-review-list-item__image {
  margin-right: 12px;
  
}

@media (min-width:992px) {
  .inactive-sidebar .wc-block-review-list-item__item, .wc-block-review-list-item__item {
  width: calc(50% - 2.5rem);
  }
}

@media (max-width:991px) {
  .inactive-sidebar .wc-block-review-list-item__item, .wc-block-review-list-item__item {
  width: 100% !important;
  }
  .wp-post-image {
    margin: 0 auto;
  }
}