/*
Theme Name: OceanWP child theme x Fondazione Lualdi
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. 
Author: OceanWP, M. Bedino & D. Grassitelli 
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
body div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
body div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
body
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

label.wpforms-field-label {
  font-size: 16px !important;
  font-weight: normal !important;
}

#site-header-inner {
  display: flex;
  justify-content: center;
}

#pp-link-form {
  color: #ededed;
  text-decoration: underline;
}

#pp-link-form:hover {
  color: white;
  text-decoration: underline dotted;
}

#wpforms-submit-2000 {
  border: none;
}
