/*
  Additional CSS for IPPP (astra-child)
*/


/* Fix for download file button not being themed */
.wp-block-file a.wp-block-file__button {
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  background-color: #732B70;
  border-radius: 50px 50px 50px 50px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 030px 10px 30px;
  color: #fff;
  margin: 0 10px 0 10px;
  font-size: 0.8vw;
}

/* Fix for the menu items being too small on mobile */
@media only screen and (max-width: 1075px) {
  ul.mega-sub-menu > .mega-menu-item > a.mega-menu-link {
    color: #000;
    font-family: inherit;
    font-size: 1em !important;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    vertical-align: top;
    display: block;
    border: 0;
  }
}
