/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.wpforms-confirmation-container-full {
  font-size: 22px;
}
.wpforms-field-large {
  font-size: 20px !important;
}
.wpforms-submit {
  font-size: 15px !important;
  padding: 14px 24px !important;
  line-height: 15px !important;
}
.wpforms-error {
  font-size: 18px !important;
}
.wpforms-field-large::placeholder {
  color: #868686;
  opacity: 0.3;
}
.wpforms-field-label {
  font-size: 21px !important;
  font-weight: 500 !important;
}
.page-header-title {
  font-size: 30px;
}
.site-breadcrumbs {
  font-size: 16px;
}
.elementor-icon-list-text span {
  color: #777474 !important;
  font-weight: 300;
  padding-left: 5px;
}

