/**
Theme Name: FarmRight
Author: Quest Marketing Ltd
Author URI: https://www.quest.net.nz
Description: A theme for FarmRight.
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: farmright
Template: astra
*/

.ast-theme-transparent-header .main-header-bar {
  backdrop-filter: blur(10px);
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
	border-width: 0 !important;
}

#masthead .site-logo-img .sticky-custom-logo .astra-logo-svg, .site-logo-img .sticky-custom-logo .astra-logo-svg, .ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img .astra-logo-svg {
	width: 180px !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
    box-shadow: none;
    color: var(--ast-global-color-0) !important;
}

/** EMAIL ENCODER LAYOUT FIX **/
.mail-link > span {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
	.mail-link > span {
		justify-content: left;
	}
}
.mail-link .elementor-icon-list-icon {
    display: flex;
}
