/*

Theme Name:   Innova
Author:       Innova
Author URI:   https://https://www.innova.co.za
Version:      Taken from parent
Template:     hello-elementor

*/

/******************************************************/
/******************************************************/

/* Innova | Custom CSS */

/******************************************************/
/******************************************************/

/* remove focus outline but keep it for a11y users */
textarea:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
    outline: none !important;
}

html {
    scroll-behavior: smooth;
}

/* elementor menu hamburger */
.elementor-element .elementor-menu-toggle {
    padding: .25em 0 .25em .25em;
}

/* post widget - excerpt ellipsis */
.elementor-post__excerpt p::after {
    content: "...";
}






















/******************************************************/
/* ==================== MOBILE ====================== */
/******************************************************/

/*** TABLET LANDSCAPE ***/
@media (1024px >= width >= 768px) {
	






}





/*** TABLET PORTRAIT ***/
@media (768px > width >= 480px) {
	



	



}





/*** PHONE ***/
@media (width < 480px) {






}