/*
 Theme Name: Hello Child
 Theme URI: http://example.com/hello-child
 Description: A child theme for the Hello theme
 Author: Your Name
 Author URI: http://example.com
 Template: hello-elementor
 Version: 1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../hello-elementor/style.css");

/* Custom Css for elementor tabs widget*/
@media (min-width: 768px) {
    .st_tabs .e-n-tabs {
        align-items: center;
    }
    .st_tabs .e-n-tabs .e-n-tabs-heading {
        border-radius: 22px;
        border: 1px solid #FF8200;
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .st_tabs.e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
        display: flex;
        flex-wrap: wrap !important;
    }
}

.starmus-testimonials-page-container img {
    width: 100px;
    height: 100px;
}

.category-testimonials-item .page-header {
	display: none;
}

.wp_forms_container .frm_style_formidable-style.with_frm_style .frm_submit button {
	margin: 0;
    background: linear-gradient(to right, #b5b4e1, #7c72df);
    border-color: #7c72df;
    width: 100%;
}
