/*
Theme Name: KSFast
Description: 
Template: gtfast
Version: 
Author: Mico Kelana
Author URI: https://www.kelanasolution.com
Text Domain: 
*/
.site-brand img{
    max-height: 49px!important;
}
.site-header {
    background: #ffffff!important;
}
a.uagb-infobox-cta-link.wp-block-button__link {
    background: #09983e!important;
    color: #fff;
    border-radius: var(--radius-pill);
    padding: 10px 22px;
    font-weight: 600;
    text-decoration: none;
}
a.uagb-infobox-cta-link.wp-block-button__link:hover {
    background: #04732d!important;
}
@media (max-width: 860px) {
    .main-nav {
		background: #f7fbff!important;
	}
}
.nav-toggle svg {
    width: 70px!important;
    height: 60px!important;
}
.site-header .container{
	padding-top:8px;
	padding-bottom:8px;
}