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

/*   Audio player css by Cfields 1/28/2022    */
#hideme {
	display: none;
}
#nf-field-7 {
 /* Center the button */
 display: block;
 margin: auto;
 font-size: 18px;
 background-color: #20D9EE !important;
 color: #fff; /* I added this because someone wanted to know how to color the button text. */
 border: 0px solid #20D9EE !important;
 border-radius: 0px !important;
 padding: 1px 20% 1px 20% !important;    /* Button size */
 text-shadow: 0 0 0px #20D9EE !important;  /* Text effects */
 box-shadow: 0px 0px 0px #444 !important;  /* box effects */
 }

#nf-field-7:hover{
 background-color: #20D9EE !important;
 box-shadow: 1px 1px 2px #ccc !important;
 text-shadow: 5px 5px 8px #20D9EE;
 }

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


}