/*
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.   ***************/
.mw-checkbox {
    border-color: rgb(238, 238, 238);
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px;
    border-radius: 10px;
}

.wpcf7-submit {
    margin: 0 !important;
    padding: 0;
	background-color: rgb(186, 130, 20) !important;
	border-radius: 10px !important;
}

.wpcf7-text, .wpcf7-select {
    border: 1px solid rgb(238, 238, 238);
    box-shadow: none !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.wpcf7-list-item-label {
    font-weight: normal;
}

.wpcf7-list-item.first.last {
    margin-right: 0;
}

.wpcf7-list-item.first.last label {
	margin-bottom: 0;
}

input[type="checkbox"] {
    margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 5px !important;
}


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


}