/*
Theme Name: Web Stark Theme
Theme URI: https://mainws.webstark.com.au/
Description: Web Stark Theme
Author: Web Stark
Author URI: https://mainws.webstark.com.au/
Template: Divi
Version: 2.5
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Foter */
.webstark-link {
  color: white !important;
}
.webstark-link:hover {
  text-decoration: none !important;
}

@media (max-width: 980px){
	#footer-menu .mobile_menu_bar{
		display:none;
	}
	#footer-menu .et_pb_menu__menu{
		display:block;
	}
	#footer-menu .et_pb_menu__wrap {
    	justify-content:  flex-start;
	}
}
/* Footer End*/

/* Forms */
.webstark-forms label {
  display: none !important;
}

.webstark-forms input[type="text"],textarea {
  padding: 16px !important;
  border: none !important;
}