/*
All the fundemental styles of building blocks for structure with VTALEN.
This is a Intall-Full-File-To-Each-Site System.
*/

.mobile-top-nav-show i::after, .mobile-top-nav-hide i::after{ /*remove the text "menu" and "close from hamburger icon*/
    display:none;
}

.at-message-notice {display:none;} /*This removes a message "There was an error, the form submission was identical to your last submission."*/

/*Need to do something to change the mobile menu icon used to be more custom and sleek looking.*/
/*Maybe something like .mobile-top-nav-show i{display:none;} 
then .mobile-top-nav-show{content:"\f08f"; font-family: "Font Awesome 5 Free";}
or some other way of inserting my own svg files*/

