/*
 Theme Name:   Kadence Child
 Theme URI:    https://www.kadencewp.com/
 Description:  Child theme for Kadence
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     kadence
 Version:      1.0.0
 Text Domain:  kadence-child
*/

html, body { overflow-x: hidden; }
section.horizontal { overflow: hidden; }
.pin-wrap { overflow: hidden; }


a.social-button {
  background: none !important;
}

a.social-button:hover{
  background: var(--global-palette-btn) !important;
  color: var(--global-palette-btn-bg) !important;
}

.kadence-svg-iconset svg {
  height: 24px !important;
  width: 24px !important;
}

#cookieadmin_notice b,
.cookieadmin_cookie_modal {
	color: #000;
	cursor: auto;
}
.cookieadmin-poweredby {
	display: none;
}