/*
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.19.6
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
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.
***************/
.header-wrapper .menu-item a {
		font-size: 1em;
}
.footer-title {
		font-weight: 700;
		font-size: 1.25em;
		margin-bottom: 12px;
}
@media (max-width: 549px) {
    .footer-title {
        font-size: 1em;
    }
}
footer .ux-menu-link.flex.menu-item:hover a {
    padding-left: 10px;
    transition: 0.3s;
}
.title-home {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #fd8200 29%, #ff1361 67%, #fce55a 100%);
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
.data-table td:first-child,.data-table th:first-child {
	padding: 0.5em;
}
@keyframes textclip {
         to {
            background-position: 200% center;
		}
}