/*
Theme Name: Salt Bar Theme
Description: Salt Bar Theme is a child theme of Hello Biz Elementor Theme. TEST
Author: Pyro Web
Template: hello-biz
Author URI: https://pyroweb.co.uk
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: salt-bar-theme
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

@font-face {
    font-family: 'Achemost';
    src: url('fonts/Achemost.eot');
    src: url('fonts/Achemost.eot?#iefix') format('embedded-opentype'),
         url('fonts/Achemost.woff2') format('woff2'),
         url('fonts/Achemost.woff') format('woff'),
         url('fonts/Achemost.ttf')  format('truetype'),
         url('fonts/Achemost.svg#Achemost') format('svg');
}

body {
    --ehp-body-padding-top: 0px !important;
    padding-top: 0px !important;
}





h1, h2, h3, h4, h5, h6, .is-type-button, .elementor-widget-button, li.menu-item a {
    font-family: 'Achemost'!important;
    text-transform: uppercase!important;
}
.ehp-header__dropdown {
    gap: 5px!important;
}

header {
    position: fixed!important;
    top: calc(var(--header-scroll-down) * -1);
    left: 0;
    width: 100%;
    
    z-index: 999; 
}
header, .ehp-header__dropdown {
    background: #33333380!important;
}
main#content {
    background: var(--e-global-color-b408008);
}
.elementor-72 {
   position: sticky!important;
   bottom: 0!important;
   left: 0!important;
   width: 100%!important;
   z-index: -1;
}
.elementor-element-721abb8 img.swiper-slide-image {
    height: 450px;
    width: 100%;
}
.elementor-element-83e8ad9, .elementor-element-83e8ad9 video {
    height: 100vh!important;
}
.logo-gold, .logo-gold img {
    fill: var(--e-global-color-accent);
}
@media (max-width: 1024px) {
.ehp-header .ehp-header__item:is([type=button]), .ehp-header .ehp-header__item:is(a)
 {
    color: var(--header-menu-item-color-hover)!important;
}
}
