/*
Theme Name: White Key Marketing Theme
Theme URI: https://whitekeymarketing.com.au/
Description: White Key Marketing
Author: White Key Marketing
Author URI: https://whitekeymarketing.com.au/
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Foter */
.whitekey-link {
  color: white !important;
}
.whitekey-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 */
.whitekey-forms label {
  display: none !important;
}

.whitekey-forms input[type="text"],textarea {
  padding: 16px !important;
  border: none !important;
}