/*
Theme Name: Amazin Billiard and Pub Theme
Theme URI: https://www.billiardgreg.com
Description: Child theme for the Divi theme
Author: Greg Whitehead
Author URI: https://www.billiardgreg.com
Template: Divi
Version: 1.0.0
*/

/* --------------------------------------------------
   Custom Styles
-------------------------------------------------- */

/* Improve font rendering */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Divi button polish */
.et_pb_button {
  transition: all 0.25s ease-in-out;
}


/* Remove extra bottom spacing on last paragraph */
.et_pb_text p:last-child {
  padding-bottom: 0;
}


/* Responsive image safety */
img {
  max-width: 100%;
  height: auto;
}


/* Mobile menu adjustments */
@media (max-width: 980px) {
  .et_pb_menu .et_mobile_menu {
    padding: 20px;
  }
}