/*
Theme Name: Dryfood
Theme URI: https://www.dryfood.gr/
Author: Anastasios Giannaors
Author URI: https://yourdev.gr
Description: Dryfood child Theme
Template: hello-elementor
Version: 2.0.0
*/

/* Top Bar */
.elementor-24 .elementor-element-860ccb2 .e-con-inner .elementor-widget-text-editor p {
	margin-block-end: 0 !important;
}

/* Activate Landing Page Start */
/*
#masthead {
	display: none;
	
}
footer#colophon {
	display: none;
}
*/
/* Activate Landing Page Start */
/* Footer Start */
/*
footer {
	margin-top: 4rem;
}
*/
footer a {
	color: #7A7A7A;
}

footer#colophon p {
	margin-block-end: 0 !important;
}

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