/*
 Theme Name:   Kadence Child
 Theme URI:    https://whytheweb.com
 Description:  A child theme for the Kadence Theme
 Author:       Wai Yee Tung
 Author URI:   https://waiyeetung.com
 Template:     kadence
 Version:      1.0.0
*/

.single-content h1 {
    margin-bottom: 0 !important;
}

/* Contact */
/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill, 
textarea:-webkit-autofill:hover, 
textarea:-webkit-autofill:focus, 
select:-webkit-autofill, 
select:-webkit-autofill:hover, 
select:-webkit-autofill:focus {
    background-color: white !important; /* Change to your desired color */
    color: black !important;
    box-shadow: 0 0 0px 1000px #ffeaf7 inset !important; /* Ensures full coverage */
}

/* Amelia Button */

button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit {
    letter-spacing: 0.06rem !important;
}

/* Mobile Event Booking Page Indicator */
.amelia-v2-booking #amelia-container .am-els__pagination-info {
    display: none;
}

/*Services Pictures*/
#amelia-v2-booking-1000 .am-fs__cserv-heading-img {
    display: none !important;
}

div.home-card {
    overflow: hidden;
	border-radius: 15px;
}

/* Portfolio */
.top-crop-gallery img {
  object-fit: cover !important;
  object-position: top center !important;
  height: 100% !important;
}
