/*
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.   ***************/
.home-banner h1 {
	font-size: 48px !important;
}
.home-banner h3 {
	font-size: 30px !important;
}

.typeofcleanup .wpforms-list-2-columns ul li {
	padding-right: 15px !important;
}
div.wpforms-container-full .wpforms-form .typeofcleanup .wpforms-list-2-columns ul li {
	padding-right: 15px !important;
}
.typeofcleanup .wpforms-field-label-inline {
    font-size: 10px !important;
    font-weight: 500 !important;
    position: absolute !important;
    margin-top: 5px !important;
}
.typeofcleanup div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: var(--primary-color) !important;
    border: none !important;
    color: #FFFFFF !important;
    font-size: 1em;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inherit;
    width: 45%;
}
button#wpforms-submit-154 {
    background-color: #ffc615 !important;
    border: 1px solid #ffc615 !important;
}
button#wpforms-submit-154:hover {
    background-color: transparent !important;
    border: 1px solid #FFF !important;
}


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


}