/*
 Theme Name:   Kadence Child
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

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

/* Heading */
.entry-content.single-content .elementor-heading-title{
	margin:0;
}

.elementor-heading-title span.dominos-style {
  color: var(--global-palette1);
}

/* FAQ */

.faq .bdt-ep-accordion-item {
    box-shadow: 0 8px 30px -8px hsl(20 14% 8% / 0.1);
}

.faq span.bdt-ep-accordion-custom-icon {
    background: #f24f361a;
    padding: 5px;
    border-radius: 100px;
}

/* Testimonial */

.testimonial .bdt-ep-review-card-carousel-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.testimonial .bdt-ep-img-inline.bdt-flex {
    order: 2;
}

.testimonial .bdt-ep-review-card-carousel-rating.bdt-after {
    order: -1;
}

.testimonial h3.bdt-ep-review-card-carousel-name {
    margin-bottom: 2px;
}

.testimonial .bdt-ep-review-card-carousel-item{
	align-items: start !important;
}

.collapsible__content-inner.rte ul li {
    margin-bottom: 10px;
}

.callout .elementor-button-content-wrapper{
align-items:center;
}
	.callout .elementor-button svg {
    width: 22px;
    height: auto;
}

.chef_sec .popup-button {
    width: 100%;
}

.woocommerce div.product .button.single_add_to_cart_button {
    margin: 0 10px 0 0;
}
