/*
    Theme Name: eDesign
    Author: eDesign Interactive
    Description: eDesign Website Theme
    Version: 0.0.1
*/

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
  }

  .carousel-item img {
    max-height: 500px;
    min-width: auto;
  }
  
  table {
    width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  }
  thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }

  th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  }

  .large-acf iframe {
    height: 75% !important;
    min-height: 75%;
}