/*
Theme Name: Wizzie Child Theme
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Web Wizards
Author URI: http://wordpress-style.net
Template: Divi
Version: 2.0
*/
/* Start your custom CSS bellow this comment
============================================ */
.header-section > .et_pb_row {
  align-items: center;
}
.img-cover img {
  object-fit: cover;
}
.fwidget.et_pb_widget {
  margin-bottom: 0 !important;
}
/*Forms*/
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid white;
}
.gform_wrapper input:not([type="submit"])::placeholder, .gform_wrapper textarea::placeholder {
  color: white;
}
.gform_wrapper .gfield_description {
  color: white !important;
}
.gform_wrapper input[type="submit"] {
  cursor: pointer;
  background: white;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
}
.tablepress > :where(thead, tfoot) > tr > * {
  background-color: #aa9f7d;
  color: white !important;
}
.tablepress thead tr th {
  padding: 5px 24px;
}
@media (max-width: 768px) {
  .tablepress thead {
    display: none;
  }
  .tablepress tr {
    display: block;
    border-bottom: 10px solid #aa9f7d;
  }
  .tablepress td {
    display: block;
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
  }
  .tablepress td::before {
    content: attr(data-th);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
}
