/*
Theme Name:     plover-child
Theme URI:      n/a
Template:       kadence
Author:         Kevin Wright
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.kadence-breadcrumbs {
  color: white;
}

/* Speed up button hover anim*/
.kb-button:not(.kb-btn-global-inherit) {
    transition: all .25s ease-in-out;
    
}

.kb-button:not(.kb-btn-global-inherit) {
  transition: all .25s;
}

/* Apply slide-up hover animation to all buttons globally */
button,
.kb-button,
.wp-block-button__link,
input[type="submit"],
input[type="button"] {
  transition: transform .2s ease-in-out;
}

button:hover,
.kb-button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  transform: translateY(-3px);
}

.kb-nav-link-content::after {
  content: ''; 
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: width 0.2s ease-in-out;
}

.kb-nav-link-content:hover::after {
  width: 100%;
}
.underline-effect .kb-adv-text-inner {
  position: relative;
  display: inline-block;
}

.underline-effect .kb-adv-text-inner::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: width 0.2s ease-in-out;
}

.underline-effect:hover .kb-adv-text-inner::after {
  width: 100%;
}

.wp-block-kadence-navigation.navigation-desktop-orientation-vertical .menu-container .menu .menu-item {
	width: auto!important;
}
.header-navigation.header-navigation-style-underline .header-menu-container ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.875em;
  height: 2px;
  width: 0!important;
  background-color: currentColor;
  transition: width 0.2s ease-in-out;
	transform: none !important;
}

.header-navigation.header-navigation-style-underline .header-menu-container ul li a:hover::after {
  width: calc(100% - 1.75em)!important;
}

.header-navigation a {
  position: relative;
}

.footer-img {
	max-width: 200px!important;
}

.footer-social-wrap .footer-social-inner-wrap {
    gap: 1.5rem;
}

.element-social-inner-wrap {
	flex-wrap: nowrap;
}

.footer-menu {
	  display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.blue-waves {
  margin-top: -50px!important;
  z-index: 99;
  margin-right: -50px;
  align-self: end;
}
