/*
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.   ***************/
.header-bg-image{
	z-index: 1;
	background-size: auto 100%;
}
/*.header-bottom{
	background: url(images/menubg.gif) repeat-x;
	background-size: auto 100%;
}*/
div#sac-output{
	width: 100% !important;
	margin-bottom: 15px;
	float: unset !important;
}
#sac-user-info{
	display: none;
}
#sac-user-chat label{
	display: none;
}
div#sac-panel{
	float: unset !important;
	width: 100% !important;
}
form#sac-form fieldset textarea{
	height: 40px !important;
	width: 100% !important;
	min-height: unset;
	margin-bottom: 0;
}
#sac-form{
	display: flex;
}
#sac-user-chat{
	width: 100%;
}
#sac-user-submit input[type=submit]{
	margin: 0 !important;
	height: 40px !important;
	background-color: #63d297;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}