/*
Theme Name: HELMAC
Theme URI: https://helmac.eu/
Description: theme for helmac.eu
Author: YourDev - Your Personal Developer
Author URI: https://www.yourdev.gr
Template: hello-elementor
Version: 2.0.0
*/

/* NavBar Start */
.hfe-site-logo-img {
	height: 90px !important;
}
.elementor-element-d126acd {
	border-bottom-width: 0px !important;
}
/*
#site-header {
	display: none;
}
*/
/* NavBar End */
/* Add your custom styles here */

.page-header {
	display: none;
}

/* Stick Footer to the bottom Start */
.page {
    display: flex;
    flex-direction: column;
	min-height: calc(100vh - 54px);
}
.page #content{
    flex-grow: 1;
}
/* Stick Footer to the bottom End */

/* Footer */
.site-footer .footer-inner .site-branding {
	display: none;
}

.site-footer.footer-full-width .footer-inner {
	padding: 0 2rem;
}