/*
Theme Name: Platform
Description: Wordpress Theme
Author: Disrupt Digital
Version: 1.0
*/
body {
  padding-top: 40px;
}
input,
select,
textarea {
  border: solid 1px #ccc;
  padding: 3px;
}
h1,
h2,
h3,
div[data-type="group"] > .acf-label label {
  font-size: 40px !important;
  border-bottom: solid 2px #ccc;
  padding-bottom: 10px;
  font-weight: normal !important;
}
div[data-type="group"] div[data-type="group"] > .acf-label label {
  font-size: 20px !important;
  border-bottom: solid 1px #ccc;
}
.acf-fields > .acf-field {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.acf-fields.-border {
  border: 0px !important;
}
.acf-button {
  display: inline-block;
  background: #000 !important;
  color: #fff;
  padding: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
