/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.5
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.copyright-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.absolute-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget-title {
	color: #f2c21f !important;
}

.widget_text p {
	margin: 0 !important;
}

.wp-image-54 {
	max-width: 124px !important;
}

.footer-primary {
	 display: flex;
    justify-content: space-between;
    width: 100%;
}

.wpforms-submit, #wpforms-submit-72 {
	background-color: #f2c21f !important;
	font-size: 1.15em !important;
    color: #fff !important;
	border: 1px solid transparent !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    font-weight: bolder !important;
    letter-spacing: .03em !important;
    line-height: 2.4em !important;
    padding: 0 1.2em !important;
}

.message-box h2 {
	margin: 0 !important;
}

.message-box p {
	margin: 0 !important;
}

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

}
