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

/*************** ADD CUSTOM CSS HERE.   ***************/
.container .section, .row .section {
    padding-left: 0px;
    padding-right: 0px;
}
.submit-banner-form {
    text-transform: uppercase !important;
    width: auto !important;
    margin: 25px 0 !important;
    float: none !important;
    padding: 5px 25px!important;
    border: none !important;
    background: linear-gradient(90deg,#feba1d 0,#f5912c 100%) !important;
    border-radius: 5px !important;
}
#wpcf7-f1575-p332-o1 {
    padding: 10% !important;
    min-height: 300px;
}
#wpcf7-f1575-p332-o1 .wpcf7-spinner {
	display:none;
}
.form-banner .col-inner {
    border-radius: 5px !important;
    padding: 5%;
    margin-right: 10px !important;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.08);
    position: relative;
    margin: auto; 
    max-width: 425px;
}
#name-banner-form {
    border-radius: 5px !important;
}
#phone-banner-form {
    border-radius: 5px !important;
}
#email-banner-form {
    border-radius: 5px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.col {
    padding: 0 10px;

}