/*
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.   ***************/


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


}


.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cf7-col {
    flex: 1 1 calc(50% - 10px);
}

.cf7-col label {
    display: block;
    width: 100%;
}

.cf7-col input,
.cf7-col textarea,
.cf7-col select {
    width: 100%;
    box-sizing: border-box;
}

.cf7-submit {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .cf7-col {
        flex: 1 1 100%;
    }
}