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

#pum_popup_title_898 {
    background-color: #bb2525 !important;
    padding: 1rem;
    color: white;
    text-align: center;
}
label.gfield_label {
    display: none !important
}
input[type='submit'].gform_button {
    background-color: #bb2525 !important;
}
.pum-theme-372, .pum-theme-default-theme {
  background-color: rgba( 255, 255, 255, 0.40 );
  
}
.pum-close {
  background-color: rgba( 204, 204, 204, 1.00 ) !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}