/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://energofor-design.ro
 Description:  Custom child theme for Energofor Design, built on Hello Elementor without the Elementor plugin.
 Author:       Energofor Design
 Author URI:   https://energofor-design.ro
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

 @font-face {
	 font-family: Qaranta;  
	 src: url(fonts/qaranta_bold.woff2);  
	 font-weight: normal;  
}

/* Nunito Sans - Variable Font */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* ---------- Shared header Style ---------- */

.main-nav {
    height: 80px;
}

@media (min-width: 1024px) {
.main-menu-items .hfe-nav-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
	max-width: 950px;
}
}

@media (max-width: 1024px) {
.hfe-nav-menu__toggle {
    margin-right: 31px !important;
}
.main-menu-items .hfe-nav-menu__layout-horizontal{
	width: 100%;
	overflow: hidden;
}

}

@media (max-width: 1300px) {
    .main-nav {
	padding-left: 180px;
}
}

