@charset "UTF-8";
/*
Theme Name: TL Land
Theme URI: http://themelooks.org/demo/tlland
Author: Themelooks
Author URI: https://themelooks.com
Description: themelooks landing page
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exopress
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.header .header-main {
    padding: 0;
}
.header-main {
	border-bottom:1px solid #fb942621
}
.header-buttons a {
	color: #FB9426;
}
.header-main ul li a {
	font-size: 14px !important;
	text-transform: uppercase;
}
.header .header-main ul.nav > li > a {
    line-height: 80px;
}
.header-main.sticky .header-buttons a.btn::before {
	background: radial-gradient(ellipse at center, #FB9426 0%, #FB9426 100%) !important
}
.header-buttons::after {
	background: rgba( 0, 0, 0, 15%) !important
}

.header-main ul.nav > li > a {
	position: relative;
	display: block;
}
.header-main ul.nav > li > a:after {
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    transition: 0.3s ease;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 0.05) 1%, rgba(251, 148, 38, 0.05) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0.05) 1%, rgba(251, 148, 38, 0.05) 100% );
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.05) 1%, rgba(251, 148, 38, 0.05) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fb9426',GradientType=0 );
    border-bottom: 1px solid #fb9426;
    z-index: 0;
    opacity: 0;
}
.header-main ul.nav > li:hover a:after,
.header-main ul.nav > li.current-menu-item > a:after {
    height: 100%;
    opacity: 1;
}
