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

/*************** ADD CUSTOM CSS HERE.   ***************/
.entry-header.text-center{
	text-align: left;
}
.joinchat__button {
    background: #000000!important;
}
.entry-header.text-center .entry-title{
    font-size: 60px;
}
.entry-header.text-center .is-divider {
    margin-left: initial;
    margin-right: auto;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-button{
    border-radius: 0px!important;
 	padding: 10px 30px!important;
    border: 1px solid!important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}