/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
#contact h3, #contact h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #333;
}
#contact textarea,
#contact input,
#contact select {
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.wpcf7-form-control.wpcf7-submit.button {
  background-color: var(--primary-color) !important;
  border-radius: 25px;
  padding: 2px 40px;
  font-weight: bold;
}
.wpcf7-form-control.wpcf7-submit.button:hover {
  background-color: var(--primary-color) !important;
}
