/**
Theme Name: Ultimate Tax
Author: Signifi Media
Author URI: https://signifimedia.com.au/
Description: Signifi Media is an online marketing and digital solutions agency with extensive knowledge of programmatic and data-driven advertising.
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: ultimate-tax
Template: astra
*/
@media (min-width: 921px) {
    .ast-theme-transparent-header .ast-above-header.ast-above-header-bar {
        background-color: #14629F
    }
    
    .ast-theme-transparent-header .main-header-bar {
        background:white;
    }
}
/*mobile view */
@media only screen and (max-width: 700px) {
    .mobile-center .n2-ss-layer-row-inner {
        justify-content: center;
    }
}
/*FOTI*/
/*Overwrite the menu hover*/
.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link{
    color: #00B5F4!important;
}
/*Overwrite menu active*/
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link, .ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link{
    color: #24353F!important;
}

.ast-builder-social-element .social-item-label{
	font-weight:700;
}

.blue{color:#1EAADA;}
a:link{text-decoration: none;}

.hero-link{
	color:#fff!important;
	transition:.2s fade all;
	text-decoration: underline;
}
.hero-link:hover{
	color:#fff!important;
	background: #1EAADAFF;
	transition:.2s fade all;
}

/*Customising Top Bar*/
#ast-desktop-header .ast-above-header-wrap {
display: flex;
justify-content: flex-end;
}
#ast-desktop-header .ast-above-header-wrap .ast-above-header-bar{
	width: fit-content;
border-radius: 0 0 0 30px;
}
.ast-above-header-wrap  {
    background: #fff;
}