/*
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.4.2
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 .navatron__link--login>a {
    font-size: 0;
    height: 40px;
    width: 40px;
    background: url(https://sovamcorp.com/wp-content/themes/flatsome/assets/img/nav-login.svg) center center no-repeat;
    background-size: cover;
    top: 3px;
}
.header .navatron__link--login>a:hover {
    opacity: .6;
}
/* .header-main {
	background: -webkit-gradient(linear,left top,left bottom,from(black),to(transparent));
    background: -webkit-linear-gradient(top,#000 0,transparent 100%);
    background: linear-gradient(to bottom,#000 0,transparent 100%);
} */