/*
Theme Name: miltey child
Tags:  custom-menu, editor-style, featured-images
Template: miltey
Version: 1.0.0
*/


@import '../miltey/style.css';

body, a, bnt, h1, h2, h3, h4, h5, h6, p {	

    font-family: 'Exo 2', sans-serif;
  
}


/*---------------------------------
      write your css from here
------------------------------------*/

:root {
    --st-theme-color: #ea7b00;
}

.elementor-element[data-id="b863331"] .video-vemo-icon.venobox.vbox-item {
    display: none !important;
}
.flaticon.flaticon-search {
    display: none !important;
}
.si__breadcumb__inner {
    display: none !important;
}
.fa-regular.fa-plus {
    display: none !important;
}

.elementor-element[data-id="a111be3"] 
.banner-area.sthemeit-banner-bg.theme-bg.p-relative {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.elementor-element[data-id="a111be3"] .sthemeit-banner h5 {
    font-size: 0;
}

.elementor-element[data-id="a111be3"] .sthemeit-banner h5::after {
    content: "GUARD DEFENSE SERVICES";
    font-size: 20px;
    display: block;
}

/* Удаление лого на мобаил */
.mean-bar::before {
display: none !important;
content: none !important;
}

.si__topbar__one {
display: none !important;	
}

.hfe-nav-menu .sub-menu {
	min-width: 100px !important;
}

.elementor-2199 .elementor-element.elementor-element-f987675 ul.sub-menu, .elementor-2330 .elementor-element.elementor-element-f987675 ul.sub-menu {
	width: 100px !important;
}

.scroll-top.show {
    display: none !important;
}

@media (max-width: 768px) {
.sthemeit-banner-bg { 
margin: 0;
border-radius: 0;	
}
}

/* базовое состояние */
#header-custom{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
}

/* состояние после прокрутки */
#header-custom.scrolled{
    background: rgb(15, 14, 14);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 8px 0;
}