/*
    Theme Name:     Web Ink Child Theme for Divi
    Theme URI:      https://webinkdesign.co.za
    Description:    The child theme template used by Web Ink to build your web pages.
    Author:         Web ink
    Template:       Divi
    Version:        1.1.0
*/
#main-header {
  z-index: 999 !important;
}

.item {
  display: none;
}

.item.active {
  display: block;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

#main-content .container:before {
  position: absolute !important;
  top: 0 !important;
  width: 0px !important;
  height: 0% !important;
  background-color: rgba(255, 255, 255, 0) !important;
}

.card-header .fa {
  transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
  transform: rotate(90deg);
}

img#logo {-webkit-transform: initial !important;}