/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.4
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://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{
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(90deg, #441E69 0%, #A44399 39.58%, #F9A61E 67.71%, #F7931E 100%);
}
.stuck{
    border-bottom: 10px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(90deg, #441E69 0%, #A44399 39.58%, #F9A61E 67.71%, #F7931E 100%);
}
.header-main {
	background: #6f3790;
}
.footer-2{
	background: #6f3790;
}
.footer-wrapper{
	background: #6f3790;
}
.absolute-footer, html{
	background: #6f3790;
}
.section-title-main{
	background: linear-gradient(90deg, #A44399 -67.43%, #6F3790 54.32%);
    display: inline-block;
    padding: 5px 80px;
    border-radius: 50px;
	color: #fff;
}
.nav>li{
	margin: 0px 4px;
}
.nav > li.active > a{
	color: #fff
}
.nav > li > a{
	color: #fff
}