/**
Theme Name: AlkaViva
Author: Nguyen Cong Tuan
Author URI: https://www.facebook.com/mr.nguyencongtuan
Description: Child theme for AlkaViva
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: alkaviva
Template: astra
*/
.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar{
	padding-bottom: 0;
	padding-top: 0;
}
header .hfe-site-logo-img{
	width: 240px !important;
}
#ast-fixed-header .site-branding{
	padding: 0.5em 10px 0.5em 35px;
    background-color: #fff;
	position: relative;
	height: 69px;
	text-align: center;
}
#ast-fixed-header .site-branding:before{
	position: absolute;
    content: "";
    right: -59px;
    z-index: 1;
    top: 0px;
    height: 100%;
    border-style: solid;
    border-width: 70px 60px 0 0;
    border-color: #fff transparent transparent transparent;
}
#ast-fixed-header .ast-container{
	padding-left: 0px;
}
header ul.sub-menu a.uael-sub-menu-item{
	position: relative;
}
.fb_dialog_content iframe{
	width: 20px;
}
header ul.sub-menu a.uael-sub-menu-item:before{
	position: absolute;
	background: url(images/icon-menu.png) no-repeat scroll 0 0;
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 14px;
}
.header-section{
	position: relative;
}
.header-section:before{
	position: absolute;
	content:"";
	width: 400px;
	height: 50px;
	right: 0;
	top: 0;
	background-color: #E8E8E8;
}
.header-section:after{
    position: absolute;
    content: "";
    background-color: #1F366C;
    right: 0px;
    height: 60px;
    width: 400px;
    bottom: 0;
}
ul.uael-nav-menu li.menu-item:last-child a.uael-menu-item:before{
	content: none !important;
	position: static !important;
}
ul.uael-nav-menu li.menu-item:last-child a.uael-menu-item{
	padding-right: 0px !important;
}
.fixed-right {
    position: fixed;
    z-index: 9999;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
    text-align: center;
    overflow: hidden;
}
@media only screen and (max-width: 1023px) {
	#ast-fixed-header .site-branding:before{
		border-width: 58px 60px 0 0;
		height: 100%;
	}
	#ast-fixed-header .site-branding{
		padding-left: 10px;
		padding-right: 10px;
		height: 57px;
		padding-top: 1px;
	}
	#ast-fixed-header .ast-mobile-menu-buttons{
		flex: 3;
		padding-right: 10px;
	}
	#ast-fixed-header .ast-main-header-bar-alignment{
		padding-left: 10px;
	}
	#ast-fixed-header .main-header-bar-navigation.toggle-on{
		padding-top: 0px;
	}
	#ast-fixed-header ul#primary-menu{
		padding-top: 20px;
	}
}
@media only screen and (max-width: 800px) {
	ul.sub-menu a.uael-sub-menu-item:before,
	ul.uael-nav-menu li.menu-item a.uael-menu-item:before,
	.header-section:before,
	.header-section:after{
		content: none !important;
		position: static !important;
	}
	ul.sub-menu li{
		border-bottom-width: 0px !important;
	}
	ul.uael-nav-menu li.menu-item a.uael-menu-item,
	ul.uael-nav-menu li.menu-item:first-child a.uael-menu-item{
		padding-left: 10px !important;
	}
	header .hfe-site-logo-img{
		width: 220px !important;
	}
	.elementor-search-form__container{
		width: 100%;
	}
	
	.fixed-right {
		right: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.fixed-right {
		right: -30px;
	}
}
@media only screen and (max-width: 500px) {
	#ast-fixed-header .site-branding{
		padding-top: 6px;
	}
}