/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Paragraphs */
.text40 {
    margin-bottom: 540px;
}

/* Headings */
.title .section-title-normal {
    border-bottom: none;
}
.title .section-title-normal span {
    border-bottom: none;
}
.title-link .section-title a {
    font-size: .6em;
}
.section-title b {
background-color: #ffffff;
}

/* Contact Page */
div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:hover {
background-color: #5c6f68;
}

/* Testimonials Page */
#wpdcom .wpd-form-head {
    border-bottom: none;
}
/* Fix missing last star in rating on mobile */
.star-rating {
    width: 90px !important; /* Slightly increase width */
    font-size: 15px !important; /* Adjust size if needed */
}

/* Ensure star container does not hide overflow */
.stars {
    overflow: hidden;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}