/**
Theme Name: iLoan®
Author: Webpuccino®
Author URI: https://webpuccino.com
Description: iLoan® theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iloan
Template: astra
*/

/* Links in top bar */
.ast-above-header-bar a {
	display: inline-block;
	margin-left: 30px;
}
.ast-above-header-bar a::after {
	background: url('img/icon-external-light.svg') no-repeat center center;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 15px;
	opacity: 0.9;
	transform: translate(5px, 1px);
	width: 15px;
}

#il-site-header {
	left: 0;	
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}

.scrolled #il-site-header {
	border-bottom: 1px solid #0068BC;
}

.site-content {
	margin-top: 111px;
}

.il-site-header-topbar .elementor-icon-list-item a {
	flex-direction: row-reverse
}

.il-site-header-topbar {
	transition: all ease-in .2s !important;
}

.scrolled .il-site-header-topbar {
	margin-top: -100px;
}