/* This stylesheet will be added to the styling section in the theme customizer */

/* import default styles from the parent theme */
/* @import url('../../shop-front/style.css'); */

/* An example of how you can change the hover effect on buttons */
/* This is the hover effect found in Shop Front 1.0.3 and below */

.edd_submit.primary:hover,
#submit.primary:hover,
.button.primary:hover,
.edd_submit.edd_submit:hover,
#submit.edd_submit:hover,
.button.edd_submit:hover,
.edd_submit.edd-submit:hover,
#submit.edd-submit:hover,
.button.edd-submit:hover {
  -webkit-box-shadow: 0 0 0 4px #8cbeda;
  box-shadow: 0 0 0 4px #8cbeda;
  background: #3e93c2;
}

/* From Andrew */

#menu-footer-menu li { padding: 10px; display: inline-block; }
.footer_menu_class { text-align: center; }
	
