/*
Theme Name:  EdenEssor Theme
Theme URL:   http://edenessor.com/
Description: Write here theme description.
Author:      Asteria Web Studio
Author URL:  https://edenessor.com
Template:    flatsome
Version:     1.0.0
*/



/*** GENERAL ***/

#top-header i {
    margin-right: 5px;
}
#top-header a {
    color: black;
    text-decoration: none;
}
#top-header a:hover {
    text-decoration: underline;
}
#section ul, #footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#section li i, #footer li i {
    margin-right: 10px;
	color: #ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}



/*** MENU BURGER ***/
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 500ms !important;
}



/*** CONTACT ***/

textarea.elementor-field-textual {
  height: auto !important;
  min-height: 130px;
}
