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

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



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


}

/* Default desktop: 4 in a row */
.contact-form-custom .form-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}

/* Mobile: stack fields */
@media (max-width: 768px) {
    .contact-form-custom .form-row {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-form-custom .form-row>div {
        max-width: 100% !important;
        width: 100%;
    }
}

.accordion .accordion-title :before {
    color: #5fbbe5 !important;
}