/*!
Theme Name: kdc-fish
Theme URI: 
Template: kadence
Author: lke
Author URI: 
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.fw-md {
  font-weight: 500;
}
.h2 {
  font-size: 1.625rem;
}
.header-html-inner p > a {
  color: var(--global-palette-btn);
}
.header-html p > a:hover {
  color: var(--global-palette1);
}

.site-branding .site-title-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.site-branding .site-title-wrap .site-description {
  margin-bottom: 4px;
  margin-top: 0;
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item.in > a::after {
  transform: scale(0, 0) translate(-50%, 0);
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item.in > a:hover::after {
  transform: scale(1, 1) translate(50%, 0);
}


.woocommerce .related.products h2 {
  font-size: 1.5rem;
}