/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Custom font voor titels */

@font-face {
    font-display: bonita;
    font-family: 'Bonita';
    font-style: normal;
    src: url('fonts/bonita-webfont.woff2') format('woff2');
  }

  /* Icon toevoegen aan alle H1 tags */

  h1:after {
    content: url('https://hamilton.go-getter.be/wp-content/uploads/2024/04/Asset-37.svg');
    display: inline-block;
    width: 31px; /* Adjust as needed /
    height: 20px; / Adjust as needed */
    margin-left: 15px;
  }

  h1:before {
    content: url('https://hamilton.go-getter.be/wp-content/uploads/2024/04/Asset-38.svg');
    display: inline-block;
    width: 31px; /* Adjust as needed /
    height: 20px; / Adjust as needed */
    margin-right: 15px;
  }

/* Styling cf7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 100%;
}

.wpcf7 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Openingsurentabel */

 table.openingsuren {
  border: 0px;
  font-weight: 100 !important;
 }

 .openingsuren tr {
  border: 0px;
 }

 .openingsuren td {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 100 !important;
 }

 .openingsuren td:nth-child(1) {
  width: 150px !important;
 }