
/*
Theme Name: storefront-child
Author: DFRNC
Template: storefront
*/
.sub-menu__link:last-of-type {
	margin-bottom: 6rem;
}

.header .wpml-ls-sub-menu {
	padding: 50px 32px 40px;
}

/* ********* Home page ************ */
.sport-card {
	transition: transform .2s;
}

.sport-card:hover {
	transform: scale(1.15);
}

/* ********* Knowledge Base ************ */
.hkb-categoryhead__title, .hkb-articlepreview__title {
	line-height: inherit;
}

#hkb .hkb-site-search .hkb-site-search__field {
	padding-left: 48px !important;
	max-width: inherit;
}

#hkb .hkb-article__content h2 {
	font-size: 30rem;
	margin-top: 1em !important;
	margin-bottom: 10px !important;
	line-height: 1;
}

#hkb .hkb-article__content h3 {
	font-size: 26rem;
	margin-bottom: 0 !important;
}

#hkb .hkb-article__content h4 {
	margin-top: 1em !important;
	margin-bottom: .5em !important;
}

#hkb .hkb-article .hkb-article__title {
	margin-bottom: 1em !important;
	line-height: 1 !important;
}

#hkb .hkb_widget_toc ol li {
	margin: 0 !important;
}

#hkb .wp-block-image {
	margin: 0 !important;
}

#hkb .hkb-article img {
	margin: 1em 0 2em;
}

#hkb .hkb-article p {
	margin-bottom: 12rem;
}

#hkb .hkb-article h1, #hkb .hkb-article h2, #hkb .hkb-article h3, #hkb .hkb-article h4, #hkb .hkb-article h5, #hkb .hkb-article h6 {
	scroll-margin-top: 110rem;
}

#hkb .widget .widget-title {
	line-height: 24rem;
}

#hkb .hkb-sticky {
	overflow: inherit !important;
	position: sticky;
}

/* ********** Google recaptcha **********/

/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all .3s ease !important;
	left: 4px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

.grecaptcha-badge {
	z-index: 100;
}
